/* CSS Document */

/* Default values*/ 
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
A {
	color: #336699;
	text-decoration: none;
}
A:HOVER {
	color: #FF9900;
	text-decoration: underline;
}
A:VISITED {
	color: #336699;
}

/* Intro Text */
.introText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	line-height: 20px;
}

/* Body Text */
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	text-align: justify;
	margin: 0px;
}
a.bodyText:link {
	color: #336699;
	text-decoration: none;
}
a.bodyText:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.bodyText:visited {
	color: #336699;
	text-decoration: none;
}

/* Headings */
.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
.heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

/* Right column */
.rightColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 20px;
}

/* Horizontal Rule*/
HR {
	color: #FFFFFF;
 	border-top: 1 solid #CCCCCC;
}

.heading {  
	font-family: Arial, Helvetica, sans-serif; 
	color: #336699; 
	font-size: 14px; 
	font-weight: bold;
}

LI {
	list-style-position: inside;
	list-style-type: circle;

}
.subHeadLink {
	list-style-position: inside;
	list-style-type: square;
	font-weight : bold;
}
