/* for menupoints with subpages */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/contentbg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	}
			
.contenttable {
	border: 0px;
	width: 750px;
	margin: 0px;
	height: 350px;
	}		

.innerframe {
	margin: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
}

a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border: 2px outset #CCCCCC;


}

a:hover {
	color: #80FF00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;


}

a:active {
	color: #FFFFFF;
	border: 2px inset #CCCCCC;

}

