html {
	margin: 0; 
	padding: 0;
}

a:link, a:visited {
	color: #0E6785;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0E6785;
}

body {
	background-color: #EAEAEA;
	background-image: url(graphics/misc/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

td, div {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

UL, LI {	
	list-style-type: square;
}

h1{
	color: #0E6785;
	font-size: 17px;
	font-weight: bold;
}
h2{
	color: #0E6785;
	font-size: 15px;
	font-weight: bold;
}
h3{
	color: #0E6785;
	font-size: 13px;
	font-weight: bold;
}
h4{
	color: #0E6785;
	font-size: 11px;
	font-weight: bold;
}
h5{
	color: #0E6785;
	font-size: 10px;
	font-weight: bold;
}
h6{
	color: #0E6785;
	font-size: 9px;
	font-style: italic;
}


.title01small{
	color: #0E6785;
	font-size: 11px;
	font-weight: bold;
}
.title01medium{
	color: #0E6785;
	font-size: 13px;
	font-weight: bold;
}
.title01big{
	color: #0E6785;
	font-size: 15px;
	font-weight: bold;
}
.title02small{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
.title02medium{
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.title02big{
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}
.title03small{
	color: #FF0000;
	font-size: 11px;
	font-weight: bold;
}
.title03medium{
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
.title03big{
	color: #FF0000;
	font-size: 15px;
	font-weight: bold;
}
.credits{
	font-size: 9px;
	font-style: italic;
}
.footercredits, .footercredits a{
	font-size: 9px;
	color: #999999;
	font-weight:normal; 
}

.bottomcredits{
	color: #000000;
	font-style: italic;
}

.header1 {
	background-color : #EAEAEA;
	font-size : 12px;
	font-weight : bold;
	color : #333333;	
}

.subheader1 {
	background-color : #fafafa;
}

.subheader2 {
	background-color : #f6f6f6;
}

.first-float-rigid table{
	width: 560px;
}
.first-float-rigid td{
	padding: 0px;
}



