BODY {
font-size : 11px; 
font-family : Geneva, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : #FFFFFF;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H1 {
font-family : Lucida Grande, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #000000; 
background-color : transparent; 
}

H2 {
	font-family : Geneva;
	font-size : 15px;
	color : #CC3300;
	background-color : transparent;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}

H4 {
	font-family: lucida grande;
	font-size: 11px;
	font-weight: bold;
	color: #CC3300;
	background-color : transparent;
}

table {border-collapse: collapse}

.errortext {
  font-family : Geneva, sans-serif; 
  font-size : 10px;
  color : #cc3366;
  font-weight : bold;
}

.bg_dark {
	background-color : #ffffff;
	color: #666666;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #99cccc;
	border-bottom-color: #99cccc;
}

.bg_medium {
	background-color : #ffffff;
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #663300;
	margin: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #99cccc;
	border-bottom-color: #99cccc;
	text-transform: uppercase;
}

.bg_light {
	background-color : #ffffff;
	color: #666666;
}

.alt_bg_dark {
	background-color : #ffffff;
	color: #666666;
}

.alt_bg_medium {
	background-color : #ffffff;
	color: #663300;
}

.alt_bg_light {
	background-color : #ffffff;
	color: #666666;
}
.header {
	background-color : #99cccc;
	border-bottom-width: 1px;
	border-top-width: 1px;;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #663300;
	border-top-color: #663300;
	margin-top: 2px;
	margin-bottom: 5px;
}

.content {
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}

.main {
}

a:link {
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: #669999;
	text-decoration: none;
}

a:visited {
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: #669999;
	text-decoration: none;
}

.leftside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.rightside {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.page {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-family: Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
}
a:hover {
	color: #669999;
	text-decoration: underline;
}
.footer {
	background-color : #99cccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #663300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #663300;

	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	height: 25px;
	font-family: Geneva, sans-serif;
	font-size: 9px;
	color: #333333;
}
.topbottom {
	background-color: #663300;
	border: 0px;
	margin: 0px;
	padding: 0px;
	height: 13px;
}


