﻿body {
	background-color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

table {
	background-color: #0C346B;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: White;
}

a {
	color: #89C1FF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: Gray;
	font-weight: bold;
	text-decoration: none;
}

.blulink a{
	color: #89C1FF;
	text-decoration: none;
}

.blulink a:hover{
	color: Gray;
	text-decoration: none;
}
.style1 {color: #89C1FF
}
.style2 {
	border-width: 0px;
}
.style3 {
	font-weight: bold;
	color: #89C1FF;
}
.style4 {
	text-align: right;
}
#bottom {
	background-color:#ffffff;
	height:25px;
}