body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-arrow-color: #6F7FBE;
	scrollbar-track-color: #6F7FBE;
	scrollbar-face-color: #909FD7;
	scrollbar-highlight-color: #909FD7;
	scrollbar-3dlight-color: #6F7FBE;
	scrollbar-darkshadow-color: #6F7FBE;
	scrollbar-shadow-color: #6F7FBE;
	text-align: left;
	color: #4F5D99;
	background-color: #6F7FBE;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
  
	}
	
	
table {
    font-size:10px;
	text-align: left;
	color: #4F5D99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    padding-left: 15px;
}

A:link
{ text-decoration: underline; color:#936F6F; }
A:visited
{ text-decoration: underline; color:#936F6F; }
A:active
{ text-decoration: underline; color:#845A5A; }
A:hover
{ text-decoration: underline; color:#845A5A; }


#content A:link
{ text-decoration: underline; color:#1D318F; }
#content A:visited
{ text-decoration: underline; color:#1D318F; }
#content A:active
{ text-decoration: underline; color:#E2ECFF; }
#content A:hover
{ text-decoration: underline; color:#E2ECFF; }

#menu A:link, #menu A:visited
{ 	background-color: #8292CE;
    text-decoration: none;
	padding: 5px;
	display: block;
	color: #1D2C6F;
	font-weight: bold; }

#menu A:active, #menu A:hover
{ 	background-color: #909FD7;
    text-decoration: none;
	padding: 5px;
	display: block;
	color: #E2ECFF;
	font-weight: bold; }





.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(bg1.jpg);
}

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

}

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

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

.codes_style {
	background-color: #8292CE;
	border: 5px solid #8292CE;

}

