﻿body{
	margin: 10px;
	padding: 0px;
	font-family: Trebuchet MS, tahoma, arial, sans-serif;
}
a
{
	color: #4A4A4A;
	text-decoration: underline;
	font-family: Trebuchet MS, tahoma, "Verdana", "Arial", "Helvetica";
}

a:hover
{
	color: red;
	text-decoration: underline;
	font-family: Trebuchet MS, tahoma, "Verdana", "Arial", "Helvetica";	
}
a:visited{color: #008000;}
a:focus{color: #0083c2;}
a:active{color: #0083c2;}

P{
	font-family: Trebuchet MS, tahoma, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
}
.p2{
	font-family: Trebuchet MS, tahoma, arial, sans-serif;
	color: #000000;
	font-size: 12px;
	text-align: justify;
}
ul {
	list-style-type: none;
	list-style-image: url('/images/ULbullet.gif');
}
li {
	list-style-type: none;
	list-style-image: url('/images/ULbullet.gif');
 font-family: Trebuchet MS, tahoma, arial, sans-serif;
 color: #000000;
 padding: 0px 0px 5px 5px;
}

input{
 font-size: 14px;
 }

.big{
 font-size: 14px;
 }

.formDiv{
 text-align: left;
 margin-bottom: 5px;
 }

.question{
 font-size: 14px;
 font-weight: bold;
 margin-top: 20px;
 }
.questionLong{
 font-size: 13px;
 font-weight: bold;
 margin-top: 10px;
 }
.qthumbBox{
 width: 196px;
 height: 188px;
 }
.qthumbBoxPadding{
 padding: 22px 37px 0px 0px;
 }
.qNum{
 font-size: 18px;
 font-weight: bold;
 }
.qOptions{
 margin-bottom: 10px;
 }
.qOption{
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 3px;
 cursor: pointer;
 }
