.regtext	{
			font-family: verdana, arial, helvetica;
			font-size: 11px;
			color: black;
			}
.regtextbold	{
			font-family: verdana, arial, helvetica;
			font-size: 11px;
			color: black;
			font-weight: bold;
			}
.errortext	{
			font-family: verdana, arial, helvetica;
			font-size: 11px;
			color: red;
			font-weight: bold;
			}
.largetext	{
			font-family: verdana, arial, helvetica;
			font-size: 14px;
			color: black;
			}
.medtext	{
			font-family: verdana, arial, helvetica;
			font-size: 12px;
			color: black;
			}
.medtextblue	{
			font-family: verdana, arial, helvetica;
			font-size: 12px;
			color: #006699;
			}
.medtextred	{
			font-family: verdana, arial, helvetica;
			font-size: 12px;
			color: red;
			}
.header		{
			font-family: verdana, arial, helvetica;
			font-size: 16px;
			color: black;
			font-weight: bold;
			}
.smalltext	{
			font-family: verdana, arial, helvetica;
			font-size: 10px;
			color: black;
			}
.whitetext	{
			font-family: verdana, arial, helvetica;
			font-size: 10px;
			color: white;
			font-weight: bold;
			}
.largewhitetext	{
			font-family: verdana, arial, helvetica;
			font-size: 12px;
			color: white;
			font-weight: bold;
			}
.graytext	{
			font-family: verdana, arial, helvetica;
			font-size: 10px;
			color: #cccccc;
			font-weight: bold;
			}
			
A			{
			color: #0066cc
			}
A:hover
			{
			text-decoration: none;
			}
A.medtext	{
			color: #0066cc
			}
.smallTableWithBorder
{
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	padding: 5px;
}
.tablespace {
			padding-right: 20px
			}
