body {text-align: center; margin:10px; background-color:#7393b4;}

a:link, a:link.text     {text-decoration:none;color:#ffde00 !important;background-color:transparent;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
a:visited, a:visited.text	{text-decoration:none;color:#ffde00 !important;background-color:transparent;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
a:hover, a:hover.text	{text-decoration:underline;color:#ffde00 !important;background-color:transparent;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}
a:active, a:active.text	{text-decoration:underline;color:#ffde00 !important;background-color:transparent;font-family: Arial, Helvetica, sans-serif;font-size: 12px;}


td.navbar, td.navbar a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2a6db2;
	color: #FFFFFF;
	text-decoration:none;
}

td.navbar2 {
	background-color: #e0e6ed;
}

td.navbar3 {
	background-color: #7393b4;
}

td.main {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #7393b4;
	line-height: 15px;
	color: #FFFFFF;
}

.text        { font-size: 12px; line-height: 20px; font-family: Arial, Helvetica, sans-serif; color: #5C5C5C}



.subtitle	{ color: #606676; font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 40px;}

td.topgrey {
	background: url(../../images/greytile.gif);
	background-repeat: repeat-x;
}



td.bottomblue	{
	background: url(../../images/tilebottom_blue.gif) repeat-x #FFFFFF bottom;
}


.button { 
font-size: 11; 
font-family: verdana, helvetica, sans-serif; 
font-weight: normal;
background-color: #f19d16;
border-top:0px solid #FFFFFF;
border-bottom:0px solid #FFFFFF;
border-left:0px solid #FFFFFF;
border-right:0px solid #FFFFFF;
}

.field { 
font-size: 11; 
width : 100px; 
font-family: verdana, helvetica, sans-serif; 
background-color: #FFFFFF;
border-top:1px solid #5e667e;
border-bottom:1px solid #5e667e;
border-left:1px solid #5e667e;
border-right:1px solid #5e667e;

}

/*Drop Down Menu*/
#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 11px verdana,helvetica, sans-serif;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
color:white;
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 1px solid white;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #4181c3;
}