/* CSS AWPA */

body {
background-image: url(images/bg.jpg);
color:#663399;
font-family:tahoma;
font-size:11px;
padding:0;
margin-left: 0px;
margin-top: 0px;
line-height:14px;
text-align:left; 
}

#center {
	text-align:center;
	}


a:link { 
	text-decoration: underline;  
	font-size:11px;
	color: #330066;
	}
a:visited { 
	text-decoration: none; 
	font-size:11px;
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: none; 
	font-size:11px;
	color: #663399;
	}
	
.large {
color:#663399;
font-family:tahoma;
font-size:16px;
font-weight: bold; 
text-align:left;
line-height:25px;
}

.footertxt {
color:#CC99CC;
font-family:tahoma;
font-size:10px;
text-align:center;
}

a.liquid:link { 
	font-weight: bold; 
	font-size:10px;
	text-decoration: none; 
	color: #CC99CC;
	}
	
	
/* FORMS */
.texta {
 font-size: 10px;
 background-color: #CC99CC;
 border: 1px solid #666666;
}

.buttons {
 font-family: tahoma;
 font-size: 10px;
 background-color: #CC99CC;
 color: #663399;
 margin-right: 6px;
}

.sidenavtxt {
color:white;
font-family:tahoma;
font-size:11px;
text-align:left;
}

.sidenav:link { 
	font-weight: bold; 
	font-size:11px;
	text-decoration: none; 
	color: white;
	}
