a:link
{
	color: rgb(08,112,233);
	font-size: 12pt;
}
a:visited
{
	color: rgb(08,112,233);
} 
a:active 
{
	color: rgb(08,112,233);
}
h1, h2, h3, h4, h5, h6, p
{
	font-family: Verdana, Times New Roman;
}
/*Northside Heading*/
h1 
{
	color: rgb(0,0,0);
	font-size: 50px; 
	text-align: center;
	font-weight: normal;
}
/*Address & Phone Numbers */
h2
{
	color: rgb(0,0,0);
	font-size: 14px; 
	text-align: center;
	font-weight: normal;
	line-height: 100%;
}
h3
{
	color:#0870E9;
	font-size: 30px; 
	text-align: center;
	font-weight: bold;
	line-height: normal;
	font-style: italic;
}
h4
{
	color:#0870E9;
	font-size: 25px; 
	font-weight: bold;
	line-height: normal;
	font-style: italic;
	text-align: center;
}
/* Annoucement Text */
h5           
{
	font-size: 14pt;
	font-weight: bold;
}
h6
{
	font-size: 14pt;
	color:#0870E9; 
	font-style:italic; 
	text-align:center;
}
/* Main Body */
p
{
	color: rgb(0,0,0);
	font-weight: normal;
	line-height: normal;
}
body
{
	background-image: url("../images/New_Folder/Image01.gif");
	background-repeat: repeat-x;  
	font-family: Verdana;
	background-color: (255,255,255);
	color: (0,0,0);
}
