@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../images/tile.gif);
	background-repeat: repeat;
}


a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}


.shadow_left {
	background-image: url(../../images/shadow_left.png);
	background-repeat: repeat-y;
	width: 10px;
}
.shadow_right {
	background-image: url(../../images/shadow_right.png);
	background-repeat: repeat-y;
	width: 10px;
}


.header {
	background-image: url(../../images/header.jpg);
	background-repeat: no-repeat;
	height: 77px;
}
.content_area {
	background-image: url(../../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	height: 500px;
	padding: 5px;
}
