body { 
	background-color:#eceded;
}

.contentMenu ul {
	list-style-type:none;
	margin-left:10px;
	font-size:11px;
}

.contentBody {
	padding:20px;
}

.contentBody h1 {
	font-size:20px;
	color: #CA0000;
}

.contentBody h2 {
	font-size:15px;
	color: #CA0000;
}

.contentTable {
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFFFFF;
}

.actionLink {
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin:0px 0px 20px 20px;
	padding:10px 10px 10px 10px;
	text-align:center;
	width:200px;
}

