/* CSS Document */
/*original color for a.href = #660033*/
/*original color for a.href = #7994B9*/
a {
	color : #D86262;
	font-family : Arial;
	text-decoration : underline;
}

a:visited {
	color : #D86262;
	font-family : Arial;
	text-decoration : underline;
}
/*#000000*/
a:hover {
	color : #000000;
	font-family : Arial;
	text-decoration : underline;
}

p {
    color : #000000;
	font-family : Arial;
	font-size: 13px;
	text-decoration : none;
}


li {
    color : #000000;
	font-family : Arial;
	font-size: 13px;
	text-decoration : none;
}

td {
    color : #000000;
	font-family : Arial;
	font-size: 13px;
	text-decoration : none;
}

.subheader {
	    color : #D26B73;
        font-family : Arial;
	    font-style : italic;
		font-weight : bold;
        font-size: 19.5px;
}
.subheader2 {
	    color : #D26B73;
        font-family : Arial;
	    font-style : italic;
		font-weight : bold;
        font-size: 14px;
}

.subheader3 {
	    color : #999966;
        font-family : Arial;
	    font-style : italic;
		font-weight : bold;
}

.transparent {
	FILTER: alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
.subheader4 {
	color : #000000;
	font-family : Arial;
	font-style : normal;
	font-weight : bold;
	font-size: 14px;

}
