body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Arial, Verdana, sans-serif;
font-size : 10pt;
background-color : #fff;
color : #000;
}
.container {
width : 980px;
background-color : #fff;
background-image:  url(background.gif);
text-align:left;
}
a:link {
font-size: 100%;
color: #0098af;
text-decoration: underline;
font-weight : bold;
}
a:visited {
font-size: 100%;
color: #0098af;
text-decoration: underline;
font-weight : bold;
}
a:active {
font-size: 100%;
color: #0098af;
text-decoration: underline;
font-weight : bold;
}
a:hover {
text-decoration: underline;
font-size: 100%;
color: #003366;
font-weight : bold;
}
.copyright {
font-size: 80%;
color: #0098af;
}
.gianttext {
font-size: 250%;
color: #999;
font-weight : normal;
}
.standardleftcoltext {
font-size: 100%;
color: #0098af;
font-weight : bold;
}
.smallleftcoltext {
font-size: 90%;
color: #0098af;
font-weight : normal;
}
.title {
font-size: 110%;
color: #464646;
font-weight : bold;
}
.title2 {
font-size: 120%;
color: #464646;
font-weight : bold;
}
.notes {
font-size: 80%;
color: #000;
font-weight : bold;
}
.notes2 {
font-size: 80%;
color: #666;
font-weight : bold;
}
.notes3 {
font-size: 90%;
color: #666;
font-weight : bold;
}
.notes4 {
font-size: 100%;
color: #666;
font-weight : bold;
}
.linksmall a:link {
	text-decoration: none;
	font-size : 90%;
	color: #666;
	font-weight : bold;
	}
.linksmall a:visited {
	text-decoration: none;
	font-size : 90%;
	color: #333;
	font-weight : bold;
	}
.linksmall a:hover {
	text-decoration: underline;
	font-size : 90%;
	color: #0098af;
	font-weight : bold;
	}
.linksmall a:active {
	text-decoration: none;
	font-size : 90%;
	color: #666;
	font-weight : bold;
	}

.ondark a:link {
	text-decoration: none;
	font-size : 100%;
	color: #fff;
	font-weight : bold;
	}
.ondark a:visited {
	text-decoration: none;
	font-size : 100%;
	color: #fff;
	font-weight : bold;
	}
.ondark a:hover {
	text-decoration: underline;
	font-size : 100%;
	color: #fff;
	font-weight : bold;
	}
.ondark a:active {
	text-decoration: none;
	font-size : 100%;
	color: #fff;
	font-weight : bold;
	}
	
h1 {
color: #000;
font-size: 120%;
font-weight:bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h2 {
color: #000;
font-size: 120%;
font-weight:bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
color: #666;
font-size: 100%
font-weight:bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
  color: #333;
}

input.button { 
background-color: #0098af; 
border: 1px solid #0098af;
font-weight: bold; 
font-size: 100%;
color: #ffffff;
}
input.field {
background-color: #fff;
border: 1px solid #0098af;
font-size: 100%; color: #000000;
}
select.drop { 
background-color: #fff;
}
textarea.detail {
background-color: #fff;
border: 1px solid #0098af;
}
