﻿body{
	margin:0;
	background-color:#CCCCCC;
}

.f1{
	position:relative;
	z-index:14;
}

.topH{
	background-image:url('../images/top_header.jpg');
	background-repeat:repeat-x;
	width:100%;
	height:141px;
	border:0;
	vertical-align:top;
}
.title{
	color:#b6c208;
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	padding:6px;
	padding-top:20px;
}
.desc{
	color:#545454;
	font-family:tahoma;
	font-size:12px;
	font-weight:normal;
}
a:hover{
	color:#000033;
	text-decoration:none;
}
a:link{
	color:#003333;
}
a:visited{
	color:gray;
}