/* CSS Document */
body { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:11px;
}

p  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

.agate  { 
  font-size:10px; 
}

td  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

li  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

ul  { 
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
}

.caption {
  font-family:Tahoma,Verdana,Geneva,sans-serif;
  font-size:12px; 
  font-style:italic;
}

h1 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:18px;
	font-weight:bold;
}

h2 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:16px;
	font-weight:bold;
}

h3 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:14px;
	font-weight:bold;
}

h4 {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

a {
  text-decoration:none;
}

a:visited {
  color: #333399;
}
a:link {
  color: #3366CC;
}
a:hover {
  color: #0099FF;
}

a.buttons {
  color: #A0B5DC;
}
.footertext {
	font-size: 12px;
	color: #A0B5DC;
	background-color:#171E38;
}
.smaller {
	font-family:Tahoma,Verdana,Geneva,sans-serif;
	font-size: 10px;
}
.heavy {
	font-size: 12px;
	font-weight: bold;
}
.highlightpurple {
	color: #990066;
}
.highlightred {
	color: #CC0000;
}
.highlightblue {
	color: #0033cc;
}
.highlightwhite {
	color: #ffffff;
}
