/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:url(images/bg.jpg);
background-position:top;
background-repeat:repeat-x;
}

p{
font-size:11px;
color:#333333;
font-family:tahoma;
margin:10px;
}

.main-bg{
background-image:url(images/main-bg.png);
background-repeat:repeat-y;
background-position:center;
}

.white-bg{
background-color:#FFFFFF;
}

.copy{
font-size:10px;
color:#999999;
margin:10px;
}

a:link {
	color: #003867;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003867;
}
a:hover {
	text-decoration: underline;
	color: #003867;
}
a:active {
	text-decoration: none;
	color: #003867;
}

.line-brdr{
background:#e1e1d4;
padding:5px;
}

.white-padd{
background:#ffffff;
padding:5px;
}

.dot{
background:url(images/dot.gif) repeat-y left;
}

.darkblue{
background-color:#072847;
}

.menu-bg{
background:#E6EFF9;
border-top:1px solid #FFFFFF;
border-bottom:1px solid #FFFFFF;
}

.menu{
font-size:11px;
color:#666666;
margin:10px;
}

.head-bg{
background-color:#dde4e9;
border-bottom:1px solid #c8c1bc;
}

.head-gray{
background-color:#dcedcb;
border-bottom:1px solid #446b1c;
}

h1{
color:#35456c;
font-size:11px;
margin:5px;
margin-left:10px;
}

h2{
color:#333333;
font-size:11px;
margin:5px;
margin-left:10px;
}

.line-h{
line-height:18px;
}

.font10{
font-size:10px;
}

.left{
float:left;
padding:3px;
border:1px solid #CCCCCC;
margin-right:5px;
}

.right{
float:right;
padding:3px;
border:1px solid #CCCCCC;
margin-left:5px;
}

.red-bg{
background:#446b1c;
}

.blue-bold{
font-weight:bold;
color:#003867;
}

.margin5{
margin:5px;
}

.brdrBott{
border-bottom:1px dotted #999999;
}