body, td {
	FONT-FAMILY: Verdana, Arial, sans-serif;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 22px;
}

h4 {
	border-bottom: 2px double Silver;
	width: 50%;
}

.main {
	text-align:left;
	background:white;
	width:880px;
}

.header {
	border-top: 1px solid Gray;
	background:#E4E4E4;
	padding: 5px 5px 5px 5px;
}

.content {
	border-top: 1px solid black;
	border-bottom: 3px solid #333333;
	padding: 5px 5px 5px 5px;
}

a:link {
	color:black;
	text-decoration: none;
}

a:hover {
	color:black;
	text-decoration: none;
}

a:visited {
	color:black;
	text-decoration: none;
}

.defaultSmallInfo {
	font-size: 10px;
	font-family: Georgia;
	font-weight: normal;
}

.defaultButton {
	font-size: 12px;
	font-family: Tahoma;
	font-style: normal;
	height: 26px;
}

.defaultSmallButton {
	font-size: 12px;
	font-family: Latha;
	font-style: normal;
	height: 25px;
}

.defaultForm {
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
}

.defaultTextForm {
	font-size: 12px;
	font-style: normal;
	font-family: Tahoma;
	height: 18px;
}

.tableDefaultStyle {
}

.tableDefaultIncStyle {
	border: 1px solid #D7D7D7;
}

.tableDefaultHeader {
	background-color: #6699CC;
	color:white;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	height:30px;
}

.tableDefaultRowLeft {
	background-color: #E6E6E6;
	border-bottom: 1px solid #9D9D9D;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
}

.tableDefaultRowRight {
	background-color: #E6E6E6;
	border-bottom: 1px solid #9D9D9D;
	border-Right: 1px solid #9D9D9D;
}

.tableDefaultRowLeft1 {
	background-color: #CECECE;
	border-bottom: 1px solid #9D9D9D;
}

.tableDefaultRowRight1{
	background-color: #CECECE;
	border-bottom: 1px solid #9D9D9D;
}

.tableDefaultSubHeader {
	background-color: #4477AA;
	border-bottom: 1px solid Black;
	color: White;
	font-weight: bold;
	height: 32px;
}

.tableDefaultFooter {
	background-color: #9999CC;
	height: 28px;
}

.tableDefaultIncHeader {
	background-color: #FFCC66;
	font-size: 12px;
	border-bottom: 1px solid Black;
	font-weight: normal;
	text-align: center;
}

.tableDefaultVarHeader {
	background-color: white;
	text-align: right;
}

.DefaultSubMenu {
	background-color: #CCCCCC;
	border-bottom: 1px solid Black;
	height: 26px;
	text-align: center;
}

.tableDefaultErrorHeader {
	background-color: Gray;
	border-bottom: 1px solid Black;
	color: White;
}

.tableDefaultWarningHeader {
	background-color: Yellow;
	border-bottom: 1px solid Black;
}

.tableDefaultTDLine {
	border-bottom: 1px solid Gray;
	font-size: 12px;
}

.tableCoRow0 {
	background-color: #EAEAEA;
	height: 28px;
}

.tableCoRow1 {
	background-color: #DDFFBB;
	height: 28px;
}

.tableDefaultTopTDLine {
}

.bgcolorGreen {
	background-color: Green;
	color: White;
	height: 26px;
}

.normal_div {	
	background-color: White;
	margin-top: 5px;
}

.normal_title {
	height:30px;
	color: White;
	background-color: #006400;
	font-weight: bold;
}

.userinfo_div {
	position: absolute;
	left: 166px;
	top: 2px;
	width: 680px;
	height: 26px;
	z-index: 1;
	margin-top: 5px;
	margin-bottom: 4px;
	background-color: #336699;
	color: white;
	font-weight: bold;
}

.main_div {
	margin-top: 3px;
	margin-bottom: 5px;
	background-color: white;
	position: absolute;
	left: 166px;
	top: 38px;
	width: 680px;
	height: 480px;
	z-index: 1;
	border-right: 1px solid Gray;
}

.bottom_line {
	border-bottom: 1px dotted Gray;
	background-color: #E3E3E3;
	height: 25px;
}

.bottom_table {
	width: 850px;
	background-color: #336699;
	color: White;
	border-bottom: 1px double Black;
}