BODYtext  { 
	color: black; 
	font-size: 9pt; 
	line-height: 12pt; 
	font-family: verdana, arial, helvetica, sans-serif; 
	
}

.topmenul1, .topmenul2 {
	list-style: none; /* Default styles for all menu's */
	margin: 0px;
	padding: 0px 0px;
	text-align: center;
}

.topmenul1 li {
	/*background-color: #E79518;*/
	padding: 1px 0px;
	float: left; /* First level menu's needs to float left */
	position: relative; /* Relative positiong because lower level menu's needs to be absolute */
	
}

/* First level colors for link tags */
.topmenul1 a {
	color: #330033;
	padding: 0px 15px 0px 5px; /* Seperate menu's a bit aswell, some extra space for the arrow on the right */
/*border: 1px solid #ff7319; /* Same as BG color so total width is always the same */
	font: bold 12	 Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.topmenul1 a:hover {
	color: white;
	background-color:#Ff7319;		/* On hover for a alements, */
	/*border:1px solid black; */
}
.topmenul1 a:active{
	color: green;
	background-color:#Ff7319;		/* On hover for a alements, */
	/*border:1px solid black; */
}

/* Start second level and lower menu's */
.topmenul1 .topmenul2 {
	display:	none;				
	position:absolute;			/* We position absolute (relative to l1) */
	width:170px;				/* Default width for sub-menu's */
	border:1px solid black;			/* Border around the sub-menu's */
	z-index:10;				/* We set a z-index these menu's will show up above other menu items, works in non IE */
	left:0px;				/* Left to 0 and for IE we move one extra pixel down */	
	top:15px !important;
	top:16px;
}

.topmenul1 .topmenul2 .topmenul2, .topmenul1 .topmenul2 .topmenul2 .topmenul2 {
	left:170px;				/* Move away from second level menu for second level and lower */
	top:-1px !important; 			/* Border = 1px so we need to move one up aswell !important to overrule the !important above*/
}

.topmenul1 .topmenul2 li {
	padding:2px 0px;  			/* Controls the height per menu item on second level and lower */
	border-bottom:1px solid #f0f0f0;	/* little color seperator */
	background-color:#Ff7319; 
	width:100%;
}

.topmenul1 .topmenul2 a {
	border:none;				/* no border, remove the style from level1 a tags */
	display:block;				/* Display block, so teh whole menu will lite up (if bg used)*/
	padding:0px 4px;
}

.topmenul1 .topmenul2 a:hover {			/* Needed for IE aswell */
	color:white;
	border:none;				/* no border, remove the style from level1 a tags */
}

/* Little arrows for the menus */
.topmenul1-ifsub,.topmenul2-ifsub {
	background-image:url(../../images/arrow-b-d.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.topmenul2-ifsub {
	background-image:url(../../images/arrow-b-r.gif);
}


.topmenul1 .hoveratag {
	background-color:#Ff7319;		/* Hack in javascript, this will highlite teh a tag of the menu above */
	border:1px solid black;			/* We could do this with CSS (.topmenul1 li:hover > a) But IE doesn't support that */
}


.PageBody {
	FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.HomeText {
	FONT-SIZE: 9pt; LINE-HEIGHT: 0.25in; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: justify
}
.HomeText2 {
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 0.20in;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: justify;
	
}
.FooterText {
	FONT-SIZE: 7pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center
}
.bodytable1{
	border-left: 2px dashed #E2E2E2;
}
.bodytable2{
	border-bottom: 2px dotted #e2e2e2;
}
.title1{
	font-size: 26px;
	color: #000000;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font: bold Arial, Helvetica, sans-serif;
}
.csc-form-label-req{
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 0.20in;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	
}
.csc-mailform-field{
	FONT-SIZE: 8pt;
	LINE-HEIGHT: 0.20in;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: justify;
}