body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-attachment: fixed;
}
body, table, td, tr, input, select {
	font-family: trebuchet, arial, verdana;
	font-size: 12px;
	color: #666666;
}
a  {
	color: #b60a4b;
	text-decoration: none;
} 
a:hover {
	color: #68892d;
	text-decoration: none;
}
a.admin {
	color: #FFFFFF;
	text-decoration: none;
} 
a.admin:active {
	color: #000000;
	text-decoration: underline;
} 
.red {
	color: #b9153c;
}
.green {
	color: #618748;
}