
.tbold { font-weight: bold; }
.aleft { text-align: left; }
.aright { text-align: right; }
.center { text-align: center; }
.vtop { vertical-align: top; }
.vmiddle { vertical-align: middle; }

.f16 { font-size: 16px; } 
.f14 { font-size: 14px; } 
.f12 { font-size: 12px; }
.f11 { font-size: 11px; }
.f10 { font-size: 10px; }

.pl10 { padding-left: 10px; }
.pl25 { padding-left: 25px; }
.p20   { padding: 20px; }
.p15   { padding: 15px; }
.p10  { padding: 10px; }
.p5   { padding: 5px; }

.cblack { color: black; }
.cwhite { color:white;}
.cred { color: #FE3404; }
.corange { color:#FF9900; }
.cbrown { color: #996633; }
.cgray { color: gray;}
.cgreen { color: #75BE2A;}
.cgreendark { color: #2D5C18;}

.but_off{
	background-color: #254149;
	width: 158px;
	height: 21px;
	border : 1px solid black;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	font-weight: bold;
	text-align: left;
	text-valign:bottom;
	padding-left:5px;
	text-decoration: none;
}
A:hover.but_off{
	background-color: #6b858d;
	color: #153842;
	border : 1px solid white;
}

a {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
	font-family: arial, verdana, tahoma;
	font-weight: bold;
	text-align: left;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #00bfff;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-size: 12px;
	color: #00ffff;
	font-weight: bold;
	padding-left:5px;
		font-family: arial, verdana, tahoma;
}
.style2 {
	color: #c1d3d9;
	font-weight: bold;
	font-size: 12px;
	padding-left:5px;
	font-family: arial, verdana, tahoma;
}
.box{
	width:350px;
	color: #00ffff;
	background-repeat:no-repeat;
	border: #ffffff 1px solid;
	margin:auto;
	padding:0px,2px,2px,2px,;
	height:15px;
	text-align:center;	
}
td,th {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #c4d3d7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}