body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

a {
	font-size: 10px;
	color: F37437;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: D34F0F;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: F37437;
}

a:hover img {
        border-color: #6699CC;
        border: 1px;
        filter:Alpha(Opacity=50);
        -moz-opacity: 0.50;
        opacity: 0.50;
}


h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #000000;
}
h2 {
	font-size: 12px;
	color: #666666;
}
h3 {
	font-size: 12px;
	color: #006699;
}
h4 {
	font-size: 12px;
	color: #6699CC;
}
h5 {
	font-size: 12px;
	color: 3D991D;
}
h6 {
	font-size: 12px;
	color: #94c424;
}
.style2 {font-size: 12px}
.style3 {color: #669900}
.style4 {
	color: #669900;
	font-size: 12px;
	font-weight: bold;
}
table.sample {
	border-width: 10px;
	border-style: outset;
	border-color: DCDCDC;
	background-color: white;
}


