@charset "UTF-8";
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-left: 30px;
	padding-right: 10px;
}

.text_red {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;

}

.text a {
	color: #000033;
	text-decoration: none;
}

.text a:hover {	
color: #630000;
text-decoration: underline;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 234px; /*width of menu*/
height: 36px;
}

.glossymenu a.menuitem{
	background: white url(/images_new#/glossyback.gif) repeat-x bottom left;
	font: 14px Helvetica, sans-serif;
	color: #666666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0px 0;
	padding-left: 0px;
	text-decoration: none;
	text-align: right;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #666666;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
color: #000033;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px Verdana, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
	padding: 5px 0;
	padding-left: 20px;
	text-align: right;
	padding-right: 10px;
	font-variant: small-caps;
	letter-spacing: 1px;
}

.glossymenu div.submenu ul li a:hover{
background: white;
color: #000033;
}



.headline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.headline a {
	color: #000033;
	text-decoration: none;
}

.headline a:visited {
	color: #000033;
	text-decoration: none;
}
.headline a:hover {
	color: #630000;
text-decoration: underline;
}



.currentpage {
	color: #000033;
}
.websites {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

.websites a {
	color: #000033;
	text-decoration: none;
}

.websites a:visited {
	color: #000033;
	text-decoration: none;
}

.websites a:hover {	
color: #630000;
text-decoration: underline;
}

