@charset "utf-8";
/* CSS Document */

body{
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


td.ttYellow{
	background-color: #f4f3dd;
}

.txtFooter{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

a.sideMenu{
	font-size: 16px;
	color: #0a3252;
	font-weight: bold;
	text-decoration: none;
	padding-right: 20px;
	line-height: 2;
}

a.sideMenu:hover{
	padding-right: 18px;
}

td.tdContent{
	border-right: #666666 1px solid;
}

#hContainer{
	position: relative;
	left: 0px;
	right: 0px;
	width: 100%;
}

#apDiv2 {
	position:absolute;
	left:0px;
	top:242px;
	width:220px;
	height:180px;
	z-index:10;
	background-color: #f4f3dd;
	visibility: hidden;
	border-bottom: #003 1px solid;
	border-left: #003 1px solid;
	border-right: #003 1px solid;
}

a.dropMenu{
	font-size: 12px;
	color: #0a3252;
	font-weight: bold;
	text-decoration: none;
	padding-left: 25px;
}

a.dropMenu:hover{
	color: #000000;
	padding-left: 26px;
}

.ttH1{
	color: #0a3252;
	font-size: 24px;
	font-weight: bold;	
}
	
.ttH2{
	color: #0a3252;
	font-size: 16px;
	font-weight: bold;	
}

H1{
	color: #0a3252;
	font-size: 24px;
	font-weight: bold;	
}
	
H2{
	color: #0a3252;
	font-size: 18px;
	font-weight: bold;	
}
	
H3{
	color: #0a3252;
	font-size: 14px;
	font-weight: bold;	
}