 a:link { 
 	color: #990099; 
 	text-decoration: underline;
	background: #FFFFFF;} 
 
a:visited { 
	color: #990099; 
	text-decoration: underline;
	background: #FFFFFF;} 
	
a:active {
	color: #990099; 
	text-decoration: underline;
	background: #FFFFFF;} 
	
a:hover { 
	color: #66FF00; 
	text-decoration: underline;
	background: #FFFFFF;} 
	
a.other:link { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 11px;
	background: #CAC4B9;} 
	
a.other:visited { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 11px;
	background: #CAC4B9;} 
	
a.other:active { 
	color: #FFFFFF; 
	text-decoration: none; 
	font-size: 11px;
	background: #CAC4B9;} 
	
a.other:hover { 
	color: #333333; 
	text-decoration: none; 
	font-size: 11px;
	background: #CAC4B9;} 
.tablelightgrey {
	color: #FFFFFF;
	background-color: #CAC4B9;
	margin: 0px;
	padding: 0px;
}

	
body {
	background: #FFFFFF;
	color: #CAC4B9;
	margin: 0px;
} 
	
td { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 75%;}
	
th {
	color: #CAC4B9;
	font-size: 75%;
	background: left transparent;}
	
strong {  
	font-weight: bold;}

.red {   
	font-weight: bold; 
	color: #990000;
	background: #FFFFFF;}
	
h1 {
	font-size: 100%;
	font-weight: bold;}
	
.tiny {
	font-size: 85%;}
	
.grey {
	color: #CAC4B9;
	background: transparent;}
.greydark {
	color: #666666;
	background-color: #FFFFFF;
}

	
.small {
	font-size: 80%;}
	
.Purple {
	color: #CAC4B9;
	font-size: 80%;
	background: transparent;}
.tablegrey {
	color: #FFFFFF;
	background-color: #CAC4B9;
	padding: 3px;
	margin: 0px;
	text-align: center;
	width: 110px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
