

body {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-color: #19110A;
}
body,td,th {
	font-size: 14px;
	color: #A99F96;
	font-family: Tahoma;
}
.header {
	color: #C64000;
	font-weight: bold;
	font-size: 18px;
}


.content_link a:link, .content_link a:active, .content_link a:visited {
	color: #FF0000;
	font-weight:bold;
	text-decoration:none
}

.content_link a:hover {
	text-decoration: underline
}


a {
text-decoration:none;
color:#E3DDD7;
font-size:14px;
}

a:active
{
text-decoration:none;
color:#C64000;
}

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

.footer{
color:#ffcb93;
font-family:Arial, Helvetica, sans-serif;
font-size:9px;

}

.dotbottom{
background-image:images/dot.png;
background-repeat:repeat-x;
background-position:center;

}

.dotright{
background-image:images/dot.png;
background-repeat:repeat-y;
background-position:center;

}

