html {
	background: #cccccc;
}

BODY  {
	color : #003399;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#container  {
	width: 700px;
	margin: 0 auto;
	padding: 20px;
	border: solid 3px #003399;
	text-align: left;
	background: url(images/gsbg.jpg) #ffffff;
}

H1  {
	color : #009999;
	font-size : medium;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

H2  {
	color : #009999;
	font-size : medium;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

H3  {
	color : #009999;
	font-size : small;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

H4  {
	color : #009999;
	font-size : small;
	font-weight : normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

H5  {
	color : #003399;
	font-size : small;
	font-weight : bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

P  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : #003399;
	font-size : small;
}

A  {
	color : #003399;
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A:Visited  {
	color : #999999;
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A:Active  {
	color : #009999;
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

A:Hover  {
	color : #009999;
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

LI, UL, OL, DL  {
	font-size : small;
}

BLOCKQUOTE  {
	font-size : x-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.caption  {
	font-size : x-small;
}

.copyright  {
	font-size : x-small;
}

.title  {
	color : #009999;
	font-size : large;
}

.nav  {
	font-weight : bold;
	text-decoration : none;
}

.top  {
	font-weight : bold;
	text-decoration : none;
	font-size : x-small;
}

TD  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans serif;
}

TD H1  {
	font-size : medium;
	font-weight : bold;
}

TD H2  {
	font-size : medium;
	font-weight : bold;
}

TD H3  {
	font-size : medium;
	font-weight : bold;
}

TD H4  {
	font-size : small;
	font-weight : normal;
}

TD H5  {
	font-size : small;
	font-weight : bold;
}

TH  {
	font-size : small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

