/* Import jQuery UI DatePicker Style Sheet */
@import url(js/jQuery/UI_1.5.2/themes/lexa/css/ui.datepicker.css);

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	background: #757575;
}
a:link, a:visited {
	color: #9c2b2b;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
.interface {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.interface a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
.interface a:hover {
	text-decoration: underline;
	color: #FFFFFF;
} 

h1 {
	color: #9c2b2b;
	font-size: 30px;
	line-height: 100%;
}