body {
	margin: 0px;
	font-size: 11px;
	color: #333333;
	background-color: #E9E9E9;
	font-family: Helvetica, Arial, sans-serif;
}
.backdrp
	{
	background-color: #FFFFFF;
	border: 8px solid #FFFFFF;
	background-image: url("Resources/bg_gradient.png");
	background-repeat: repeat-x;
	background-position: top;
	}

a:link {
	color: #006CA7;
	text-decoration: underline;
}

a:visited {
	color: #006CA7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

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

.navbrd {
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}

.pagetitle
	{
	background-color:#FFFFFF;
	padding-left: 7px;
	font-size: 12px;
	color: #000000;
	text-align: left;
	height:17px;
	padding-top: 6px;
	padding-bottom: 4px;
	text-transform: uppercase;
	}

#keeptitle {
	border-bottom: 1px solid #999999;
	/*border-top: 1px solid #999999;*/
	background-color:#CCCCCC;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
	color: #990000;
	text-align: left;
}
.contentheadline {
	color: #990000;
	font-size: 12px;
}
.active {
	color: #006699;
	font-size: 12px;
}

.content
	{
	padding-left: 7px;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 5px;
	margin-right: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	width:313px;
	}

.contentambition
	{
	padding-left: 7px;
	padding-bottom: 6px;
	padding-top: 7px;
	padding-right: 5px;
	margin-right: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	width: 508px;
	}

.subtablebdr {
	border-bottom: 1px solid #000000;
	background-color: #CCCCCC;
	width: 780px;
	height: 160px;
}
	
.endnavbrd {
	border-bottom:2px solid #ffffff;
}
.tablebot {
	width: 730px;
	/*border-bottom:1px solid #999999;  */
}
.arrow {
	margin-right: 10px;
	margin-top: 7px;
}
.arrowsub {
	margin-right: 2px;
	margin-top: 5px;
}
.arrowlist {
	margin-right: 10px;
	margin-top: 3px;
}
.assetsback {
	/*background-image:  url(Resources/assets_back.gif);*/
	background-repeat:repeat-x;
	background-position: top left;
	background-attachment:fixed;
}