/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12pt;
	color: #384C92;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.noPad {
	margin: 0;
	padding: 0;
}

.smallPad {
	margin: 0 0 5px 0;
	padding: 0;
}

.largePad {
	margin: 0 0 25px 0;
	padding: 0;
}

.textInputBox {
	width: 200px;
}

.memoInputBox {
	width: 300px;
	height: 125px;
}

.footerText {
	font-size: 7pt;
	color: #384C92;
}
.footnoteText {
	font-size: 8pt;
	color: #384C92;
}

.boldText {
	font-weight: bold;
}

.whiteBoldText {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #384C92;
}

.italicText {
	width: 535px;
	margin: 0 0 25px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
}

.greenBold {
	font-weight: bold;
	color: #007B5D;
}

.redBold {
	font-weight: bold;
	color: #CC0000;
}

.pinkBold {
	font-weight: bold;
	color: #FF99CC;
}

.italicText {
	font-style: italic;
}

.headerText { 
	margin: 0 0 10px 0;
	font-size: 12pt;
	font-weight: bold;
}

.subheadText {
	font-weight: bold;
	color: #007B5D;
	margin: 0 0 5px 0;
}

.vRuleBG {
	background-image: url(../images/v_rule.gif);
	background-repeat: repeat-y;
	background-position: top left; 
	background-color: transparent;
}

.faqBG {
	background-image: url(../images/faq_bg.gif);
	background-repeat: repeat-y;
	background-position: top left; 
	background-color: transparent;
}

.popupHeaderBG {
	background-image: url(../images/popup_head.gif);
	background-repeat: no-repeat;
	background-position: top left; 
	background-color: transparent;
}

ul {
	list-style: disc;
	margin: 0 2px 0 2px;
	padding: 0 6px 6px 6px;
	text-align: left;
}

li {
	padding: 8px 6px 6px 2px; 
}

a:link, a:visited, a:active, a:hover, a:visited:hover {
	color: #384C92; 
	text-decoration: underline;
}
