/* CSS Document */
*{
	font-family: Arial, Helvetica, sans-serif;
}
body{
	font-size: small;
	background:#E1E8EB url(images/bg.jpg) repeat-x fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000000;
}
img{
	vertical-align:middle;
}

a:link
{
	color: #003399;
	text-decoration: none;
	text-decoration: none;
	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
a:visited {
	color: #003399;
	text-decoration: none;
	text-decoration: none;
	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
}
a:hover
{
	text-decoration: underline;
	color: #0033cc;
	text-decoration: none;
	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:active
{
	text-decoration: underline;
	color: #003399;
	text-decoration: none;
	padding-bottom:1pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.border{
	border:#D3DADA 1px solid;
}
h1 {
	font-size: 18px;
	color: #3E4F60;
	margin-top:4px;
	margin-bottom:8px;
}
h2 {
	font-size: 16px;
	color: #8A9FB3;
	margin-top:5px;
	margin-bottom:0px;
}
h3 {
	font-size: 15px;
	color: #3E4F60;
	margin-top:5px;
	margin-bottom:0px;
}
h4 {
	font-size: 15px;
	color: #8A9FB3;
}
h5 {
	font-size: 14px;
	color: #3E4F60;
}
h6 {
	font-size: 14px;
	color: #8A9FB3;
}
hr {
	border-top:#D3DADA 1px solid;
	height:1px;
	text-align:center;
	margin:0px auto;
}
img{
	border:#FFFFFF 0px solid;
	vertical-align:top;
}
p{
	line-height:120%; 
	margin-top:8px;
	margin-left:6px;
	margin-right:6px;
}

.body_div
{
	margin:4px auto;
	width:768px;
	border:#ECEDEE 1px solid;
	background-color:#FFFFFF;
	padding:3px;
}

.menu_div
{
	float:left;
	width:167px;
}

.sep_div
{
	float:left;
	width:4px;
}

.main_div
{
	float:left;
	width:596px;
}

.clear_float
{
	clear:both;
}

.gray_text
{
	color:#666666;
}
hr {
	border-top:#D3DADA 1px solid;
	height:1px;
	text-align:center;
	margin:0px auto;
}

