﻿/* TOP LEVEL STYLES */

body{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background: #FFFFFF url('images/background.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

img {
	border: none;
	margin: none;
	padding: none;
	display: block;
	font-size: 0;
}

table {
	border-collapse: collapse;
}

td {
	background-repeat: no-repeat;
}

#topnav {
	margin: 0px 0px 0 0px;
	padding: 0;
	text-align: center;
	height: 16px;
}

#topnav a { 
	margin: 0px 0px 0 0px;
	padding: 2px 0px 0 0px;
	text-decoration: none; 
	font-weight: bold;
	display: block;
}

#topnav a:link { color: #787878; }
#topnav a:visited { color: #787878;}
#topnav a:hover { color: #000000;}
#topnav a:active { color: #000000;}

#bottomnav {
	margin: 0px 0px 0 0px;
	padding: 0;
	text-align: center;
	height: 25px;
}

#bottomnav a { 
	margin: 0px 0px 0 0px;
	padding: 6px 0px 0 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	text-decoration: none; 
	font-weight: bold;
	display: block;
}

#bottomnav a:link { color: #787878; }
#bottomnav a:visited { color: #787878;}
#bottomnav a:hover { color: #000000;}
#bottomnav a:active { color: #000000;}

#copyright {
	height: 35px;
	font-family: Arial,Helvetica,sans-serif; 
	font-size: 9px;
	color: #939598;
	text-align: center;
}

#copyright a:link { color: #939598; }
#copyright a:visited { color: #939598;}
#copyright a:hover { color: #939598;}
#copyright a:active { color: #939598;}

#homecontent {
	height: 232px;
	line-height: 14px;
	font-size: 12px;
}

#homecontent a { 
	text-decoration: none; 
}

#homecontent a:link { color: #FFFFFF; }
#homecontent a:visited { color: #FFFFFF;}
#homecontent a:hover { color: #FFFFFF;}
#homecontent a:active { color: #FFFFFF;}

#bodycontent {
	height: 405px;
	line-height: 16px;
	overflow-y: auto;
	padding: 0px 2px 0px 0px;
	font-size: 12px;
}

#bodycontent a { 
	text-decoration: none; 
}

#bodycontent a:link { color: #FFFFFF; }
#bodycontent a:visited { color: #FFFFFF;}
#bodycontent a:hover { color: #FFFFFF;}
#bodycontent a:active { color: #FFFFFF;}

td.bullet {
	width: 15px;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
td.bulletitem {
	padding-top: 1px;
	padding-bottom: 6px;
}
