body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353535;
}
td a {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
td a:hover {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#DFB300;
}
.navtd {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	width:146px;
	height:30px;
	background-image: url(/base_img/bt_off.gif);
	background-repeat: no-repeat;
	text-align: center;
}
.navtd a {
	display: block;
	width:146px;
	height:30px;
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
}
.navtd a:hover {
	display: block;
	width:146px;
	height:30px;
	padding-top:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	background-image: url(/base_img/bt_on.gif);
	background-repeat: no-repeat;
}

.smalltext {	
	font-size:10px;
	color:#555555;
}

.smalltext a {	
	font-size:10px;
}

.smalltext a:hover {	
	font-size:10px;
}

.smalltext a:active {	
	font-size:10px;
	text-decoration:none;
}

.subsmalltext td {	
	font-size:10px;
	color:#555555;
}

.subsmalltext a {	
	color: #7FAAC9;
	font-size:10px;
	
}

.subsmalltext a:hover {	
	font-size:10px;
	color: #808080;
}

.subsmalltext a:active {	
	font-size:10px;
	color: #808080;
	text-decoration:none;
}

h1 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:25px;
}

h2 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:25px;}

h3 {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:25px;}

.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #96969A;
}

.breadcrumb a {
	font-family: Arial, Helvetica, sans-serif;
	color: #96969A;
	text-decoration: none;
}

.breadcrumb a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0096C7;
	text-decoration: underline;
}

.copyrights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.copyrights a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyrights a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p {
	margin-top:20px;
	margin-bottom:20px;
}
input, textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color: #ffffff;
      border: 1px solid black;

}  