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

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

/* Default link styles */
	a:link { color: #420079; }
	a:active {color: #4B8AB5; }
	a:visited {color: #400074; }
	a:hover {color: #6E00C7; }

/* Content styles */
	.PageTitle {
		color: #642A17;
		font-size: 19px;
		font-weight: normal;
		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;
	}

	a.secnav_normal, a.secnav_subtree_normal, a.secnav_subtree_current {
		display: block;
		cursor: pointer;
		cursor: hand;
		background: url('images/navarrow.gif') no-repeat;
		background-position: left 7px;
		padding: 3px 6px 3px 12px;
		color: #347EC6;
		text-decoration: none;
	}
	a.secnav_current, a.secnav_subtree_current {
		color: #FFF;
	}

	a.secnav_subtree_normal, a.secnav_subtree_current
	{
		margin-left: 10px;
	}

/* 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;
	}


.textSize {
    width: auto;
    padding: 7px 0px 0px 0px;
}

#textSize {
    float: right;
    text-transform: capitalize;
    color: #45B1FF;
    font-family: arial, helvetica, sans-serif;
    line-height: 12px;
}

#textSize li {
    float: left;
    display: block;
    padding: 2px .8em 2px 0;
    font-weight: normal;
}

#textSize li.Normal a {
    font-size: 12px;
    line-height: 12px;
}

#textSize li.Large a {
    font-size: 16px;
    line-height: 12px;
}

#textSize li.X-Large a {
    font-size: 20px;
    line-height: 12px;
}

#textSize li a {
    text-decoration: none;
    color: #00375E;
    font-weight: bold;
}

#textSize li a:hover {
    color: #45B1FF;
    text-decoration: none;
}
