@charset "UTF-8";
#gradient {
	background-attachment: scroll;
	background-image: url(../images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #009;
	background-position: bottom;
}
#wrapper {
	width: 780px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#shadow {
	background-image: url(../images/wrapper-shadow.png);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
a {
	font-size: small;
	color: #0000FF;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:active {
	text-decoration: none;
	color: #0099FF;
}
a img {
	border: none;
}
h1 {
	font-size: xx-large;
	color: #009;
}
h2 {
	font-size: large;
	color: #000000;
}
h3 {
	font-size: large;
	color: #666;
}
h4 {
	font-size: medium;
	color: #666;
}
h5 {
	font-size: small;
	color: #F00;
}
h6 {
	font-size: 96px;
	color: #CCC;
}
body {
	background-color: #000066;
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

