/**********************************************************/
/* BASIC GADGET CSS                                       */
/**********************************************************/

/* Document body */
	body {
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		line-height: 140%;
		color: #000;
	}

/* Default link styles */
	a:link { color: #B7802F; }
	a:active {color: #B7802F; }
	a:visited {color: #B7802F; }
	a:hover {color: #333; }

/* Content styles */
	.PageTitle, .PageTitle a {
		font-family: Arial;
		color: #851238;
		font-size: 18px;
		font-weight: normal;
		line-height: 120%;
	}

	.Headline, .headline {
		color: #000;
		font-weight: bold;
		line-height: 120%;
	}
	#content {
		/*font-family: Georgia;*/
		font-size: 11px;
	}

/* Subnavigation - Level 1 */
	.navspacer {
		border: 1px #CCC solid;
		border-width: 1px 0px;
	}

	.secnav_normal {
		padding: 7px 3px;
		cursor: pointer;
		cursor: hand;
	}
	.secnav_normal a, .secnav_roll a, .secnav_current a {
		font-size: 14px;
		color: #3F0073;
		text-decoration: none;
	}
	.secnav_roll a {
		color: #6E00C7;
	}
	.secnav_current a {
		color: #7433AA;
	}

/* Subnavigation - Level 2 */
	.secnav_subtree_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_subtree_normal {
		padding: 3px 10px 3px 25px;
	}
	.secnav_subtree_normal a, .secnav_subtree_roll a, .secnav_subtree_current a {
		text-decoration: none;
		font-size: 11px;
		color: #3F0073;
	}
	.secnav_subtree_roll a {
		color: #6E00C7;
	}
	.secnav_subtree_current a {
		color: #7433AA;
	}

/* Subnavigation - Level 3 */
	.secnav_2_normal {
		cursor: pointer;
		cursor: hand;
		padding: 3px 0px;
	}
	th.secnav_2_normal {
		padding: 3px 10px 3px 40px;
	}
	.secnav_2_normal a, .secnav_2_roll a, .secnav_2_current a {
		font-size: 11px;
		color: #3F0073;
		text-decoration: none;
	}
	.secnav_2_roll a {
		color: #6E00C7;
	}
	.secnav_2_current a {
		color: #7433AA;
	}