﻿body {
	background-color: #FFFFFF;
	margin: 0px;
}
.main {
	text-decoration: none;
	padding: 15px;
/*	background-color: #F7F7F7;  */
	border-top: 1px solid #e4e0ea;
	border-left: 1px solid #e4e0ea;
}
.container {
	border-right: 1px solid #e4e0ea;
	border-left: 1px solid #e4e0ea;
}
td {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*	Headings  */

h4 {
	font-family: Tahoma,Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #326B78;
	text-decoration: none;
}

a:link {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0D7077;
	text-decoration: underline;
	}
a:visited {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #0D7077;
	text-decoration: underline;
	}
a:hover {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.nav {
	color: #c5d2e4;
} 
.nav a:link {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c5d2e4;
	text-decoration: none;
	}
.nav a:visited {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #c5d2e4;
	text-decoration: none;
	}
.nav a:hover {
	font-family: Tahoma,Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	}
.left {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.heading {
	font-family: Tahoma,Verdana;
	font-size: 12px;
	font-weight: bold;
	color: 002e70;
	text-decoration: underline;
}
.input {
	font-family : Tahoma,Verdana; 
	font-size : 10px; 
	font-weight : normal; 
	color : #333333; 
	text-decoration : none; 
	background-color : #ffffff; 
	border : 1px inset #cccccc; 
}
.box {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

/*-------------------------------------------------------------*/

#dropmenudiv{
margin-top: 8px;
border-left:1px solid black; 
border-right:1px solid black; 
border-top:1px solid black; 
border-bottom:1px solid black; 
position:absolute; 
line-height:18px;
z-index:100; 
font-style:normal; 
font-variant:normal; 
font-weight:normal; 
font-size:12px; 
font-family:Arial;
color: #ffffff;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 12px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
line-height:18px;
color: #ffffff;
background-color: #A8A78E;
}

scrollbar-face-color:#aeaeae;
scrollbar-arrow-color:#000000;
scrollbar-track-color:#EAEAEA;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#eaeaea;
scrollbar-3dlight-color:#EBE8D3;
scrollbar-darkshadow-Color:ffffff;