@charset "utf-8";
/* CSS Document */

body{
	background-color:#EAE4CC;
	background-image:url(../images/freeQ_01.jpg);
	background-repeat:repeat-x;
	color:#666600;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body,td{
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h1{
	font-family:"Times New Roman", Times, serif;
}

h2{
	font-family:"Times New Roman", Times, serif;
}
a:link,a:visited{
	color:#666600;
	text-decoration:none;
}

a:hover{
	color:#000000;
}

#main_banner{
	background-image:url(../images/freeQ_06.jpg);
	background-repeat:repeat-x;
	height:113px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif
}

#main_banner h1{
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}
#main_links{
	background-image:url(../images/freeQ_05.jpg);
	background-repeat:no-repeat;
	height:61px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif
}


#footer{
	background-image:url(../images/freeQ_08.jpg);
	background-repeat:repeat-x;
	height:126px;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif
}

#footer a{
	color:#FFFFCC;
	font-family:"Times New Roman", Times, serif
}

img{
	border-color:#999900;
}


#formal{ 
	font-size:14px; 
	background-color:#EAEcCC; 
	border:3px solid #999900;
	-moz-border-radius:10px; 
	font-weight:bold; 
	font-family:"Times New Roman", Times, serif;
	padding:10;
}

#formal a{ text-decoration:none;}
#formal a:hover{ text-decoration:underline; color:#BE0000;}

.formal_h{ font-size:12px; background-color:#999900; float:center; color:#EAEcCC; height:25px}
.formal_h a{ text-decoration:none; color:ffffff;}
.formal_h a:hover{ text-decoration:underline; color:ffffff;}



#error {
	background: #d22b2b url('../images/error.jpg') left 0 no-repeat;
	height:50px;
	color:#ddb3b3;
	border-color:#FF9999;
	border-style:solid;
	/*padding-left:40;*/
	border-width:2;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:help;
	width:75%;
}
#info {
	background: #3e6299 url('../images/info.jpg') left 0 no-repeat;
	height:50px;
	color:#ADC2E1;
	border-color:#7CB0FF;
	border-style:solid;
	/*padding-left:40;*/
	border-width:2;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:help;
	width:75%;
}
#true {
	background: #3e6299 url('../images/true.jpg') left 0 no-repeat;
	height:50px;
	color:#99cc99;
	border-color:#99cc99;
	border-style:solid;
	/*padding-left:40;*/
	border-width:2;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	cursor:help;
	width:75%;
}

input,select,textarea{
	font-size:12px; 
	background-color:#eeeeee;
	border:1px solid #c4d4e8;
	-moz-border-radius:5px; 
	font-family:"Times New Roman", Times, serif;
	text-align:center;
	color:#666666;
	font-weight:bold; 
}

fieldset{
	-moz-border-radius:5px; 
	border:1px solid #c4d4e8;
}
