body {
	margin: 20px;
	font-size: 14px;
	font-family: Verdana, Arial, Helevetica, sans_serif;
	background-color: FFFFFF;
	color: #555555;
}
div.all {
	text-align: left;
/*	padding: 15px;*/
	background-color: white;
	/*border: 1px solid #CCCCCC;*/
	width: 800px;
	/* real width: 800px; */
}
div.left {
	float: left;
	width: 550px;
	
}
div.right {
	float: left;
	width: 200px;
	padding-left: 20px;
}

ul {
	padding-left: 0;
}
ul li {
	list-style-position: inside;
}

table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
table tr, table tr td, table tr th {
	margin: 0;
}
table tr td, table tr th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 12px;
}
table tr td {
}

menu {
	padding: 0;
	float: left;
	background-color: #F0F0F0;
	width: 100%;
}
menu li {
	display: block;
	float: left;
}
menu li a {
	display: block;
	float: left;
	padding: 10px;
	
	
}
a.s, a:hover {
	color: #FF0000;
}
br.clear {
	clear: both;
}
a {
	color: #0000FF;
}

a img {
	border: none;
}

label {
	display: block;
	float:left;
}
label span {
	display: block;
	float: left;
	width: 200px;
}
em {
	color: orange;
}
.header img {
	float: left;
}
.header {
	float: left;
	margin-bottom: 20px; 
}

