@charset "utf-8";
/* CSS Document */

* {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:black;
	}
body {
	margin:0px;
	font-size:11px;
	}

img {
	padding:2px;
	border:2px white solid;
	}

a {
	color:#006699;
	text-decoration:none;
	font-size:12px;
	padding:3px;
	}
a:hover{
	text-decoration:underline
	}
p {
	text-align:justify;
	}
ul {
	margin:0px;
	color:#AAA;
	text-align:center;
	background:url(menu_bg.jpg) bottom repeat-x;;
	vertical-align:middle;
	}
	ul li {
		height:100%;
		display:inline;
		}
		ul li a {
			font-weight:lighter;
			display:inline-block;
			height:100%;
			padding:10px;
			text-decoration:none;
			color:#999;
			font-size:11px;
			}
		ul li a:hover {
			text-decoration:none;
			background-color:#FFF;
			color:black;
			}
ol {
	list-style-type:circle;
	}

h1 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:2px black solid;
	}
h2 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
h3 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-style:italic;
	}