body {
	margin: 0px;
	padding: 0px;
	background-color: #569bbe;
	color:#000000;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

a {
	color: #1d78a8;
}
a:hover {
	color: black;
	text-decoration:underline;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input.text, textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
	padding: 1px 2px;
}

input.button {
	font-size: 11px;
	border: solid #4F4F4F 1px;
	background-color: #DFDFDF;
	font-weight: bold;
	padding: 0px 4px;
}

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#BREADCRUMBS {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}


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

div#main {
	width: 768px;
}

#pagecontent {
	padding: 10px 0px;
	line-height: 20px;
}


#innermenu {
	font-weight: bold;
}

#innermenu a {
	color: #973F1C;
}

#innermenu a:hover {
	color: #D17A2D;
}


/***************** mainmenu styles *********************/

#mainmenu {
	background: #FF884F;
	width:100%;
	border-collapse: collapse;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
	border: solid #192E77 1px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
}

#mainmenu a {
	text-decoration: none;
	color: #192E77;
}
#mainmenu a:hover {
	text-decoration: underline;
	color: #ffffff;
}

div.submenu {
	width:150px;
	padding: 3px;
	position: absolute;
	display: none;
	background: #FF884F;
	border: solid #192E77 1px;

/*
	opacity: 0.80;
	filter: alpha(opacity = 80);
*/
}
div.submenu table {
	border-collapse: collapse;

}

div.submenu td {
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

}

div.submenu td a {
	color: #192E77;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #192E77;
	color: #ffffff;
}

div.submenu td.hover a {

	color: #ffffff;
	text-decoration: underline;
}


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