/* CSS Document */
body,html{
	padding:0px;
	margin:0px;
	height:100%;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
td{
	font-size:12px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
}
.color1{
	color:#FFFFFF;
	text-decoration:none;
}
.color2{
	color:#333333;
}
.color3{
	color:#C5BA85;
}
.tbl1{
	border: 1px solid #C2C2B7;
}
.topic1{
	font-weight:bolder;
	color:#009900;
	font-size:14px;
}

.topic2{
	font-weight:normal;
	color:#009900;
	font-size:12px;
}
.footer{
font-family:arial,helvetica,sans-serif;
font-size:11px;
color:#C5BA85;
}

a.f1:link
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: mormal;
}
a.f1:visited
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: mormal;
}
a.f1:hover
{
	color: #cccccc;
	text-decoration: none;
	font-size: 12px;
	font-weight: mormal;
}
a.f1:active
{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: mormal;
}
img{ behavior: url("iepngfix.htc") }