body {
  font-family: Verdana, Arial, helvetica, sans-serif;
  background-color:#002E62;
  margin:0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#menu {
	background-image:url(../images/menu-top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#c1631e;
	width:161px;
	padding-top:28px;
}

#contentContainer {
	 width:592px;
	 background-color:#ffffff;
	 text-align:left;
}

#content {
	width:552px;
	padding:10px 20px 10px 20px;
	line-height:18px;
}

#content .header {
	font-size:14px;
	font-weight:bold;
	color:#ba5205;
}

#content .bold, #content .Bold {
	font-weight:bold;
}

#content a {
	font-weight:bold;
	color:#ba5205;
	text-decoration:underline;
}

#content a:hover {
	font-weight:bold;
	color:#000000;
}

#content a.normal {
	font-weight:normal;
	color:#ba5205;
	text-decoration:underline;
}

#content a.normal:hover {
	font-weight:normal;
	color:#000000;
}

#footer {
	background-image:url(../images/page-bottom.jpg);
	width:753px;
	height:46px;
}

#footer #copyright {
	padding-top:5px;
	padding-left:20px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:left;
}

#footer #hotpj {
	padding-top:5px;
	padding-right:20px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	float:right;	
}

#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#fff562;
	text-decoration:none;
}