/*

Color and Font Definitions

(1) Lite Purple: #C7C1E1
(2) Lite Pink: #FDF9FA
(3) Medium Pink: #F7E2E4
(4) Dark Pink: #E8B3B9

BACKGROUND (BODY) SHOULD BE LT. PINK: #FDF9FA

NORMAL TEXT:
Verdana Regular 11pt. (GREY #595959)

HEADER TEXT:
Verdana Bold 13 pt. (GREY #595959)

LINKS:
Verdana Bold 14 pt. (PURPLE #8377BD)

*/

BODY, TD, P, .Text
{
font-family: Arial;
font-size: 9pt;
color: dimgray;
text-align: justify;
}

LI, LI P
{
text-align: left!important;
}

TD B, P B, .Text B
{
color: #424242;
}

.Heading1,H1
{
	color					:#6D5EB1;
	font-family				:Verdana,Arial;
	font-weight				:bold;
	font-size				:12pt;
	text-align				:left!important;
}

.Heading2,H2
{
	color					:#DE8591;
	font-family				:Verdana,Arial,Helvetica,sans-serif;
	font-weight				:bold;
	font-size				:11pt;
	text-align				:left!important;
}

.Heading3,H3
{
	color					:#6D5EB1;
	font-family				:Verdana;
	font-size				:11pt;
	font-weight				:bold;
	text-decoration			:underline;
	text-align				:left!important;
}
.Heading4,H4
{
	font-weight				:bold;
	font-size				:10pt;
	text-align				:left!important;
}
.Form
{
	background-color		:#FDF9FA;
	border					:1px solid #E8B3B9;
}	

.FormLabel
{
	font-family				:Verdana,Arial,Helvetica,sans-serif;
	font-weight				:bold;
	font-size				:13px;
}

.FormLabelRequired
{
	color					:Red;
	font-family				:Verdana,Arial,Helvetica,sans-serif;
	font-weight				:bold;
	font-size				:13px;
}
