/* CSS Document */

<!--
body,td,th {
	font-size: 12px;
	color:#333333;
}
body {
	margin-top: 0px;
	
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
img{border:0;}

.logo{padding:12px 0; text-align:left;}
.nav{
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: center;
	padding:9px 10px;
	border:1px solid #7aadc8;
}
.nav span{color:#999999;}

.login{padding:5px 0;}
.login input{border:#999999 solid 1px; background-color:#FFFFFF;}
.btncursor{cursor:pointer;}

.boxtitle{
	font-weight: bold;
	background-color:#eeeeee;
	background-repeat: repeat-x;
	border:solid 1px #cccccc;
	padding:8px 5px;
}
.boxtitle span{font-weight:normal; color:#FF0000;}

.boxcontent{line-height:22px; padding:10px; border-right:solid 1px #cccccc;border-left:solid 1px #cccccc;border-bottom:solid 1px #cccccc;}
.copyright{margin:18px; text-align:center;}

.Position{
	background-repeat: no-repeat;
	background-position: left center;
	padding:0px 0px;
}
.bold_red{color:#FF0000;}
.questiondetails{border:#CCCCCC solid 1px; padding:5px;}
.hr{border-top:#CCCCCC solid 1px; margin-bottom:5px; clear:both;}
.rep{font-size:14px; clear:both;}
-->


