.std {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFCC;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #99CCFF;
	font-variant: small-caps;
}
.italic {
	font-style: italic;
}
.head1 {
	font-weight: bold;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}

.caption {
	font-size: 0.8em;
	color: #CCCCCC;
}
.bold {
	font-weight: bold;
	color: #FFFFCC;
}
.stdblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}
a
{
	color: #FFFFFF;
	border-bottom: 1px dotted white;
	text-decoration: none;
}

a img { border: none; }

a.std:link
{
	color: white;
	background: #996666;
}
a.std:hover
{
	color: black;
	background: #FFCC33;
}
a.std:active
{
	color: white;
	background: #996666;
}
a.std:visited
{
	color: white;
	background: #996666;
}
a.footer
{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
a.footer:link
{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
a.footer:active
{
	color: #666666;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
a.footer:visited
{
	color: #666666;
	background: #FFCC33;
}
a.footer:hover
{
	color: white;
	background: #996666;
}
a.header
{
	color: white;
	border-bottom: 1px dotted #666666;
	text-decoration: none;
}
a.header:link
{
	color: white;
	background: #FF9966;
}
a.header:active
{
	color: white;
	background: #FF9966;
}
a.header:visited
{
	color: white;
	background: #FF9966;
}
a.header:hover
{
	color: white;
	background: #996666;
}
