body, td, th, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

a{
	color: #CC0000;
	text-decoration: underline;
}

a:hover{
	color: #FF4040;
	text-decoration: none;
}

td.topmenu a, td.leftmenu a{
	font-weight: bold;
	text-decoration: none;
}

input.rb, textarea.rb, textarea.feedback{
	background-color: #FFF;
	border-style: solid;
	border-width: 1px;
	border-color: #CC0000;
}

td.rightborder{
	border-right-color: #CC0000;
	border-right-style: solid;
	border-right-width: 1px;
}

td.leftmenu{
	background-color: #FFF2F2;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

td.ptopmenu{
	border-width: 0px;
	border-color: #CC0000;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #FFF2F2;
}

textarea.feedback{
	width: 200px;
	height: 120px;
}

td.foot{
	background-color: #FFF2F2;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 1px;
}

td.content {
	padding: 4px;
	padding-left: 8px;
}

h2.title{
	color: #CC0000;
}

table.maintable{
	border-width: 1px;
	border-color: #CC0000;
	border-style: solid;
}