/*  Global */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 14pt;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	color: #535353;
	background-color: #FFF1C9;
}


/* Text */

.copy {
	font-size: 12px;
	line-height: 14pt;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	color: #535353;
}

.white {
	font-size: 12px;
	line-height: 14pt;
	font-family: Arial;
	text-decoration: none;
	color: #FFF;
}

.nav_pipe{
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;	
	color: #FFF;
}
.topnav_pipe{
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}
.header{
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #888;
}
.header_blue_large{
	font-family: Arial;
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	color: #3C74B3;
}
.header_blue{
	font-family: Arial;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #3C74B3;
}
.percent{
	font-family: Arial;
	font-weight: normal;
	font-size: 32px;
	text-decoration: none;
	color: #FFBF00;
}


/* Lists */

ul.home {
	list-style-image: url("images/global/bullet.gif");
	list-style-position: outside;
	padding-left: 10px;
	padding-bottom: 6px;
	font-size: 12px;
	line-height: 12pt;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	color: #535353;
}


/* Links */

a:link {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #005798;
}
a:visited {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #005798;
}
a:hover {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;
}
a:active {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #005798;
}

a.header:link {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #3C74B3;
}
a.header:visited {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #3C74B3;
}
a.header:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}
a.header:active {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #3C74B3;
}

a.nav:link {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
a.nav:visited {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}
a.nav:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.nav:active {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

a.nav_highlight:link {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.nav_highlight:visited {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.nav_highlight:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.nav_highlight:active {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

a.nav_sub:link {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
a.nav_sub:visited {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}
a.nav_sub:hover {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFBF00;
}
a.nav_sub:active {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #FFF;
}

a.topnav:link {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}
a.topnav:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}
a.topnav:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.topnav:active {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}

a.quick:link {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.quick:visited {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
a.quick:hover {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888;
}
a.quick:active {
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}


/* Tables */

td.left_margin {
	background-image: url('../images/global/left.gif');
	background-repeat: repeat-y;
}

td.right_margin {
	background-image: url('../images/global/right.gif');
	background-repeat: repeat-y;
}

td.vr {
	background-image: url('../images/global/vr.gif');
	background-repeat: repeat-y;
}

td.bottom_margin {
	background-image: url('../images/global/bottom.gif');
	background-repeat: repeat-x;
}

td.Y {
	background-image: url('../images/nav/Y.gif');
	background-repeat: repeat-x;
}

td.B1 {
	background-image: url('../images/nav/1.gif');
}
td.B2 {
	background-image: url('../images/nav/2.gif');
}
td.B3 {
	background-image: url('../images/nav/3.gif');
}
td.B4 {
	background-image: url('../images/nav/4.gif');
}
td.B5 {
	background-image: url('../images/nav/5.gif');
}
td.B6 {
	background-image: url('../images/nav/6.gif');
}

td.YY {
	background-image: url('../images/nav/YY.gif');
}

td.BB1 {
	background-image: url('../images/nav/1BB.gif');
}
td.BY1 {
	background-image: url('../images/nav/1BY.gif');
}
td.YB1 {
	background-image: url('../images/nav/1YB.gif');
}

td.BB2 {
	background-image: url('../images/nav/2BB.gif');
}
td.BY2 {
	background-image: url('../images/nav/2BY.gif');
}
td.YB2 {
	background-image: url('../images/nav/2YB.gif');
}

td.BB3 {
	background-image: url('../images/nav/3BB.gif');
}
td.BY3 {
	background-image: url('../images/nav/3BY.gif');
}
td.YB3 {
	background-image: url('../images/nav/3YB.gif');
}

td.BB4 {
	background-image: url('../images/nav/4BB.gif');
}
td.BY4 {
	background-image: url('../images/nav/4BY.gif');
}
td.YB4 {
	background-image: url('../images/nav/4YB.gif');
}

td.BB5 {
	background-image: url('../images/nav/5BB.gif');
}
td.YB5 {
	background-image: url('../images/nav/5YB.gif');
}

table.sub_1 {
	background-image: url('../images/nav/1SUB.gif');
	background-repeat: no-repeat;
}
table.sub_2 {
	background-image: url('../images/nav/2SUB.gif');
	background-repeat: no-repeat;
}
table.sub_3 {
	background-image: url('../images/nav/3SUB.gif');
	background-repeat: no-repeat;
}
table.sub_4 {
	background-image: url('../images/nav/4SUB.gif');
	background-repeat: no-repeat;
}
table.sub_5 {
	background-image: url('../images/nav/5SUB.gif');
	background-repeat: no-repeat;
}