BODY {
font-size : .9em; 
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-weight : normal; 
color : #000000; 
background-color : white;
margin : 0 0 0 0;
padding : 0 0 0 0;
width : auto; 
}

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


A:link          {BACKGROUND: none;
		 COLOR: #000000;
		 FONT-SIZE: .9em;
		 FONT-FAMILY: Verdana, Helvetica;
		 TEXT-DECORATION: none;}
		
A:active        {BACKGROUND: none;
		 COLOR: #000000;
		 FONT-SIZE: .9em;
		 FONT-FAMILY: Verdana, Helvetica;
		 TEXT-DECORATION: none;}
		
A:visited       {BACKGROUND: none;
		 COLOR: #121212;
		 FONT-SIZE: .9em;
		 FONT-FAMILY: Verdana, Helvetica;
		 TEXT-DECORATION: none;}
		
A:hover         {BACKGROUND: none;
		 COLOR: #333333;
		 FONT-SIZE: .9em;
		 FONT-FAMILY: Verdana, Helvetica;
		 TEXT-DECORATION: none;}



p {
font-size : .9em; 
font-family : Tahoma, Arial, Helvetica, sans-serif; 

}

.smalltext {
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : .85em; 
color: #333333;
}

.smalltext a:link{
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
color : #000000;
font-size: .8em;
}

.smalltext a:visited{
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size: .8em;
}


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

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


.largetext {
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em;
color : #000000; 
}

.largetext a:visited{
font-family : Tahoma, Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : Tahoma, Arial, Helvetica, sans-serif; 
  font-size : .9em;
  color : #DD0500;
  font-weight : bold;
}

.smallredtext {
  font-family : Tahoma, Arial, Helvetica, sans-serif; 
  font-size : .8em;
  color : #DD0500;
}

.largeredtext {
  font-family : Tahoma, Verdana, Arial, Helvetica, sans-serif; 
  font-size : 1em;
  font-weight: bold;
  color : #DD0500;
}

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

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-image : url('./images/ClearBar.png');
  background-repeat : repeat-x;
  background-color : #000000;
  color: white;
}

.bg_medium {
  background-image : url('./images/ClearBar.png');
  background-repeat : repeat-x;
  background-color: #333333;
  color: white;
}

.bg_medium .smalltext {
  color: white;
}

.bg_light {
  background-color : #dfdfdf;
}

.alt_bg_dark {
  background-color : #3f0077;
}

.alt_bg_medium {
  background-image : url('./images/ClearBar.png');
  background-repeat : repeat-x;
  background-color : #9137b6;
  border: 1px solid #9137b6;
}

.alt_bg_light {
  background-color : #5fb0d8;
}

tr.bg_medium td {
  padding-left: .4em;
}

th.alt_bg_medium {
  font-size: .9em;
  text-align: left;
  font-weight: bold;
  color: white;
}

th.bg_dark {
  text-align: left;
  font-weight: bold;
}

.tightlist {
  position: relative;
  padding-top: 0em;
  padding-left: 0em;
  margin-top: 0em;
  margin-left: .9em;
}

