@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
td{
font-size:14px;
line-height:20px;
color: #333333;
text-decoration: none;
}
a:link {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}
a.aw12:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.aw12:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.aw12:hover {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}
a.aw14:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
a.aw14:visited {
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
a.aw14:hover {
	font-size: 14px;
	color: #FFFF00;
	text-decoration: none;
}
a.a14:link {
	text-decoration: none;
	font-size: 14px;
}
a.a14:visited {
	font-size: 14px;
	text-decoration: none;
}
a.a14:hover {
	font-size: 14px;
	color:#FF0000
	text-decoration: none;
}
.title12b {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.title12r {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.title12w {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.inputtxt {
	border: 1px solid #CCCCCC;
}

.txtright {
	text-align: right;
}
.pad10 {
	padding: 10px;
}
.imgBorder {
	padding: 2px;
	border: 1px solid #666666;
}

.tdborder{
 border:1px solid #cccccc;
}
.fw12{color:#ffffff;font-size:12px;}
.fw14{color:#ffffff;font-size:14px;}
.f12lh18 {
	font-size:12px;
	line-height: 18px;
}
.lh20 {
	line-height: 20px;
}
.lh24{
line-height:24px;
}