A  {
	text-decoration : none;
	color : Black;
}

A:Visited  {
	color : Black;
}

A:Active  {
	color : Black;
}

A:Hover  {
	color : Black;
}

BODY  {font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
background-attachment: fixed; 
background-image: url(images/bg_body.gif); 
background-repeat: no-repeat; 
background-position: left top; 
background-color: B1AA9D;
scrollbar-face-color:B6B0A3;
scrollbar-highlight-color: ffffff;
scrollbar-3dlight-color: 998D6F;
scrollbar-darkshadow-color:817A6B;
scrollbar-shadow-color: B6B0A3;
scrollbar-arrow-color: 817A6B;
scrollbar-track-color: 898373;}

.bg_fix {  background-attachment: fixed; background-repeat: no-repeat; background-position: left top}
td {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
.schedecol {  color: #454132; font-family: Arial, Helvetica, sans-serif; font-size: 11px}



/* FORM */
table.validator {
	text-align: left;
}
table.validator th {
	margin: 0px;
	padding: 2px;
	font-size: 11px;
	color: #535353;
	vertical-align: top;
	text-align: right;
	font-weight: normal;
}
form.validator {
	padding-top: 0px;
	padding-bottom: 0px;
}
form.validator input {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
}

form.validator textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	height: 100px;
}
form.validator button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535353;
	width: 100px;
	float: right;
	margin-top: 10px;
}

.fieldMsg {
	color: #FFFFFF;
	font-weight: bold;
}
.form_message {
	color: #FFFFFF;
	font-weight: bold;
}

a.doc{
	text-decoration:underline;
}
