
/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-= //
// LINKS
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-= */

/* general links */

a:link {
	font-family: Verdana;
	font-size: 10px;
	color: #006666;
	text-decoration: underline;
}
a {
	font-family: Verdana;
	font-size: 10px;
	color: #006666;
	text-decoration: underline;
}

a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #3A3A3A;
	text-decoration: underline;
}

a:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #C60C46;
	text-decoration: underline;
}

/* -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-= //
// FONT SIZES/COLORS
// -=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=--=-=-=-=-=-= */

/* general body font */

body, td,p {
	font-family: Verdana;
	font-size: 10px;
	color: #606060;
	line-height : 12px;
}


.header1 {
	font-family: "ITC Avant Garde Gothic Demi";
	font-size: 12px;
	color: #6A6A6A;
	font : bold;
}
.sideheadergreen {
	font-family: Arial;
	color: #00756D;
	font-size: 11px;
	font : bold;
}
a.sideheadergreen   {
	font-family: Arial;
	color: #00756D;
	font-size: 11px;
	font: bold;
	text-decoration: none;
}
a:visited.sideheadergreen {
	font-family: Arial;
	font-size: 11px;
	color: #00756D;
	font: bold;
	text-decoration: none;
}
a:hover.sideheadergreen {
	font-family: Arial;
	font-size: 11px;
		font: bold;
	color: #C60C46;
	text-decoration: none;
}
.header2 {
  	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* font - pink */

.textPink {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}

.textPink a:link {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #006666;
	text-decoration: none;
}

.textPink a:visited {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #0099FF;
	text-decoration: none;
}

.textPink a:hover {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
	text-decoration: underline;
}


.headerblue {
	font-family:  Arial;
	color: #015672;
	font-size: 12px;
	line-height : 8px;
	letter-spacing : 1px;
	font : bold;
}

.headerred {
	font-family: Arial;
	color: #A7181A;
	font-size: 12px;
	line-height : 8px;
	letter-spacing : 1px;
	font : bold;
}
.headergreen {
	font-family: Arial;
	color: #00756D;
	font-size: 12px;
	line-height : 8px;
	letter-spacing : 1px;
	font : bold;
}
.subheaderred {
	font-family: Arial;
	color : #A7181A;
	font-size: 12px;
	font : bold;
}
.contacttext{
	font-family: Arial;
	font-size: 10px;
	color: #3A3A3A;
	line-height :  36px;
}
.phonetext{
	font-family: Verdana;
	font-size: 10px;
	color: Black;

}
.footerbg{
	background-color : D5D5D5;
}
.footertext1{
	font-family: Verdana;
	font-size: 10px;
	color: White;
}
.footertext2{
	font-family: Verdana;
	font-size: 9px;
	color: White;
}
li {
	color : #606060;
	list-style : disc;
	display : block;
}

