/* CSS Document */

.style3 {
	font-size: 12px;
	color: #5374B9;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#content {
	font-family: Tahoma, Georgia, "Arial Narrow", Arial;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #333333;
	padding: 25px;
	width: 500px;
	background-color: #FFFFFF;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 6px;
}
#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #003366;
	padding: 10px;
	width: 175px;
	background-color: #FFFFFF;
}
#main_table {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#left {
	width: 248px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e9e9e9;
	background-color: #FFFFFF;
}

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font-size: 12px;
font-family: Tahoma, Arial, Verdana;
line-height: 18px;
z-index: 100;
background-color: #003399;
color: #ffffff;
width: 280px;
text-indent: 10px;

}

.anylinkcss a, .anylinkcss a:visited, .anylinkcss a:active{
width: 100%;
display: block;
text-align: left;
text-indent: 10px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
background-color: #3D5A98;
color: #ffffff;
font-weight: bold;

}

.anylinkcss a:hover{ /*hover background color*/
background-color: #b8c6e1;
color: #002980;
}

h2 {
color: #000000;
}
