p, td, ul , body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: x-small;
}
body {
	background-color: #FFFFFF;
	background-image: url(/images/logocorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	
}
h1 {

	font-size: 18px;
	font-weight: bold;
}

.smallText {
	font-size: x-small;
}
.mediumText {

	font-size: small;
}
.largeText {

	font-size: medium;
}
.menu{
font-size: 14px;
font-weight: bold;
}
a{
	
	color: #009900;

	
}
a:link, a:visited{
	
	text-decoration: none;

}
a:hover{
	color: #996600;
	text-decoration: none;
}
