/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	background-color: #EEEEEE;
}

.justify {
	text-align: justify;
	font-size: 13px;
	font-weight: bold;
}
	
.centered {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

.right {
	text-align: right;
	font-size: 12px;
	font-weight: bold;
}

.main {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

.tabletitle {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}

.beige {
	background-color: #FFFFCC
}

.white {
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}

p {font-size: 13px;}
p.blue {color: #000099}

p.title {text-align: center; font-weight: bold; padding: 14px}

/* links */

a.top:link {color: #333399; font-size: 14px; font-weight: bold; text-decoration: none}
a.top:visited {color: #333399; font-size: 14px; font-weight: bold; text-decoration: none}
a.top:hover {color: #00CC00; font-size: 14px; 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}