/*
light green: #009999
dark green: #01724E, 1/114/78
turqoise: #56CDDB, 86/205/219
gold: #FFB200, 255/178/0
orange: #FF6306, 255/99/6
purple: #A8258E, 168/37/142
*/

TD, .main {
        font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
        line-height: 19px;
	color: #444444;
}

.copyright { font-size: 12px; color: #AAAAAA}

H1 {
	font-weight: bold;
	color: #009999;
	font-size: 14px;
	line-height : 18px;
	margin-bottom : 10px;
}

H1.pink {
	font-weight: bold;
	color: #A8258E;
	font-size: 14px;
	line-height : 18px;
	padding-bottom : 0px;
}

.caption {
color: #666666;
font-size: 10px;
line-height: 14px;
}


.greenbold { font-weight: bold; color: #009999; font-size: 14px }

.greenbold1 { font-weight: bold; color: #01724E; font-size: 14px; }

.greenbold2 { font-weight: bold; color: #56CDDB; font-size: 14px; }

.greenbold3 { font-weight: bold; color: #FFB200; font-size: 14px; }

.greenbold4 { font-weight: bold; color: #FF6306; font-size: 14px; }

.greenbold5 { font-weight: bold; color: #A8258E; font-size: 14px; }

.dot { font-size : 17px; font-weight: bold; }

.header { color: #01724E; font-size: 40px; line-height: 30px; font-weight: bold; }

.header1 { color: #56CDDB; font-size: 40px; line-height: 30px; font-weight: bold; }

.header2 { color: #FFB200; font-size: 40px; line-height: 30px; font-weight: bold; }

.header3 { color: #FF6306; font-size: 40px; line-height: 30px; font-weight: bold; }

.header4 { color: #A8258E; font-size: 40px; line-height: 30px; font-weight: bold; }

A:link { color: #009999; }
A:visited { color: #009999; }
A:hover {
	color: #999999;
}

