
body {
	margin:10px 10px 10px 10px;
	background-image: url(images/bkg.jpg);
	font-weight: normal;
	font-size: 12px;  
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}
	
	
	
#Content {
	width:742px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:1px solid #999999;
	background:#ffffff;
}



#mainText {

}


a {
	text-decoration: none;
	color: #ffffff;
}



h1, h2, h3, h4 {
    font-weight: normal;
    font-size: 24px;
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	color: #000066;
	display: inline;
}
h2{
    font-size: 18px;
}
h3{
    font-size: 16px;
}
h4{
    font-size: 14px;
}



.spacer_5 { height:5px; overflow:hidden }
.spacer_10 { height:10px; overflow:hidden }
.spacer_20 { height:20px; overflow:hidden }
.spacer_30 { height:30px; overflow:hidden }
.spacer_40 { height:40px; overflow:hidden }



.bar_1 { height: 1px; background: #cccccc; overflow:hidden }
.bar_2 { height: 20px; background: #999999; overflow:hidden }
.bar_3 { height: 1px; background: #000F30; overflow:hidden }
.bar_4 { height: 24px; background: #000F30; overflow:hidden }



.half_line { height: 1px; background: #000F30; width: 100%; overflow:hidden }



.box1 {  border: #0033CC 1px; border-style: solid;	text-align: left; }



ul {
}
li {
	margin: 0 10px 0 10px;
	border:0px solid #999999;
}



.mainText, .mainTextWhite{
	font-weight: normal;
	font-size: 12px;  
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}
a.mainText:link { text-decoration: underline;color: #333333; }
a.mainText:visited { text-decoration: underline;color: #333333; }
a.mainText:active { text-decoration: underline;color: #333333; }
a.mainText:hover { text-decoration: underline;color: #FF3300; }

.mainTextWhite{
	color: #ffffff;
}

	



table.navigation {
	width:128px;
}
table.navigation td {
	text-align:left;
	height:20px;
	padding:0 0 0 10px;
}
table.navigation td.navline {
	background-color:#999999;
	height:1px;
}
table.navigation .ButNorm, table.navigation .ButNormOver {
}
table.navigation .ButNorm {
	background-color:#000F30;
	border:1px solid #000F30;
}
table.navigation .ButNormOver {
	background-color:#999999;
	border:1px solid #999999;
}
table.navigation .ButNormOver a {
	color:#000F30;
}
	
		

table.footer {
	border-top:1px solid #000F30;
	font-size: 10px;
	color: #333333;
	width:590px;
}
table.footer a {
	text-decoration:underline;
	color:#333333;
}
table.footer a:hover {
	text-decoration:underline;
	color:#0000ff;
}



