/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	width: 99%;
	height: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
}
.main {
	background: url(background.gif) 0% 100% no-repeat;
}
.head {
	background: url(head.jpg) 0% 0% no-repeat;
}
.menuh {
	background: url(bottomline.gif) 50% 0% no-repeat;
	font-size: 11px;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	font-weight: bold;
}
.menuh td {
	/*background: transparent;*/
}
.menuh a, menuh a:visited {
	text-decoration: none;
	color: #000;
}
.menuh a:hover {
	text-decoration: underline;
	color: #000;
}
.bread {
	background: url(breadcrumb.gif) 0% 0% no-repeat;
	text-align: left;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 20px;
}
.bread a,.bread a:visited {
	text-decoration: none;
	color: #666;
}
.bread a:hover {
	text-decoration: underline;
}
.menuv {
}
.menuv a,.menuv a:visited {
	display: block;
	width: 150px;
	padding: 6px 5px 6px 10px;
	/*background: url(menuv-a.gif) 0% 100% no-repeat;*/
	text-align: left;
	text-decoration: none;
	color: #336633;
	line-height: 12px;
	font-size: 11px;
}
.menuv a:hover {
	/*background: url(menuv-a-h.gif) 0% 100% no-repeat;*/
	background-color: #D2E0CE;
	color: #000;
}
.menuvhead {
	font-size: 11px;
	text-align: left;
	padding: 4px 0px 4px 6px;
	font-weight: bold;
	color: #003311;
}
.content {
	padding: 10px;
	text-align: left;
}
.content a,.content a:visited {
	color: #336600;
	text-decoration: none;
}
.content a:hover {
	color: #444;
	text-decoration: none;
	background: url(dot.gif) 0% 100% repeat-x;
}
.footer {
	background: url(footer.gif) 50% 0% no-repeat;
	font-size: 11px;
	color: #333;
	text-align: center;
	line-height: 20px;
}
.footer a,.footer a:visited {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #000;
	text-decoration: underline;
}

/*************************************************************/
/*************************************************************/

p {
	margin-top: 10px;
	margin-bottom: 10px;
}
h1 {
	font-size: 17px;
	text-align: left;
	background: url(dot.gif) 0% 100% repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}
fieldset {
	padding: 4px;
	margin: 0px;
	border: 1px solid #ddd;
	font-size: 11px;
	color: #777;
}
fieldset legend {
	color: #444;
	font-weight: bold;
}
select, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333;	
	border: 1px solid #888;
}
.boldtext {font-weight: bold;}
.boldtitle {
	font-size: 12px;
font-weight: bold;
	color: #336633;
	margin-left: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
}
.highLight { 
	font-weight: bold;
}
