/* CSS Document */

body p, td{
	font-family: Arial;
	font-size: x-small;
}
a:link { 
	color: #000000;
	text-decoration: none;
} 
a:visited { 
	color: #000000;
	text-decoration: none;
} 

a:hover { 
	color: #0000ff;
	text-decoration: none;
} 

a:active { 
	color: #000000;
	text-decoration: none;
 }
#menu {
	font-family: Arial;
	font-size: xx-small;
}
#link a:link {
	color: #0000ff;
	font-weight: normal;

}
#link a:visited {
	color: #0000ff;
	font-weight: normal;

}
#link a:hover {
	color: #0000ff;
	font-weight: normal;
	text-decoration: underline;

}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}
.text1italics {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #000000;
}
.footer2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

