body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-arrow-color: #B0CCE6;
	scrollbar-track-color:#CFE4F1;
	scrollbar-face-color: #CFE4F1;
	scrollbar-highlight-color:#CFE4F1;
	scrollbar-3dlight-color:#CFE4F1;
	scrollbar-darkshadow-color:#CFE4F1;
	scrollbar-shadow-color: #B0CCE6;
	text-align: left;
	color: #66A3CC;
	background-color: #CFE4F1;
	background-image:    url(images/main_img_06.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
  
	}
	
table {
    font-size:10px;
	text-align: left;
	color: #66A3CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    padding-left: 10px;
	padding-right: 5px;
   
}

A:link
{ text-decoration: underline; color:#0089B8; }
A:visited
{ text-decoration: underline; color:#0089B8; }
A:active
{ text-decoration: underline; color:#0099CC; }
A:hover
{ text-decoration: underline; color:#0099CC; }


#content A:link
{ text-decoration: underline; color:#0089B8; }
#content A:visited
{ text-decoration: underline; color:#0089B8; }
#content A:active
{ text-decoration: underline; color:#0099CC; }
#content A:hover
{ text-decoration: underline; color:#0099CC; 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);

}

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

}

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

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

.skin {
    border-width: 0px 0px 0px 0px;
}

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

}