A {
	color: #3399ff;
	text-decoration : none;
}

A:VISITED, A:ACTIVE {
	color: #006699;
	text-decoration : none;
}

A:HOVER {
	color: #999999;
	text-decoration: none;
	cursor: crosshair;
}

img {
        border: 0px
}

.content {
	color: #006699;
	font-size: 12px; 
	font-family: Courier; 
	margin-right: 7px; 
	margin-left: 15px; 
	margin-top: 7px; 
	margin-bottom: 10px;
	line-height: 20px;
	background-color: #FFFFFF;
}

.headers {
        color: #006699;
        font-size: 16px;
        font-weight: bold;
        font-family: Courier;
	text-decoration: underline and overline;
	margin-left: 7px;
}

.left {
	background-image: url('images/side.jpg');
	background-repeat: no-repeat;
	margin-left: 5px;
}

.menu {
	color: #000000;
	font-size: 14px; 
	font-family: Courier; 
	font-weight: bold;
	line-height: 30px;
	background-image: url('images/button_inactive.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.menua {
	color: #006699;
	font-size: 14px; 
	font-family: Courier;
	font-weight: bold; 
	line-height: 30px;
	background-image: url('images/button_active.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.footer {
	color: #006699;
	font-size: 10px; 
	font-family: Courier; 
	margin-right: 7px; 
	margin-left: 7px; 
	line-height: 20px;
	background-color: #FFFFFF;
}

.back {
	background-image: url('images/back.jpg');
	background-repeat: repeat-y;
}