a:link { 
	color: #0000FF; 
	text-decoration: underline; 
	background: transparent;
} 

a:visited { 
	color: #0000FF; 
	text-decoration: underline; 
	background: transparent;
} 

a:active { 
	color: #0000FF; 
	text-decoration: underline; 
	background: transparent;
} 

a:hover { 
	color: #990000; 
	text-decoration: underline; 
	background: transparent;
} 

body {
	color: #FFFFDF;
	background: url(../pix/back.gif);

} 

td { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 75%; 
	color: #000040;
	background: transparent;
} 

th {
	font-size: 75%;
	color: #000040;
	background-position: left;
	background: transparent;
} 

strong {  
	font-weight: bold
}

h1 {
	font-size: 100%;
	font-weight: bold;
}

.tiny {
	font-size: 75%;
}

.blue {
	color: #00008D;
	font-weight: bold;
	background: transparent;
}

.small {
	font-size: 80%;
}

.bluelrge {
	font-size: 100%;
	font-weight: bold;
	color: #000080;
	background: transparent;
}

.large {
	font-size: 100%;
	font-weight: bold;
}

.tableblue {
	color: #FFFFFF;
	background: #000080;
}

.tabletransparent {
	color: #FFFFFF;
	background: transparent;
}
.red {
	color: #FF0000;
	background: transparent;
	font-size: 110%;
	font-weight: bold;
}
