/**********************************************************/
/* BASIC GADGET CSS                                       */
/**********************************************************/

/* Document body */
	body {
		font-family: Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 140%;
		color: #385170;
	}
	
	img { -ms-interpolation-mode: bicubic; border: 0 }

/* Default link styles */
	a:link { color: #385170; }
	a:active {color: #385170; }
	a:visited {color: #009FC6; }
	a:hover {color: #01559D; }

/* Content styles */
	.PageTitle {
		color: #385170;
		font-size: 19px;
		font-weight: bold;
		line-height: 120%;
	}

	.Headline, .headline {
		color: #006699;
		font-size: 20px;
		line-height: 120%;
	}

/* Subnavigation - Level 1 */
	.navspacer {
		border: 1px #CCC solid;
		border-width: 1px 0px;
	}

	.secnav_normal {
		cursor: pointer;
		cursor: hand;
		background: #BFB699;
		margin-top: 2px;
	}
	.secnav_normal th {
		font-weight: normal;
		color: #39506F;
		padding: 3px 0px 3px 15px;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		font-size: 12px;
		color: #FFF;
		text-decoration: none;
		display: block;
		padding: 4px 10px 4px 5px;
	}
	.secnav_roll a {
		color: #39506F;
	}
	.secnav_current a {
		color: #39506F;
		font-weight: bold;
	}

/* Subnavigation - Level 2 */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
		background: #E9E3D7;
	}
	.secnav_subtree_normal th {
		padding-left: 33px;
	}
	.secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a {
		text-decoration: none;
		font-size: 11px;
		font-weight: normal;
		color: #39506F;
		display: block;
		padding: 4px 10px 4px 5px;
	}
	.secnav_subtree_roll a {
		color: #00A0B7;
	}
	.secnav_subtree_current a {
		color: #39506F;
		font-weight: bold;
	}

/* Subnavigation - Level 3 */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
	}
	.secnav_2_normal th {
		padding: 0px 0px 0px 50px;
	}
	.secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a {
		font-size: 11px;
		color: #39506F;
		text-decoration: none;
		font-weight: normal;
		display: block;
		padding: 1px 10px 1px 0px;
	}
	.secnav_2_roll a {
		color: #00A0B7;
	}
	.secnav_2_current a {
		color: #39506F;
		font-weight: bold;
	}