/* 
THIS CSS PAGE IS FOR GENERAL TEXT STYLINGS DEDICATED TO ENTIRE SITE
*/

/*******************************************************/
/*  Links & Header Settings - makes all black or gray  */
/*******************************************************/
a:link { color: #0000C5; text-decoration: none }
a:hover { color: #0000C5; text-decoration: none }
a:active { color: #0000C5; text-decoration: none }
a:visited { color: #0000C5; text-decoration: none }
p { font-family: Arial, Helvetica; }



h2 {
	font-size:		26px;
	margin-top:		0px;
}

h3 {
	font-size:		20px;
	margin-top:		0px;
}

h4 {
	font-size:		18px;
	margin-top:		0px;
}


/*******************************************************/
/*               General Text Settings                 */
/*******************************************************/

.txt11pt {
	font-size: 		11px;
}

.txt13pt {
	font-size: 		13px;
}

.txt15pt {
	font-size: 		15px;
}

.txt17pt {
	font-size: 		17px;
}




