/*
.style1 {
	font-family: Courier New, Courier, monospace;
	font-size: 10px;
	font-style: italic;
}
*/

body {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #E9E9E9;
}

table {
font-family: verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
cellpadding: 0;
cellspacing: 0;
border-collapse: collapse;
bordercolor: #111111;
vertical-align: top;
}

/* unvisited link */
a:link {
color: #000000;
font-weight: bold; 
text-decoration: none;
font-size: 12px; 
}     

/* selected link */
a:active {
color: #5E647C;
text-decoration: none; 
font-size: 12px; 
}  

/* mouse over link */
a:hover {
color: #5E647C;
text-decoration: none;
font-size: 12px; 
}

/* visited link */  
a:visited {
color: #5E647C;
font-weight: bold; 
text-decoration: none;
font-size: 12px; 
}  



 

