/* CSS Document */

body {
	background-color: #CCCCCC;
}
	
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}

a:link {
	color: #0075BF;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:visited {
	text-decoration: none;
	color: #0075BF;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

a:active {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

.style1 {
	font-size: 12px;
	font-weight: bold;
	position: relative;
	left: 6.4%;
	width: 645px;
}

.style2 {
	font-size: small;
	font-weight: bold;
}

.style3 {
	font-size: small;
}

.style4 {
	font-size: x-small;
}

.style5 {
	font-size: small;
}

.style6 {
	font-size: small;
	color:#FFFFFF;
}

.style7 {
	font-size: x-small;
	color:#CCCCCC;
}

.click {
	font-size: 11px;
	color: #0075BF;
	cursor: pointer;
}

.warning {
	font-size: small;
	color: #FF3399;
}

.warningS {
	font-size: x-small;
	color: #FF3399;
}

.title {
	font-size: small;
	font-weight: bold;
	color: #3399FF;
}

.floatLeft {
	float: left;
}

.footnote {
	font-size: x-small;
	color: #FFFFFF
}

.iTxt {
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}

.btnL {
	font-size: small;
	position: relative;
	top: 110px;
	left: 45px;
}

.btnR {
	font-size: small;
	position: relative;
	top: 110px;
	left: 550px;
}

