body, form{
	margin: 0;
	padding: 0;
}
.bg{
	background-image:url(images/bg.jpg); 
	background-repeat:repeat-y; 
	background-position: top center;
}
body, td, .txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #083970;
}
h4{
	font-size: 26px;
	font-weight: bold;
	color: #083970;
}
h5{
	font-size: 18px;
	font-weight: bold;
	color: #083970;
}
.head{
	font-size: 18px;
	font-weight: normal;
	color: #083970;
}
.boldLink{
	font-weight: bold;
	font-size: 12px;
	color: #083970;
	text-decoration: none;
}
a.boldLink:hover{
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#menuTop{
	height: 100%;
	
	background-color: #083970;
	border-bottom: 2px solid #C7E9FB;
	border-top: 2px solid #C7E9FB;
	padding: 0 0px;
	color: #01B2DE;
	font-weight: bold;
	vertical-align:middle;
}
#menuTop a{
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma, arial, helvetica, sans-serif;
	padding: 0 0px;
}
#menuTop a:hover{
	color:#CCFFFF;
}
#footer{
	height: 27px;
	text-align: center;
	background-color: #083970;
	border-bottom: 2px solid #C7E9FB;
	border-top: 2px solid #C7E9FB;
	padding: 0 6px;
	color: #cccccc;
	font-weight: normal;
	font-size: 11px;
}
.pad{
	padding: 26px 0;
}
img.border{
	border: 3px solid #999999;
}
#zoom{
	text-align: right;
	margin: 4px 0;
}
#zoom a{
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
}
#zoom a:hover{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #CC3300;
}
#form{
}
#form input, #form textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #083970;
	border: 1px solid #999999;
}
#form input.but{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #083970;
	cursor: pointer;
}

