/* body */
body {
	background-color: #F4F4F4;
 font-family: sans-serif;
 font-size: 10px;
}

/* end body */

/* links */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}
/* end links */

/* tables */
table td {
	font-family: sans-serif ;
	font-size: 10px;
}

table th {
	font-family: sans-serif ;
	font-size: 10px;
	color: #000000;
	background: #D3DCE3;
}

a img {
	border: 0;
}

/* class odd items 1,3,5,7,... */
table tr.odd th, .odd {
	background: #E5E5E5;
}

/* class even items 2,4,6,8,... */
table tr.even th, .even {
	background: #D5D5D5;
}

/* hovered items */
table tr.odd:hover, table tr.even:hover {
	background: #CCFFCC;
	color: #000000;
}
 /* end tables */

/* input */
table td input[type=text] {
	text-align: left;
	font-family: sans-serif;
	font-size: 11px;
}
/* end input */

/* validate */
.label {
		color: black;
		font-style: normal;
		font-weight: bold;
		font-family: Verdana;
		font-size: 12px;
}
.required {
		color: red;
		font-style: italic;
		font-family: Verdana;
		font-size: 11px;
}

.optional {
		color: maroon;
		font-style: italic;
		font-family: Verdana;
		font-size: 11px;
}

/* en validate */
