/* CSS Document */

.contentDefault {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
}
.contentBold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.contentHead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	line-height: 18px;
}
.contentSmallCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.contentFineCopy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.tableBgWhite {
	background-color: #FFFFFF;
}
.tableBgGreyEE {
	background-color: #EEEEEE;
}
.tableBgGreyDD {
	background-color: #DDDDDD;
}
.tableBgGreyCC {
	background-color: #CCCCCC;
}
.tableBgGrey99 {
	background-color: #999999;
}
.tableBgVio10 {
	background-color: #EFEFF5;
}
.tableBgVio20 {
	background-color: #E0E0EB;
}
.tableBgVio30 {
	background-color: #D1D1E0;
}
.tableBgVio40 {
	background-color: #C2C2D6;
}
.tableBgVio50 {
	background-color: #B2B2CC;
}
.tableBgVio60 {
	background-color: #A3A3C2;
}
.tableBgVio70 {
	background-color: #9494B7;
}
.tableBgVio80 {
	background-color: #8585AD;
}
.tableBgVio90 {
	background-color: #7575A3;
}
.tableBgVio100 {
	background-color: #666699;
}
.tableBgDark {
	background-color: #333366;
}
a:link, a:hover, a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #666699;
}
a:hover {
	text-decoration: none;
	color: #666699;
}
#reflect a:link, #reflect a:hover, #reflect a:visited {
/*	read from default selector tags	*/
}
#reflect a:link, #reflect a:visited {
	text-decoration: none;
}
#reflect a:hover {
	text-decoration: underline;
}
#block a:link, #block a:hover, #block a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#block a:link, #block a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #666699;
}
#block a:hover {
	background-color: #FFFFFF;
	color: #666699;
}
#breadcrumbs a:link, #breadcrumbs a:hover, #breadcrumbs a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration: none;
	color: #333333;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #000000;
	background-color: #CCCCCC;
}
body {
	margin: 0px;
	padding: 0px;
}
hr {
	color: #CCCCCC;
	height: 1px;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-position: center;
	height: 18px;
}