﻿body {
	font-weight: normal;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	text-align: center;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-weight: normal;
	color: #000000;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-weight: bold;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.xsmall  {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}


.small {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.medium {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

.big {
	font-weight:bold;
	font-size: 14pt;
	font-family: Arial;
}

.xbig {
	font-weight: bold;
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
}

.justified {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.footer {
	color: #999999;
	font-size: 9pt;
	font-family: "Times New Roman", Times, serif;
}

.box1 {
	padding: 2px;
	border-width: medium;
	border-style: solid;
	border-color: #FF0000 #000000 #000000 #FF0000;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	width:130px;
	font-size:.8em;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}

a:link {
	color: #6600CC;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.labelCol {
	
	float:left;
	width:100px;
	text-align:right;
	padding-right:10px;
}


