@CHARSET "UTF-8";

a:link { text-decoration:none; border:0; }
a:visited { text-decoration:none; color:#393531; border:0; }
a:hover { text-decoration:none; color:#000000; border:0; }
a:active { text-decoration:none; color:#000000; border:0; }
a:focus { text-decoration:none; color:#000000; border:0; }

a.link:link { text-decoration:underline; }
a.link:visited { text-decoration:underline; }

a.index:link { text-decoration:none; color:#393531; border:0; }
a.index:hover { text-decoration:none; color:#ff9c30; border:0; }

table {
	font-family:inherit;
	font-size:inherit;
	margin:4px;	
}

.contentPane {
 	margin-left:16px;
 	margin-top:20px;
 	padding:0px;
	background-image: url(img/content_frame[background].png);
 	/*background-color:#00F0F0;
 	border:1px solid #0000FF;*/
 	width:763px;
}

.cPHeader {
	margin:0px;
	padding:0px;	
}

.cPTextArea {
 	padding: 0px 7px;
 	margin-top:0px;
 	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 	font-size: 0.8em;
 	color:#393531;
 	text-align:right;
 	vertical-align:middle;
 	/*border:1px solid #000000;
 	height:auto;
 	width:763px;*/
}

.footer {
 	width:763px;
 	background-color:e9e9e9;
 	font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
 	font-size:0.7em;
 	/*color:#000000;*/
 	/*border:1px solid #00FF00;*/
}

.header {
	/*border:1px solid #000000;*/
	margin:0px;
	padding:0px;
	height:260px;
}

.indexCol {
	width:186px;
	float:left;
	text-align:center;
	background-color:#ffffff;
	margin-right:1px;
}

.lastIndexCol {
	width:186px;
	float:left;
	text-align:center;
	background-color:#ffffff;
}

.page {
	margin: 0 auto;
  	width:800px;
  	height:100%;
  	text-align:right;
  	/*border:1px solid #ff0000;*/
}
 
 .tab {
 	margin-left: 3ex;
}
 
div.left-aligned {
 	width:749px;
 	text-align:left;
}
 
div.right-aligned {
 	width:749px;
 	text-align:right;
}

div.justify-aligned {
 	width:749px;
 	text-align:justify;
}

div.center-aligned {
 	width:749px;
 	text-align:center;
}

img.left {
	float:left;
}

img {
 	float:inherit;
}

/* Font-Style */

span.headline {
	font-size:1.5em;
	font-weight:bold;
}

span.bold {
	font-weight:bold;
}

span.underline {
	text-decoration:underline;
}

span.ulbold {
	font-weight:bold;
	text-decoration:underline;
}