/* Default Font Type - any font residing within the TD tags of a table */
body, div, p, blockquote, ol, ul, dl, li, dt, dd, td 
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
}

.12RegBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.12BoldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
/* ------------------ LINKS ------------------ */
/* Universal Links */
A{text-decoration: none;} 
A:link {text-decoration: none; color: #0000FF;}
A:visited {text-decoration: none; color: #990000;}
A:active {text-decoration: none; color: #000066;}
A:hover {text-decoration: underline; color: #0000FF;}

/* ----------------- Form Feilds ----------------- */
input, textarea, select
{
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    FONT-SIZE: 12px;
	border: 1px solid black;
}
	input.FORMcheckbox, input.FORMradiobutton
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 12px;
		border-bottom: 0px solid; 
		border-left: 0px solid; 
		border-right: 0px solid; 
		border-top: 0px solid;
		cursor:hand; 
	}
	.Required
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: bold;
	FONT-SIZE: 12px;
	Font-color: red;
	color: #FF0000;
	}
	.ErrorMsg
	{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: italic;
	FONT-SIZE: 10px;
	Font-color: red;
	color: #FF0000;
	}

/* ------------------ Comments ------------------ */
	.Comments
	{
		FONT-FAMILY: Arial, Helvetica, sans-serif;
		font-size : 11px;
		Color: #333333;
	}
	
	
	.SectionTitle
	{
	font-size:14px;
	padding: 15px 0 15px 0;
	font-weight:bold;
	}	