/* CSS Document */

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

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* content */
td.content {
	color:#000000;
	background-color: #ffffff;
	background-image: url(images/contentbk2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px;
}

td.content a {
	color:#004C80;
}

td.content a:hover {
	color:#CC0000;
}

td.content a:visited {
	color:#004C80;
}

td.content h1 {
	font-family: Arial, Verdana;
	color: #333333;
	font-size: 18pt;
	/*padding: 5px;
	border: 1px solid #ffffff;
	background-color: #72B614;*/
	border-bottom: 1px dotted #555555;
}

/* menu items */
td.link {
	padding: 5px;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, Tahoma, Times New Roman, Verdana, Arial;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 11pt;
	text-align: left;
}

td.link a {
	color: #000000;
}

td.link a:hover {
	color: #2E566F;
	text-decoration: none;
}

td.lastlink {
	padding: 5px;
	background-image: url(images/menu_back.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, Tahoma, Times New Roman, Verdana, Arial;
	font-size: 11pt;
	text-align: left;
}

td.lastlink a {
	color: #000000;
}

td.lastlink a:hover {
	color: #2E566F;
	text-decoration: none;
}

/* footer */
td.footer {
	font-size: 8pt;
	height: 50px;
	background-color:#004E8A;
	color: #FFFFFF;
	padding: 2px;
}
td.footer a {
	color:#CC0000;
}

td.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
