BODY {
font-size : 1em; 
font-family : tahoma; 
font-weight : normal; 
color : #000000; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}
H1 {
font-family : tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.1em; 
color : #000000; 
background-color : transparent; 
}
p {
font-size : .8em; 
font-family : tahoma; 
}
.smalltext {
font-family : tahoma; 
font-size : .7em; 
}
.smalltext a:link{
font-family : tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color: #000000;
}
.smalltext a:visited{
font-family : tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color: #666666;
}
.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.1em; 
}
.largetext a:link{
font-family : tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.1em; 
}
.largetext a:visited{
font-family : tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.1em; 
}
a:link {
font-family: tahoma;
text-decoration: none;
color: #000000;
font-variant:small-caps
}
a:visited {
font-family: tahoma;
font-variant:small-caps;
text-decoration: none;
color: #CCCCCC;
}
a:hover {
font-family: tahoma;
color: #999999;
font-variant:small-caps;
text-decoration: underline;
}
a:active {
font-family: tahoma;
text-decoration: none;
color: #00FF00;
font-variant:small-caps
}
.errortext {
  font-family : tahoma; 
  font-size : .9em;
  color : red;
  font-weight : bold;
}
.grid {
border : #6ED400 .05em solid;
}
.white {
  background-color : white;
}
.black {
  background-color : black;
}
.bg_dark {
  background-color : #0655A4;
}
.bg_medium {
  background-color : #6ED400;
}
.bg_light {
  background-color : #00A8DC;
}
.alt_bg_dark {
  background-color : #000931;
}
.alt_bg_medium {
  background-color : #7EC242;
}
.alt_bg_light {
  background-color : #009CD4;
}
.copyright {
    font-size: .8em;
    text-align: center;
}
.topline {
border-top-color: #6ED400;
border-top-style: solid;
border-top-width: .3em;
}
.footer {
font-family:tahoma;
font-size: 9px;
}
.center{
	border-left-width:thin;
	border-left-color:#999999;
	border-right-color:#999999;
	border-right-width:thin;
	border-right-style: dashed;
	border-left-style: dashed;
}