html {
	background: #FFFFFF url(/Resources/Images/bodybackground.gif);
}
body,
input,
select,
textarea,
button {
	color:#000000;
	font-family: "Verdana",Lucida Handwriting,sans-serif;
}
/*default content treatments*/
h1{
	color: #8C8C8C;
	font-size: 12px;
}
.content h1:first-letter {
	color: #000000;
}
h2{
	font-size: 12px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*default link color*/
a {
	color: #660000;
}
/*default table colors*/
table,
th,
td {
	background-color:#FFFFFF;
	border-color:#BCCCD9;
	color:#000000;
}
th {
	background-color: #CCCCCC;
}
tr.even,
tr.even th,
tr.even td {
	background-color:#F2F5FA;
	color:#000000;
}