/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #FFF;
	font-family: "Trebuchet MS", Arial, Verdana sans-serif;
	color: #555;
}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

#header,
#footer {
	background: #E8FFBA;
	border: 1px solid green;
}

#content {
	border: 1px solid #999;
	color: #000;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}

.edit {
	font-family: Tahoma;
	font-size: 9px;
	color: #707070;
}
.txt_1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.txt_2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #BDAC98;
}
.txt_3 {
	font-family: Tahoma;
	font-size: 9px;
	color: #BDAC98;
}
.txt_4 {
	font-family: Tahoma;
	font-size: 12px;
	color: #452615;
}
td{font-size:11px}
br{font-size:11px}
.style4 {font-family: Tahoma; font-size: 12px; color: #FFFFFF; }
.style6 {font-size: 14px}
