@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
}

ul {
	margin:25px 0 0 25px;
	padding:0;
}

ul li {
	list-style:none;
	text-decoration:none;
}

a {
	text-decoration:none;
}

li {
	list-style:none;
}

li a {
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#000000;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	width:400px;
	font-weight:100;
	line-height:20px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#FF0000;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF0000;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FF0000;
}

h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:11px;
	color:#FF0000;
}

h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	font-size:11px;
	color:#FF0000;
}

td {
	font-size:12px;
}

img {
	margin:10px 0 0 0;
}

div#Menu {
	margin:20px 0 0 20px;
	padding:0;
	border:0;
	width:100px;
	float:left;
	position:fixed;
}

div#submenu {
	position:absolute;
	left:220px;
	top: 10px;
}

a:link {
	color:#000000; background-color:#FFFFFF;
}

a:visited {
	color:#000000; background-color:#FFFFFF;
}

a:hover {
	color:#FFFFFF; background-color:#FF0000;
}

a:active {
	color:#000000; background-color:#FF0000;
}



