BODY {
	font-size : 1em;
	font-family : "Times New Roman", Times, serif;
	color:#FFFFFF;	
	background-color : #000000;
	text-align: center;
}

BODY.main {
	background-image: url(/themes/first/images/background.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:center;
}

H1 {
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : bold; 
font-size : 1.2em; 
color : #ffffff; 
background-color : transparent; 
}

TABLE {
	border-collapse: collapse;
}

p {
font-size : 0.9em; 
font-family : "Times New Roman", Times, serif; 

}

DIV {
font-size : 0.9em; 
font-family : "Times New Roman", Times, serif; 
}

a { color:#FFFFFF; }
a:visited { color:#FFFF00; }

.smalltext {
color:#FFFFFF;
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 0.9em; 
}


.smalltext a:link{
color:#FFFF00;
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

.smalltext a:visited{
color:#00FFFF;
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
}

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

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


.largetext {
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:link{
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.largetext a:visited{
font-family : "Times New Roman", Times, serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 1.2em; 
}

.errortext {
  font-family : "Times New Roman", Times, serif; 
  font-size : 0.9em;
  color : red;
  font-weight : bold;
}

.grid {
	border : .05em solid;
	border-color: #FF00FF;
}

.white {
	background-color: #006699;
}

.black {
  background-color : black;
}

.bg_dark {
  background-color : #0000FF;
}

.bg_medium {
  background-color : #FF0000;
}

.bg_light {
  background-color : #FF6633;
}

.alt_bg_dark {
  background-color : #0000FF;
}

.alt_bg_medium {
  background-color : #00FF00;
}

.alt_bg_light {
  background-color :  #00FFFF;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}
.center {
	text-align: center;
}
