/* CSS Document */

body {
	background-color: #66CCFF;
}

tr.bars td {
	background-color: #3399cc;
}
tr.redbars td {
	background-color: #FF0000;
}

tr.mainbar td {
	background-color: #66CCFF;
	
}


.heading {
	color: #FFFFFF;
	font-size: 22px;
	padding: 10px;
	font-weight: bold; 
}

h1 {
	color: #FFFFFF;
	font-size: 22px;
}

h2 {
	color: #66CCFF;
	font-size: 10pt;
	letter-spacing:5pt;
	font-weight: normal;
	padding: 0;
	text-transform: uppercase; 
}


a {
	color: #6699CC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6699CC;
}
a:hover {
	text-decoration: underline;
	color: #66CCFF;
}
a:active {
	text-decoration: none;
	color: #66CCFF;
}

tr.redbars a:link {
	color: #FFFF00;
	letter-spacing: 0;
	text-decoration: underline;
}
tr.redbars a:visited {
	color: #FFFF00;
	letter-spacing: 0;
	text-decoration: underline;
}
tr.redbars a:hover {
	color: #FFFF00;
	letter-spacing: 0;
	text-decoration: underline;
}
tr.redbars a:active {
	color: #FFFF00;
	letter-spacing: 0;
	text-decoration: underline;
}

tr.line td {
	background-color: #66CCFF;
}
