body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #000000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #333399;
}

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12x;
	color: #000000;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6666CC;
	background-color: transparent;
	text-decoration: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6666CC;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #6666CC;
	background-color: transparent;
	text-decoration: none;
}
a:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #333399;
	background-color: transparent;
	
}
a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6666CC;
	background-color: transparent;
	text-decoration: none;
}	

/* CSS Document */
.headerBG {
	background-color: #cccc99;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000

}
.leftBG {
	background-color: #cccc99;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.contentBG {
	background-color: #6666CC;
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
	
}
.formBG {
	background-color: #cccc99;
	border: thin solid #6666CC;
	border-width:1px;
}

.table1 {
	border: thin solid #000000;
	border-width:1px;
}
.table2{
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
}
.table3 {
	border-top: thin solid #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}
.borderRight {
	border-top: thin none #000000;
	border-right: thin solid #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}
.borderLeft {
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin solid #000000;
}
.borderBottom {
	border-top: thin none #000000;
	border-right: thin none #000000;
	border-bottom: thin solid #000000;
	border-left: thin none #000000;
}
.borderTop {
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}
input {
	border: thin solid #333399;
	border-width:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.submitButton {
	border: thin solid #333399;
	border-width:1px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333399;
}

.style3 {font-size: 9px}

.footnote {
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

.footnoteTxt {
	font-size:10px;
}

.footnoteTxt a:link {
	font-size:10px;
	color:#333399;
	font-weight:bold;
	text-decoration:underline;
}

.footnoteTxt a:visited {
	font-size:10px;
	color:#333399;
	font-weight:bold;
	text-decoration:underline;
}