/* GENERAL */

body {
	background: #F6F6F7;
	color: #000;    
	margin: 0px;
	padding: 0px;
}

p, ol, ul, dl, li, dd, dt, form, td, th, body, textarea, select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.label {
	color: #E82A31;
}

.tableheader {
	color: #FFEA00;
	font-weight: bold;
	background-color: #E82A31;
}

.cellheader{
	color: #000000;
	font-weight: bold;
	background-color: #DDDDDD;
}

a {
	color: #E82A31;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p.textmenu {
	text-align: center;
}

p.textmenu a {
	font-size: 10px;	
	font-weight: bold;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #E82A31;
}

#submit_request{
	visibility: hidden;
}

#menuMenu{
	position: relative;
	top: -32px;
	right: -233px;
}

#noLeftMenu{
	position: relative;
	top: -32px;
	right: -478px;
}