.standardtext {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
}
.standardlarge {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: normal;
	border: thin none #333333;

}
.standardtextbold {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
}
.standardlargebold {

	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	font-weight: bold;
	border: thin none #333333;
}
.thinbordertable {
	border: 1px solid #999999;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;

}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {
	text-decoration: underline;
} 
