BODY
{
	font: 15px/1.5 Helvetica, Arial, sans-serif; 
}
/*Change Default Colors*/
A:link
{
	color: #006699;
}
/*Magenta - unvisited link*/
A:visited
{
	color: #006699;
}
/*Cyan - visited link 00ffff*/
A:hover
{
	color: #8dc53d;
}
/*Yellow - mouse over link ffff00*/
A:active
{
	color: #888;
}
/*Light Green - selected link*/
A:focus
{
}
HR
{
	border: 0 solid #CCC;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/*`Headings
----------------------------------------------------------------------------------------------------*/
H1, H2, H3, H4, H5, H6
{
	color: #000;
}
H1
{
	font-size: 25px;
}
H2
{
	font-size: 23px;
    font-family: Garamond; 
}
H3
{
	font-size: 22px;  
    color: #006699; 
    font-weight: 100; 
    font-family: Garamond; 
}
H4
{
	font-size: 19px;
}
H5
{
	font-size: 17px;
}
H6
{
	font-size: 18px;  
    color: #006699; 
    font-weight: 100; 
    font-family: Garamond;
}
.specialtitle {
    font-size: 20px;  
    color: #006699; 
    font-weight: 100; 
    font-family: Garamond; 
}
.specialtitle_home {
    font-size: 22px;  
    color: #006699; 
    font-weight: 100; 
    font-family: Garamond; 
}
/*`Spacing
----------------------------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
}
LI
{
	list-style-type: none;
	list-style-position: outside;
}
