body {
	margin: 0px;
}

td.menu {
	vertical-align: top;
	height: 100%;
	padding: 20px 5px 5px 5px;
}

td.item {
	background-color: #E4E4E4;
	height: 24px;
	width: 200px;
	vertical-align: middle;
	font-family: arial;
	font-size: 12px;
	color: #CB0101;
	font-weight: bold;
	margin: 3px;
}

td.item a {
	color: #CB0101;
	text-decoration: none;
}

td.item a:hover {
	text-decoration: underline;	
}

td.body {
	vertical-align: top;
	height: 100%;
	padding: 20px;
}

td.body h1 {
	border-bottom: 1px solid #CC0001;
	border-left: 1px solid #CC0001;
	font-family: arial;
	font-size: 20px;
	padding: 3px;
	font-weight: bold;
}

td.body h2 {
	border-bottom: 1px solid #CC0001;
	border-left: 1px solid #CC0001;
	font-family: arial;
	font-size: 16px;
	padding: 3px;
	font-weight: bold;
}

td.body li {
	font-family: arial;
	font-size: 11px;
	color: #000;
}

td.body li a {
	color: #000;
	font-weight: bold;
}

td.body p {
	text-align: justify;
	font-family: arial;
	font-size: 11px;
	color: #000;
}

td.body p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

td.body p a:hover {
	text-decoration: underline;
}

td.body p img {
	float: left;
}

td.footer {
	background-color: #CC0001;
	font-family: arial;
	font-size: 10px;
	color: #fff;
	text-align: center;
}

td.footer a {
	color: #fff;
	text-decoration: none;
}

td.footer a:hover {
	color: #fff;
	text-decoration: underline;
}

td.formsort {
	font-family: arial;
	font-size: 11px;
	color: #000;
	width: 150px;
}

td input {
	font-family: arial;
	font-size: 11px;
	color: #000;
	width: 300px;
}
td textarea {
	font-family: arial;
	font-size: 11px;
	color: #000;
	width: 300px;
}


