/* to control the font size and type in the table */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
}

.body_contain {
	height: 536px;
	padding: 0px;
	margin: 0px auto;
	border: 1px solid #b5b5b5;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 33px;
	color: #663300;
}
.topictitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.highlight {
	color: #FF0066;
	font-weight: bold;
}
li {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
.ans {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: normal;
}
.linormal{
	font-weight: normal;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}

.scroll {
scrollbar-face-color: #555555; 
scrollbar-shadow-color: #FFFFFF; 
scrollbar-highlight-color: #FFFFFF; 
scrollbar-3dlight-color: #999999; 
scrollbar-darkshadow-color: #999999; 
scrollbar-track-color: #EEEEEE; 
scrollbar-arrow-color: #FFFFFF
}
.btn {
background: #EBEBEB; 
border: 1px solid #666666; 
color: #333333; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; font-style: normal; 
font-variant: normal; 
font-weight: normal; height: 20px
}
.terms li {
	list-style-type: lower-alpha;
	font-weight: normal;
}