/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    margin-left: 0px;
	margin-top: 0px;
}

.statepagefont1
{
	font-size:xx-small;
	font-weight:bold;
	font-family:Verdana;
}

.statepagefont2
{
	font-size:xx-small;	
	font-family:Verdana;
	font-weight:normal;
}

.txtbox
{
	font-size:x-small;
	font-style:normal;
	font-family:Verdana;
	color:Black;
}

.result
{
	font-size:x-small;
	font-style:normal;
	font-family:Verdana;
	color:Black;
}

.survey
{
	font-size:smaller;
	font-style:normal;
	font-family:Verdana;
	color:Black;
}

.lblHead 
{
	font-size: x-small;
	font-weight:bold;
	font-family:Verdana;
	color:White;
}

.emsg
{
	font-size: x-small;
	font-weight:bold;
	font-family:Verdana;
	color:red;
}

.lwords
{
	font-size: xx-small;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.hover {

	text-decoration:	underline;
	color:	#3333cc;
}

.active {

	text-decoration:	none;
	color:	#333399;
}

.visited {

	text-decoration:	none;
	color:	#333399;
}

.link {

	text-decoration:	none;
	color:	#3333cc;
}


.link2 
{
	text-decoration: none;
	font-weight:bold;
	font-family:Verdana;
	font-size:x-small;
	color:White;
}

.visited2
{
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana;
	font-size:x-small;
	color:White;
}

.link3
{
	text-decoration: none;
	font-family:Verdana;
	font-size:x-small;
	color:#3333cc;
}

.visited3
{
	text-decoration:none;
	font-family:Verdana;
	font-size:x-small;
	color:#3333cc;
}

.righthead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

.lbl3
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
}

.lbl4
{
	font-family:Verdana;
	font-size:xx-small;
	color:Red;	
}

.txtbox2
{
	border-style:solid;
	border-color:Silver;
	border-width:1;
	font-family:Verdana;
	font-size:x-small;
}
