/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background: #333 url(images/bg_repeat03.gif) repeat-y center;
	}
	
a {
font : times, serif;
font-weight : normal;
text-decoration : none;
color : #FFFFFF;
}

a:visited {
font-weight : normal;
text-decoration : none;
color : #9B9168;
}

a:hover {
text-decoration : none;
color : #9B9168;
}


a.e {
font : arial
font-weight : bold;
text-decoration : none;
color : #B70004;
}

a.e:visited {
font-weight : bold;
text-decoration : none;
color : #000000;
}

a.e:hover {
text-decoration : underline;
color : #333333;
}

a.footer {
	font : arial, sans-serif;
	font-size : small;
	font-weight : bold;
	text-decoration : none;
	color : #ffffff;
	}

a.footer:visited {
	font-weight : normal;
	font-size : small;
	text-decoration : none;
	color : #000000;
	}

a.footer:hover {
	text-decoration : underline;
	color : #333333;
	}
