BODY {

font-size : .9em; 
font-family : Tahoma; 
font-weight : normal; 

color : #111111; 
BACKGROUND: url("./images/white.jpg") #666666
fixed no-repeat center;
margin : 5 5 5 5;
padding : 0 0 0 0;
width : auto; 
}


A {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #cccccc; FONT-FAMILY: Tahoma; TEXT-DECORATION: none
}
A:link {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #333333
}
A:visited {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #666666
}
A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #333333
}
A:active {
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #000000
}

h3{
background-color : #ffffff;}


H1 {
font-family : Tahoma; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : .9em; 
color : #cccccc; 
background-color : transparent; 
}

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

}

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


.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 : .9em; 
}

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

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

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

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

.white {
  background-color : white;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #cccccc;
}

.bg_medium {
  background-color : #cccccc;
}

.bg_light {
  background-color : #ffffff;
}

.alt_bg_dark {
  background-color : #000033;
}

.alt_bg_medium {
  background-color : #000033;
}

.alt_bg_light {
  background-color : #000033;
}

.trans {
  filter: Alpha(Opacity=100);
   -moz-opacity: .95;
}
