body {
	margin:0px;
	padding:0px;
	background-color: #dcdcdc;
	font-family: trebuchet MS, arial;
	color: #616161;
	font-size: 12px;
	line-height: 16px;
	background-image: url("../images_renax/bodybg.jpg");
	background-repeat: repeat-x;
}

img {
	border: none;
	text-decoration: none;
}

img.contentimg {
	padding: 5px;
	background-color: #b01d16;
	border: 1px solid #3f3c33;
	margin: 0px 10px 0px 10px;
}

a {
	border: none;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #b01d16;
}

td {
	font-family: trebuchet MS, arial;
	color: #616161;
	font-size: 12px;
	line-height: 16px;
}

h1 {
	margin: 0px;
	padding: 0px 0px 16px 43px;
	font-family: trebuchet MS, arial;
	color: #b01d16;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	background-image: url("../images_renax/h1.jpg");
	background-repeat: no-repeat;
}

h2 {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-family: trebuchet MS, arial;
	color: #b01d16;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

h3 {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	font-family: trebuchet MS, arial;
	color: #a7a7a7;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	font-family: trebuchet MS, arial;
	color: #616161;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

ul, ol {
	padding: 0px 0px 16px 10px;
	margin: 0px;
}

li {
	padding: 0px 0px 5px 14px;
	margin: 0px;
	list-style-type: none;
	background-image: url("../images_renax/menu_li_hover.jpg");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	color: #b01d16;
}

table.middletable td.middletable_right li {
	font-weight: bold;
	padding: 0px 0px 16px 14px;
}

/*input*/

.textbox {
	border: 1px solid #b01d16;
	background-color: #f7f7f7;
	font-family: trebuchet MS, arial;
	color: #616161;
	font-size: 12px;
	line-height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	width: 90%;
}

.textarea {
	border: 1px solid #b01d16;
	background-color: #f7f7f7;
	font-family: trebuchet MS, arial;
	color: #616161;
	font-size: 12px;
	line-height: 16px;
	overflow: auto;
	padding: 2px;
	width: 90%;
	height: 150px;
}

.button {
	background-color: #b01d16;
	border: 1px solid #c6c2c1;
	font-size: 12px;
	font-family: arial;
	color: #c6c2c1;
	font-weight: bold;
	cursor: pointer;
	
}

.select {
	font-family: trebuchet MS, arial;
	color: #616161;
	font-size: 12px;
	background-color: #f7f7f7;
	border: 1px solid #b01d16;
	color: #787773;
}
