<style type="text/css">
/**
** CONTENT START
**/
* {
	font-family:Verdana;	
}

h1 {
	font-family:Verdana;
	font-weight:bold;
	color:#FF6600;
	font-size:1.3em;
}

h2 {
	font-family:Verdana;
	font-weight:normal;
	color:#FF6600;
	font-size:0.7em;
}

.standard {
	font-family:Verdana;
	font-weight:normal;
	font-size:0.6em;
	line-height:1.6em;
}
.subline {
	font-family:Verdana;
	font-weight:normal;
	font-size:0.6em;
	line-height:1.6em;
	color:#AAAAAA;
}

a
{
	text-decoration:none;
	color:#000000;
}

#content a
{
	color:#FF6600;
}

a:hover
{
	color:#FF6600;	
}

.csc-textpic-caption {
	display:none;
}

/**
** NAVIGATION ITEM START
**/
.naviitem {
	font-family:Verdana;	
	font-size:0.7em;	
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;	
	color:#000000;
	padding-right:5.5em;
	white-space: nowrap;	
}


.naviitem:hover {
	color:#FF6600;
}
.naviitem_active {
	font-family:Verdana;	
	font-size:0.7em;	
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;	
	color:#FF6600;	
	padding-right:5.5em;
	white-space: nowrap;		
}



/**
** SUBNAVIGATION ITEM START
**/
.subnaviitem {
	font-family:Verdana;
	font-weight:normal;
	font-size:0.6em;
	line-height:1.6em;	
	list-style-type:none;	
}


.subnaviitem:hover {
	color:#FF6600;
}
.subnaviitem_active {
	font-family:Verdana;
	font-weight:bold;
	font-size:0.6em;
	line-height:1.6em;	
	list-style-type:square;	
	color:#FF6600;	
}
</style>