td {
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

A {
	color: #0E1E61;
}
A:visited {
	color: #0E1E61;
}
A:hover {
	color: #334EBF;
}

.header {
	color: #0E1E61;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.txtgrey {
	color: #7F8280;
}

.txtwhite {
	color: #FFFFFF;
}
.nav {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.nav:visited {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.nav:hover {
	color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
}

.vertline {
	background-image: url(images/line_vertical.gif);
	background-repeat: repeat-y;
}

li {
	list-style-image: url(images/li.gif);
}
.lineheight {
	line-height: 16px;
}
