/*re-defined html tags*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	color: Gray;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}




h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Gray;
}
h4 {
	color: Black;
}
h5 {
	color: Black;
}


/*Content link styles*/
.contentlink {
	color: #333333;
	text-decoration: underline;
}
A.contentlink:link {
	color: #0000FF;
	text-decoration: underline
}
A.contentlink:hover { color: #3399CC; text-decoration: underline }
/*A.contentlink:visited { color: #9933FF; text-decoration: underline}*/


/*footer include styles*/
.footerlink {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;

}
A.footerlink:link { color: #0000FF; text-decoration: underline }
A.footerlink:hover { color: #3399CC; text-decoration: underline }

/*content style*/
.content { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333}



.text_dropcaps {
	FONT-SIZE: 24px; COLOR: #333333; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.red_star_text {
	color: Red; FONT-SIZE: 12px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.smblkcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

