BODY {
font-size : .8em; 
font-family : Tahoma; 
font-weight : normal; 
color : #000000; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

H3 {
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-size : 1em; 
color : #163479; 
background-color : transparent; 
}

H1 {
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #4FB5B0; 
background-color : transparent; 
}

p {
font-size : ..8em; 
font-family : Tahoma; 

}

.smalltext {
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .7em; 
}


.smalltext a:link{
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

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

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


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

.largetext a:link{
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

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

.grid {
border : #efb240 .05em solid;
}

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #cccccc;
}

.bg_medium {
  background-color : #4FB5B0;
}

.bg_light {
  background-color : #9FD6D3;
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #9FD6D3;
}

.copyright {
    font-size: .8em;
    text-align: center;
}
a:link { 
	color:#163578; 
	text-decoration:none;
}
a:hover { 
	color:#66CCCC; 
	text-decoration:underline;
	
}
a:visited{ 
	color:#163578;
    text-decoration:none;
}

a:active { 
	color:#66CCCC; 
	font-weight: bold;
}
