BODY, TD {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.quotesource{
font-size: xx-small;	
}
body.c{

	text-align: center;
	text-valign: middle;
}

H2 {
	font-size: small;
}

H3 {
	font-size: 15pt;
	font-style: italic;
	font-family: sans-serif;
}

H4 {
    font-family: sans-serif;
    font-size: small;
}
H6 {
    font-family: sans-serif;
    font-size: large;
	color: #9966CC
}

UL {
	list-style-image: url(images/bullet.gif);
}

A {
	color: #ff0000;
	text-decoration: none;
}

A:Hover {
	color: #ff0000;
	text-decoration: underline;
}

a.nav {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

a:hover.nav {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

a.subnav {
	color: Black;
	text-decoration: none;
	font-size: 90%;
}
a:hover.subnav {
	color: #ff0000;
	text-decoration: none;
	font-size: 90%;
}

a.navBlack {
	color: Black;
	text-decoration: none;
	font-size: 90%;
}
a:hover.navBlack {
	color: #ff0000;
	text-decoration: underline;
	font-size: 90%;
}
.breadcrumb {
	color: Gray;
	text-decoration: none;
	font-size: 80%;
}	
a.breadcrumb {
	color: Gray;
	text-decoration: none;
	font-size: 80%;	
}
.register {
	color: #0065CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.footer {
	color: #9C9A9C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	background-color: transparent;
	border: #e7e7e7;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	width: 80px;
}

.buttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Gray;
	background-color: transparent;
	width: 80px;
	border: #1061CE;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
}
.showTable {
	border: 1px #cccccc solid;
	background-color: #eeeeee;
}