@charset "utf-8";
/* CSS Document */
body {
	background: #6a6a6a;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.oneColFixCtr #container {
	width: 763px;  
	background: #EEF; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.mainContent {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.textbox1 {
	background-color: #FFFF8C;
}
.contactset {
	background-color: #EEF;
	padding-left: 10px;
}
a.g_w {
	font-size: 10px;
	color: #333;
	text-decoration: none;
}
a:hover.g_w {
	font-size: 10px;
	color: #00F;
	text-decoration: none;
}
a.b_gbigger {
	font-size: small;
	color: #00F;
	text-decoration: none;
}
a:hover.b_gbigger {
	font-size: small;
	color: #333;
	text-decoration: none;
}
.jfixtable {
	background-color: #EEF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #333;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.jfixtable tr th {
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	padding: 3px;
	text-align:left;
}
.jfixtable tr td {
	padding: 5px;
	text-align: left;
}
.jfixtableoddrow {
	background-color: #FFF;
}
.jfixtable caption {
	text-align: left;
	color: #CCC;
}
.blu {
	color: #00F;
}
.alert {
	color: #F00;
}.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
