BODY {
font-size : 12px; 
font-family : Georgia, sans-serif; 
font-weight : normal; 
color : #666666;
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto;
}

H1 {
font-family : Georgia, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
color : white; 
background-color : transparent; 
}

H3 {
font-family : Georgia, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
color : #999900; 
background-color : transparent; 
}

p {
font-size : .9em; 
font-family : Georgia, sans-serif; 
}

table {
background-color: white;

}

.smalltext {
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .9em;
}


.smalltext a:link{ 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
text-decoration: none;
color: #006699;
}

.smalltext a:visited{ 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
text-decoration: none; 
color: #006699;  
}

.smalltext a:hover{ 
font-style : normal; 
font-variant : normal; 
font-weight : normal;
text-decoration: underline; 
color: #006699;  
}

.noline a:link{
  text-decoration : none;
  color: #999900;
}

.noline a:visited{
  text-decoration : none;
  color: #999900;
}

.noline a:hover{
  text-decoration : underline;
  color: #006699;
}


.largetext { 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
text-decoration: none;
color: #006699; 
}

.largetext a:visited{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
text-decoration: none;
color: #006699; 
}

.largetext a:hover{
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
text-decoration: underline;
color: #006699; 
}

.errortext {
  font-size : .9em;
  color : red;
  font-weight : bold;
}

.grid {
border : #99cc33 .05em solid; 
}

.white {
  background-color : white;
}

.black {
  background-color : white;
}

.bg_dark {
	background-color : #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC66;
	border-bottom-width: thin;
}

.bg_medium {
	background-color : #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC66;
	border-bottom-width: thin;
}

.bg_light {
	background-color : #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC66;
	border-bottom-width: thin;
}

.alt_bg_dark {
	background-color : #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCc66;
	border-bottom-width: thin;
}

.alt_bg_medium {
	background-color : #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC66;
	border-bottom-width: thin;
}

.alt_bg_light {
	background-color : #FFFFFF;
	border-bottom-style: dashed;
	border-bottom-color: #CCCC66;
	border-bottom-width: thin;
}

.copyright {
    font-size: 0.9em;
    text-align: center;
}
a:link {
	color: #006699;
	text-decoration: none;
}

a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}