/* CSS Document */

.title
{ 
	font-family: "Poor Richard", Garamond, "Times New Roman", serif;
	font-size:24px;
	font-weight:bold;
	color:#000000;
}
.title2
{ 
	font-family: "Poor Richard", Garamond, "Times New Roman", serif;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}
.title3
{ 
	font-family: Verdana, Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:500;
	color:#333333;
}
.subTitle
{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	color:#000000;
}

body
{ 
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
a
{
	font-weight:bold;
	text-decoration:none;
	color:#0000CC
}
a:hover
{
	text-decoration:underline;
}
formlabel
{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:bold;
}
input
{
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #333333;
	font-weight:normal;
	background-color:#FFFFFF;
	border-width:thin;
	border-color:#CC9900;
}

.cap 
{

float: left;
width: 9px;
font-size: 28px;
line-height: 28px;
font-weight: normal;
color:#444444;
font-family: georgia, times;

}
.mainLabel 
{
font-size: 12px;
font-weight: bold;
font-style: italic;
color:#000000;
font-family: georgia, times;

}