/* Copyright iMedia 2004 */

/* global styles */
html, body {
	background: #fff;
	color: #0F218B;
	margin:0;
	padding:0;
	border:0;
}

html, td, body, h2, h3, h4, div, p, ul, li, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td {
	vertical-align:top;
}

.line {
	background-color:#003798;
}

a:link, a:visited, a:active {
   color: #0F218B;
}

a:hover {
   color: #E21939;
}

a img { color: #fff; }         /* hide the border in Netscape 4 */
@media all {                   /* hide from Netscape 4 */
   a img { color: inherit;     /* undo the rule above */
   border: none;               /* hide from Netscape 4 */
   }
}

/* content styles */
#content {
	margin-top: 110px;
	margin-bottom: 20px;
	color:#0F218B;
}

#content h1 {
	font-size: 17px;
}

#content h2 {
	font-size: 15px;
}

#content h3 {
	font-size: 12px;
}

#content p {
}

#content img {
	margin:10px;
}

/* menu styles */
	ul {
		list-style-type: none;		
		margin-left: 15px;
		padding: 0px;
	}
		
	/* level 0 */
		li.MenuLevel0 {
			margin-top:11px;
			background-image: url("/img/menu_unactive.gif");
			padding-left: 25px;
			background-repeat: no-repeat;
		}
		
		li.MenuLevel0Active {
			margin-top:11px;
			padding-left: 25px;
		  background-image: url("/img/menu_active.gif");
			background-repeat: no-repeat;
		}
		
		a.MenuLevel0 {
			font-weight : bold;
			color : #0F218B;
			text-decoration : none;
		}
		a.MenuLevel0:hover {
			color : #E21939;
		}
		
		/* -- */
		
		a.MenuLevel0Active:link,a.MenuLevel0Active:active,a.MenuLevel0Active:visited {
			font-weight : bold;
			color : #E21939;
			text-decoration : none;
		}
		a.MenuLevel0Active:hover {
			color : #E21939;
		}
	
	/* level 1 */
		li.MenuLevel1 {
			margin-left:26px;
			padding-left:20px;
			background-image: url("/img/menu_level1.gif");
			background-repeat: no-repeat;
		}
		
		li.MenuLevel1Active {
			margin-left:26px;
			padding-left:20px;
			background-image: url("/img/menu_level1.gif");
			background-repeat: no-repeat;
		}
		a.MenuLevel1 {
			font-weight : normal;
			color : #0F218B;
			text-decoration : none;
		}
		a.MenuLevel1:hover {
			color : #E21939;
		}
		
		/* -- */
				
		a.MenuLevel1Active:link,a.MenuLevel1Active:active,a.MenuLevel1Active:visited {
			font-weight : normal;
			color : #E21939;
			text-decoration : none;
		}
		a.MenuLevel1Active:hover {
			color : #0F218B;
		}