/* CSS Document */

body {
	background-color: #CCFFCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#333333;
	font-size: 10pt;
	line-height:140%;
}

html {overflow-x:hidden;}

.style01 {
	color:#663300;
}

.H3 {
	color:#660000;
	font-size:12pt;
	font-weight:bold;
}


a:link {
	color: #663300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}



.table01 {
	background-color: #000000;
	border: 2px #666666 solid;
}

.table02 {
	background-color: #FFFFFF;
	border: 2px #666666 solid;
}


.table03 {
	background-color: #FFFFFF;
	background-image: url(images/check3.gif);
}
