a:link {	
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;	
	color:#666666
}
a:hover {
	text-decoration: none;
	color: #FF0000;	
}
a:active {
	text-decoration: none;
	color: #FF0000;	
}
.pageTitle {
	font-size: large; font-weight: bold;	
}
body,html {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.error {
	color: #FF0000;	
	font-size:larger;
}
.welcome {
	font-size: xx-small;	
}
.redtext {
	color: #FF0000;		
}
.bold
{
	font-weight: bold	
}