BODY {
font-size : .9em; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color: #A3A4B9;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 

}

H1 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #d7020d; 
background-color : #3F7F88; 
}

H2,  H3 {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.0em; 
text-align:left;
color : #4642fc; 
background-color : transparent; 
}


.main
{
margin-bottom:0px;
margin-top:0px;
background-color : transparent; 
border-left:0px solid #000000;
border-right:0px solid #000000;
border-bottom:0px solid #000000;
border-top:0px solid #000000;
	}

.submain
{
margin-bottom:0px;
margin-top:0px;
background-color : transparent; 
border-left:0px solid #000000;
border-right:0px solid #000000;
border-bottom:0px solid #000000;
border-top:0px solid #000000;
	}



a:link {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #000000;
  font-weight : bold;
}


a:visited {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #565761;
  font-weight : bold;
}

a:hover {
  font-family : Arial, Helvetica, sans-serif; 
  font-style : normal; 
  font-variant : normal; 
  color : #D8020E;
  font-weight : bold;
}



.exsmalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .6em; 
}


.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .8em; 
}


.noline a:link{
  text-decoration : none;
}

.noline a:hover{
  text-decoration : color: #D8020E;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}


.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  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 : #8b89fd;
  color : white;
}

.bg_medium {
  background-color : #b6b7cb;
}

.bg_light {
  background-color :#9899a9;
	color : black;
	
}

.bg_exlight {
  background-color : transparent;
	color :#d7020d;
	
}

.alt_bg_dark {
  background-color : #066fa0;
}

.alt_bg_medium {
  background-color : #2794d8;
}

.alt_bg_light {
  background-color : #5fb0d8;
}




