
BODY {
	color : Black;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	}
td {
	color : Black;
	background-color : White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	padding: 15px 0;
}
td.header {
	font-size : 16px;
	font-weight : bold;
	color : Red;
	padding-bottom: 15px;
}

a.menu {
	text-decoration : none;
	font-weight : bold;
}

a.menu:link {
	text-decoration : none;
	font-weight : bold;
}

a.menu:visited {
	text-decoration : none;
	font-weight : bold;
}

a.menu:active {
	text-decoration : none;
	font-weight : bold;
}

a.menu:hover {
	font-weight : bold;
	text-decoration : underline;
}

a.menu:focus {
		font-weight : bold;
		text-decoration : underline;
}

td.menu {
	
}

div.title {
	font-size : 14px;
	font-weight : bold;
	color : Red;
}

table.borders {
	background-color : Blue;
	border : 0px;
}

tr.borders {
	background-color : #ffffff;
}





