body {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: normal;
}
td {
	FONT-FAMILY: Arial, Helvetica, sans-serif; FONT-SIZE: 9pt; FONT-STYLE: normal;
}

.headerBg {
	background-color: #216AA8;
}
.skyblue {
	background-color: #78A2C8;
}
.menubg {
	background-color: #F5F5F5;
}
.darkrgey {
	background-color: #184A89;
}
.footer {
	background-color: #C0C0C0;
}
.menuLink {
	font-weight: bold;
	color: #003366;
}
.bodyBorder {
	border-top: 1px solid #19196B;
	border-right: 1px solid #19196B;
	border-bottom: 1px solid #19196B;
	border-left: 1px solid #19196B;
}
.border {
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px solid #336699;
	border-left: 1px none;
}
.borderLeft {
	border-top: 1px none #C0C0C0;
	border-right: 1px none #C0C0C0;
	border-bottom: 1px none #C0C0C0;
	border-left: 1px solid #336699;

}
.borderBoth {
	border-top: 1px none #C0C0C0;
	border-right: 1px solid #336699;
	border-bottom: 1px none #C0C0C0;
	border-left: 1px solid #336699;

}
.sectionHeader {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	color: #216AA8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.red {
	color: #FF0000;
}
a {
	text-decoration:none;
	color:#003366
}
a:visited {
	text-decoratin:none;
	color:#003366;
}
a:active {
	text-decoration:underline;
	color:#FF0000;
}

a:hover {
	text-decoration:underline;
	color:#FF0000;
}
.dotted {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px dotted #336699;
	border-bottom: none;
	
}
