A, A:ACTIVE, A:FOCUS,  A:LINK, A:VISITED {
	color : Blue;
	text-decoration : none;
}
A:HOVER {
	text-decoration : underline;
}

BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-align : left;
	background-attachment : fixed;
	background-color : transparent;
	background-image : url(images/Logo.png);
	background-position : center;
	background-repeat : no-repeat;
} 
table {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	width : 98%;
	}
table.nav,div.nav {
	position : absolute;
	margin-left : 0%;
	width : 22%;
	float : right;
	z-index : 100;
	right : 10px;
	background-color : White;
	border : 1px solid Black;
}

table.menu,div.menu {
	background-color : Silver;
	z-index : 50;
	width : 10%;
	right : 0px;
	top : 0px;
	border-left : 4px inset Silver;
	height : 105%;
	position : absolute;
	}

TABLE.content {
	position : relative;
	width : 85%;
	float : left;
}	

TD {
	vertical-align : top;
}


H1 {
	font-size : 140%;
	font-weight : bold;
}
H2 {
	font-size : 120%;
	font-weight : bold;
}

H3 {
	font-size : 100%;
	font-weight : bold;
}



