/* This defines how a document looks on a screen.*/

body {
	font-family: Verdana, Aria, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 15px;
}

/* Start the xhtml tag deffinitions*/


/* Custom Classes */
.accent {
	font-weight: bold;
	color: #003366;
}
.button {
	text-align: center;
}
.copy {
	font-size: 78%;
	font-weight: bold;
	color: #003366;
}
.hidden {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 6px;
}
.noPrint {
	font-size: 90%;
}
.tableHalf{
	width: 50%;
}
.tableThird{
	width: 33%;
}
.vis {
	visibility: visible;
	margin-left: 0px;
}
.super {
	vertical-align: super;
}
.subscript {
	vertical-align: sub;
}
