#wrap {
	margin: 0 auto;	
	width: 960px;
	position: relative;
}

#header {
		margin: 0 auto;
		clear: both;
		background: #FFFFFF;
}

#footer {
		background: #FFFFFF;
		margin:0 auto;
		clear: both;
		border-style:solid;
		border-color:#FFFFFF;
		text-align: center;
}
#content {
	margin:0 auto;
	clear: both;
	background:#FFFFFF;
	border-style:solid;
	border-color:#FFFFFF;
}

body 
{  
	margin-left: 0 auto;
	margin-right: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color:#E0E0E0;
	font-size:100%;	
	font-family: SimSun,Arial,Helvetica,sans-serif;
}

a:link 	
{
	font-size: 1em;
	color: blue; 
	text-decoration: none;
}

a:visited 	
{
	color: blue; 
	text-decoration: none;
}

a.category 	
{
	font-size: 1em;
}

.formst
{	margin-top: 5px;  
	padding:2px;
	border-width: 1px;
	border-style: solid; 
	border-color: #5555DD;
	background: #FFFFFF; 
	font-size:1em;
}

.white.button {
	background-color: #E9E9E9;
	color: #333;
	font-size: 0.8em;
	padding: 5px 10px 5px;
	width: auto;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	position: relative;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}

.big.button {
	background-color: #E9E9E9;
	color: #444444;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 20px 5px;
	width: 100px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	position: relative;
	cursor: pointer;
	border: none;
	border-radius: 3px;
}

h1{	
	font-size: 18px;
	font-weight: bold;
}

h2{	
	font-size: 16px;
	color: #880000;
	font-weight:bold;
}

h3{	
	font-size: 16px;
	color: #333377;
	font-weight:bold;
	text-align: left;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

p{	
	font-size: 14px;
}

.small
{
	font-size: 12px;
	color:green;
}
.small_red
{
	font-size: 12px;
	color:red;
}
.normal
{
	font-size: 14px;
	color:blue;
}
.big
{
	font-size: 14px;
	color:blue;
}

font.cursor
{
	font-size: 14px;
	color:blue;
	text-decoration: none;
	cursor: pointer;
}
.fntclr_1
{
	font-size: 1em;
	color:#333377;
}
.fntclr_2
{
	font-size: 14px;
	color:#990000;
}
.fntclr_3
{
	font-size: 0.8em;
	color:#444444;
}
a.menu_top
{
	display: inline;	
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:right;
	border:0px;
	margin-right:20px; 
	padding:2px;
}

span.menu_top
{
	display: inline;	
	height: 20px;
	font-size: 14px;
	font-weight: normal;
	color:#FFFFFF;
	text-align:right;
	border:0px;
	margin-right:20px; 
	padding:2px;
	cursor: pointer;
}

p.white
{
	display: block;	
	background-color: #5588ff;
	font-size: 14px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	height: 20px;
	border:0px;
	margin:2px; 
	padding:2px;
}

p.foot
{
	font-size: 12px;
	color: #333377;
	text-align:center;
}


