 body {
  color: #000000;
	font-family: verdana, arial, sans-serif;
	margin-bottom: 0;
	margin-top: 0; 
	margin-left: 0; 
	margin-right: 0;
}

.largetitle{font-size: 38px; font-style: normal; font-weight: bold;}
.mediumtitle {font-size: 32px; font-style: normal; font-weight: bold;}
.smalltitle {font-size: 24px; font-style: normal; font-weight: bold;}
.vsmalltitle {font-size: 16px; font-style: normal; font-weight: bold;}

.label {font-size: 18px; font-style: normal; font-weight: normal;}

.normbold {font-size: 14px; font-style: normal; font-weight: bold;}
.normitalic {font-size: 14px; font-style: italic; font-weight: normal;}
.normtext {font-size: 14px; font-style: normal; font-weight: normal;}

.smallprint {font-size: 12px; font-style: normal; font-weight: lighter;}
.vsmallprint {font-size: 10px; font-style: normal; font-weight: lighter;}


a:active {color:#FF0000; text-decoration: none}
a:link {color:#FF0000; text-decoration: none}
a:visited {color:#FF0000; text-decoration: none}
a:hover {color:#FF0000; text-decoration: underline}

p.left { text-align: left}
p.right { text-align: left}

img.left { float: left; margin-right: 10pt }
img.right { float: right; margin-left: 10pt }
img.center { float: none; margin-left: 10pt; margin-right: 10pt }

a.button
{
	vertical-align: middle;
	background-image: url(images/button.gif);
	background-position: center center;
	background-repeat: no-repeat;
	font-family: 'times new roman';	
	width: 115px;
	line-height: 25px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	display: block;
}

a.button { color: white; }
a.button:hover { color: black; }