/* CSS Document */
/*original color for a.href = #660033*/
/*original color for a.href = #7994B9*/
a {
	color : #000000;
	font-family : Verdana;
	text-decoration : underline;
}
a:visited {
	color : #000000;
    font-family : Verdana;
	text-decoration : underline;
}
a:hover {
	/*color : #64008F;	*/
	color : #B58AC3;
    font-family : Verdana;
	text-decoration : none;
    text-decoration : underline;
}

ul {
	margin-left: 20px;
}

li {
    color : #000000;
	font-family : Verdana;
	font-size: 11px;
	list-style: url(../images/bullet.jpg);
	text-decoration : none;
	padding-bottom: 10px;
}

td {
    color : #000000;
	font-family : Verdana;
	font-size: 11px;
	text-decoration : none;
}

p {
    color : #000000;
	font-family : Verdana;
	font-size: 11px;
	text-decoration : none;
}

.title {
	    color : #A3B150;
        font-family : Gill Sans;
	    text-decoration : none;
		letter-spacing:-1px;
        font-size: 30px;
}

.subheader {
	    color : #6666ff;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;
		text-transform : uppercase;
        font-size: 14.5px;
}
.subheader2 {
        color : #000000;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;

        font-size: 12px;
}
.subheader3 {
        color : #64008F;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;
        font-size: 14px;
}

.subheader4 {
        color : #000000;
        font-family : Verdana;
	    text-decoration : none;
		font-weight : bold;
        font-size: 11px;
}

.success {
	color : #00CC00;
}

.error {
	color : #FF0000;
}

.left-margin {
	padding-left: 20px;
}

.white {
	color: #ffffff;	
}

.white:visited {
	color : #ffffff;
}

.white:hover {
	color : #B58AC3;    
}
