body{
	background-color:#002;
	background-image:url(../images/background.jpg);
	background-repeat:repeat;
	font-family:Arial;
	font-size:10pt;
	color:#fff;
	}

a {font-family:Arial;font-weight:normal;text-decoration:none;}
a.submenue {font-weight:bolder;font-size:10pt;}
a.bold {font-weight: bold;color: rgb(40,87,173);}
a:link , a:visited {border-bottom:1px dashed #fff; color:#fff;}
a:hover, a:focus ,  a:active{color:rgb(40,87,173); border-bottom:1px dashed rgb(40,87,173);}
a>img{border:1px solid #000;;}
a:hover>img{border:1px solid rgb(40,87,173);}

#noborder, a:link#noborder, a:hover#noborder, a:focus#noborder, a:active#noborder {border:none;}
#border, a:link#border, a:hover#border, a:focus#border, a:active#border {border:1px solid #fff;}

img {border:none}
   
h3{font-family:Arial;font-size:11pt;color:rgb(40,87,173);}	
h3.normal{font-family:Arial;font-size:normal;color: #fff;}
	
   
h2{font-family:Arial;font-size:13pt;font-weight:bold;}
h2.red{font-family:Arial;color: rgb(127,0,0);}   

	   
p.block{text-align:justify;line-height: 1.4;}
.code{font-family:Courier New;}
	
.small {font-size:8pt;}		
.blue {color: rgb(40,87,173);}

#center{text-align:center;width:100%;}
#floatleft {float:left;margin:3px;}
#floatright {float:right;margin:3px;}
#floatclear{clear:both;margin:3px;}

.center{text-align:center;width:100%;}
.floatleft {float:left;margin:3px;}
.floatright {float:right;margin:3px;}
.floatclear{clear:both;margin:3px;}

.inputgb{
	width:170px;
	border:1px dashed #fff;
	background-color:#000;
	color:#fff;
}

.inputgb:hover{
	border:1px dashed rgb(40,87,173)
}

textarea.inputgb{
	width:200px;
	float:right;
	margin-left:-150px;
	margin-right:200px;
}

.inputcomment{
	width:200px;
	border:1px dashed #fff;
	background-color:#000;
	color:#fff;
}

.inputcomment:hover{
	border:1px dashed rgb(40,87,173)
}

textarea.inputcomment{
	width:200px;
}