/* CSS  Document */

body {
	margin: 0px;
	background-color:#666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
}

td.menuHeader {
	background-image: url(images/menu_header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
}

td.menuItem {
	border-left: 2px solid #1975AD;
	border-right: 2px solid #1975AD;
	padding-top: 5px;
	padding: 5px;
	}

td.menuBottom {
	border-left: 2px solid #1975AD;
	border-right: 2px solid #1975AD;
	border-bottom: 2px solid #1975AD;
	padding-top: 5px;	
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}

a:link {
	font-family: Tahoma;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #1975AD;
	font-size: 12px;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF3300;
	font-size: 12px;
}

td.content {
	padding: 10px;
}

td.footer {
	background-color: #1975AD;
	color: #FFFFFF;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 8pt;
	}
