BODY		{
		scrollbar-base-color : #CCCCCC;
		scrollbar-arrow-color : #333333;
		scrollbar-3dlight-color : #CCCCCC;
		scrollbar-face-color : #C2C8CE;
		scrollbar-shadow-color : #EEEEEE;
		scrollbar-highlight-color : #EEEEEE;
		scrollbar-darkshadow-color : #EEEEEE;
		scrollbar-track-color : #EEEEEE;
}

P {
		font : normal 10pt Arial;
		color: #FFFFFF;
		line-height: 18px;
		margin-top: 5px;
}

UL {
		font : normal 10pt Arial;
		line-height: 18px;
		margin-top: 5px;
}

OL {
		font : normal 10pt Arial;
		line-height: 18px;
		margin-top: 5px;
}


H1 {
		font : bold 12pt Arial;
		color: #FFFFFF;
		margin-bottom: 15px;		
}

td.navigationpath {
	font : normal 10pt Arial;
	color: #0E236B;
	background-color : White;
}

td.bottommenu {
	font : normal 10pt Arial;
	color: #0E236B;
	background-color : White;	
}

input.button {

	margin: 2px;
	background-color : #FFFFFF;
	width: 150px;
	border : 1px solid #464646;
}

/*--- Main Items normal   -----------------------------------------------*/
a.menu:link,
a.menu:visited 		{
	padding-top: 10px;
	height: 42px;
	display:block;
	background-color: #00AEEF;	
	background-image : url(button.gif);	
	font : normal 10pt arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.menu:hover	{
	padding-top: 10px;
	height: 42px;
	display:block;
	background-color: #0076a3;	
	background-image : url(button_hover.gif);	
	font : normal 10pt arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.menu_current:link,
a.menu_current:visited 		{
	padding-top: 10px;
	height: 42px;
	display:block;
	background-color: #0076a3;	
	background-image : url(button_hover.gif);	
	font : normal 10pt arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

a.menu_current:hover 	{
	padding-top: 10px;
	height: 42px;
	display:block;
	background-color: #0076a3;	
	background-image : url(button_hover.gif);	
	font : normal 10pt arial;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

/*--- END menu Items normal   -----------------------------------------------*/

/*--- ContentMenu Items -----------------------------------------------------*/
a.contentmenu:link,
a.contentmenu:visited 		{
	padding : 2px 2px 2px 10px;
	font : normal 9pt arial;
	color: #0E236B;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

a.contentmenu:hover	{
	padding : 2px 2px 2px 10px;
	font : normal 9pt arial;
	color: #00AEEF;
	background-color: #FFFFFF;
	text-align: center;
	text-decoration: underline;
}
/*--- END ContentMenu items -------------------------------------------------*/


/*--- Default link styles ----------------------------------------------------*/

a:link {	
	color: #00AEEF;
	text-decoration: none
}

a:visited {	
	color: #00AEEF;
	text-decoration: none
}

a:active {	
	color: #00AEEF;
	text-decoration: underline
}

a:hover {
	color: #00AEEF;
	text-decoration: underline
}
/*--- END Default link styles ------------------------------------------------*/


input.catcher { 
        background-color: #00a7e5; 
        color: #000000; 
        display: ; 
border: 0px none;
} 
input.catcher2 { 
        background-color: #00a7e5; 
        color: #000000; 
        display: none; 
border: 0px none;
} 