body {
	background-image : url('/images/layout/bg.jpg');
	background-repeat : repeat-x;
	background-color : #BBDA7E;
	margin : 0px;
}

body, td {
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #484848;
}

input {
	font-size : 8pt;
}

#footer {
	color : #fff;
	font-size : 8pt;
	padding-top : 5px;
	padding-right : 150px;
}

#footer a {
	color : #fff;
}

#content {
	width : 383px;
	height : 260px;
	overflow : auto;
	margin-top : 5px;
	padding-right : 5px;
}

h1 {
	color : #E1F1C6;
	font-size : 16px;
	text-transform : uppercase;
	margin-bottom : 0px;
}

img {
	border : none;
}


ul.spaced li {
	margin-bottom : 10px;
}

A:visited {
	color : #663399;

}

A:link {
	color : #663399;

}