/* CSS Document */
body {
	margin: 0px 0px 0px 0px;
}

a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #003300;
}
a:active {
	text-decoration: none;
}

.cslineshadow {
	background-image:url(../img/cslineshadow.jpg);
	background-repeat:repeat-y;
	width:820px;
	height:auto;
	margin-left: auto; 
	margin-right: auto;
}
.cslineshadow_down {
	background-image:url(../img/cslineshadow_down.jpg);
	background-repeat: no-repeat;
	width:821px;
	height:12px;
	margin-left: auto; 
	margin-right: auto;
	padding-right:2px;
	
}
.gtheader{
	background-image:url(../img/gt_header.jpg);
	background-repeat:no-repeat;
	height:133px;
	width:800px;
	margin-left: auto; margin-right: auto;
}
.text {
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.inputstyle{
	width:295px;
	height:15px;
	background-color:#D6F4FE; 
	border:1px solid #CCCCCC;
	padding:3px;
}
.textareastyle{
	width:295px; 
	height:130px; 
	background-color:#D6F4FE; 
	border:1px solid #CCCCCC;
	padding-left:5px;
	padding-top: 5px;
	

}
.questionstyle{
	width:500px; 
	height:130px; 
	background-color:#F3F3F3; 
	border:1px solid #CCCCCC;
	padding-left:5px;
	padding-top: 5px;
	

}
.text {
	font-family: "Arial";
	font-weight:normal;
	font-size: 11px;
	color: #333333;
	text-align:left;
}
.text_title {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}


