/* CSS Document */

body {margin-top: 0px; margin-bottom: 0px; font-size: 12px; color: #000000;
  font-family: arial, helvetica, sans-serif; background-color: #EEEEEE}

p {font-size: 16px}

p.bold {
	font-weight: bold;
	color:#FF0000;
}

p.tablestitle {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

p.tables {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

td.front {background-color: #000000; text-align: center}

td.main {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}

td.right {
	text-align: right;
	font-size: 12px;
	padding-right: 8px;
	vertical-align: top;
}

td.left {
	text-align: left;
	font-size: 12px;
	vertical-align: top;
}

td.rightmiddle {
	text-align: right;
	font-size: 12px;
	padding-right: 8px;
	vertical-align: middle;
}

/* links */

a.front:link {color: #FEF171; text-align: center; font-weight: bold; text-decoration: none}
a.front:visited {color: #FEF171; text-align: center; font-weight: bold; text-decoration: none}
a.front:hover {color: #FEF171; text-align: center; font-size: 19px; font-weight: bold; text-decoration: none}

a.r:link {color: #000000; font-size: 12px; font-weight: bold; text-decoration: none}
a.r:visited {color: #000000; font-size: 12px; font-weight: bold; text-decoration: none}
a.r:hover {color: #00CC00; font-size: 12px; font-weight: bold; text-decoration: none}

a.bod:link {color: #008020; font-weight: bold; text-decoration: none}
a.bod:visited {color: #008020; font-weight: bold; text-decoration: none}
a.bod:hover {color: #0000CC; font-weight: bold; text-decoration: none}

a.times {color: #006600; font-weight: bold}
a.times:hover {color: #00CC33; font-weight: bold}
a.times:visited {color: #006600; font-weight: bold}

a.small {color: #28549E; font-size: 12px; font-weight: bold}
a.small:hover {color: #54289E; font-size: 12px; font-weight: bold}
a.small:visited {color: #28549E; font-size: 12px; font-weight: bold}
