body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	scrollbar-arrow-color: #C9C5C2;
	scrollbar-track-color: #C9C5C2;
	scrollbar-face-color: #F4F4F4;
	scrollbar-highlight-color: #F4F4F4;
	scrollbar-3dlight-color: #C9C5C2;
	scrollbar-darkshadow-color: #C9C5C2;
	scrollbar-shadow-color: #C9C5C2;
	text-align: left;
	color: #ABABAB;
	background-color: #C5C5C5;
	background-image:    url(bg1.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
  
	}
	
	
table {
    font-size:10px;
	text-align: left;
	color: #ABABAB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
    padding-left: 15px;   
}

A:link
{ text-decoration: underline; color:#818181; }
A:visited
{ text-decoration: underline; color:#818181; }
A:active
{ text-decoration: underline; color:#5C5C5C; }
A:hover
{ text-decoration: underline; color:#5C5C5C; }


#content A:link
{ text-decoration: underline; color:#818181; }
#content A:visited
{ text-decoration: underline; color:#818181; }
#content A:active
{ text-decoration: underline; color:#5C5C5C; }
#content A:hover
{ text-decoration: underline; color:#5C5C5C; 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: left top;
	background-image: url(bg2.gif);
	background-repeat: repeat-y;
}

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

}

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

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

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

}
