@charset "UTF-8";

body {
	background-image: url(bg.gif);
	font-family: "Century Gothic";
}
body,td,th {
	font-size: 17px;
	color: #000;
}
a:link {
	color: #440809;
	text-decoration: none; 
	font-weight: normal;
}
a:visited {
	color: #4D0000;	
	text-decoration: none; 
	font-weight: normal;
}
a:hover {
	color: #26355E;	
	text-decoration: none; 
	font-weight: normal;
}
a:active {
	color: #243461;
	text-decoration: none; 
	font-weight: normal;
}
.menu {
	font-size: 24px;
}
.title1 {
	font-size: 30px;
}
.title2 {
	font-size: 12px;
}
.imgborder{
	border: 0px;
}
h1 {
	font-size: 24px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #F5F4DA;
}

#content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	z-index: 2;
}
#bottomleft {
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
#topright {
	position: relative;
	float: right;
	top: 0px;
	z-index: 1;
}
