body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-arrow-color: #2E3562;
	scrollbar-track-color: #2E3562;
	scrollbar-face-color: #919AB8;
	scrollbar-highlight-color: #919AB8;
	scrollbar-3dlight-color: #2E3562;
	scrollbar-darkshadow-color: #2E3562;
	scrollbar-shadow-color: #2E3562;
	text-align: left;
	color: #003366;
	background-color: #2E3562;
	background-image:    url(bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 24px;
	paddimg: 0px;
	}
	
	
table {
    font-size:10px;
	text-align: left;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    padding-left: 15px;   
}

A:link
{ text-decoration: underline; color:#3D4F87; }
A:visited
{ text-decoration: underline; color:#3D4F87; }
A:active
{ text-decoration: underline; color:#19399E; }
A:hover
{ text-decoration: underline; color:#19399E; position:relative; top:1;}


#content A:link
{ text-decoration: underline; color:#3D4F87; }
#content A:visited
{ text-decoration: underline; color:#3D4F87; }
#content A:active
{ text-decoration: underline; color:#19399E; }
#content A:hover
{ text-decoration: underline; color:#19399E; position:relative; top:1; }

.imagelink a:link, .imagelink a:visited 
{ height:0px; filter: Alpha(Opacity=0, FinishOpacity=0, Style=1);}

.imagelink a:active, .imagelink a:hover 
{ height:0px; filter: Alpha(Opacity=100, FinishOpacity=100, Style=1);}


#content {
    background-image:    url(spacer.gif);

}

.img_bg {
	background-position: center top;
	background-image: url(bg2.gif);
	background-repeat: repeat-y;
}

.imgtop_bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(top2.jpg);
}

h1 {
	color: #003366;
	filter:alpha (opacity=80, finishopacity=0, style=1);
	font-family: Georgia, Verdana, tahoma, Arial;
	font-size: 11px;
	border-bottom:1px solid #003366;
	padding-left: 5px;
	text-transform:uppercase;
	font-weight: bold;
	text-align:left; 
	letter-spacing: 2px; 
	height:15px;

}

h1:first-letter{
	font-size:15px;
	color: #000033;
}

textarea, input, option, select {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    color: #003366;
    border-right: #003366;
	border-bottom: #003366;
	border-top: #919AB8;
	border-left: #919AB8;
	border-width: 1px 1px 1px 1px; 
    border-style: solid;
	background-color: #919AB8;
}

.codes_style {
	background-color: #919AB8;
	border: 5px solid #919AB8;

}
