/* Text Styles */
.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #606061;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

p {
	font-family : Arial, Helvetica, sans-serif;
	color : #606061;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	color : #606061;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

li {
	font-family : Arial, Helvetica, sans-serif;
	color : #606061;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

.whitetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #ffffff;
	font-style : normal;
	font-size : 11px;
	line-height : 17px;
}

/* Header Styles */
.header {
	font-family : Arial, Helvetica, sans-serif;
	color : #858585;
	font-style : normal;
	font-size : 15px;
	font-weight : bold;
	line-height : 20px;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color : #858585;
	font-style : normal;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}

.headerblue {
	font-family : Arial, Helvetica, sans-serif;
	color : #3E5F88;
	font-style : normal;
	font-size : 15px;
	font-weight : bold;
	line-height : 20px;
}

.subheadblue {
	font-family : Arial, Helvetica, sans-serif;
	color : #3E5F88;
	font-style : normal;
	font-size : 13px;
	font-weight : bold;
	line-height : 17px;
}


/* Color Styles */
.gray1 {
	background-color: #FEFEFE;
}

.gray2 {
	background-color: #EFEFEF;
}

.gray3 {
	background-color: #98999B;
}

.gray4 {
	background-color: #A3A8AE;
}

.bodyline {
	background-color: #B2B3B5;
}

.navline {
	background-color: #C5C5C5;
}

.white {
	background-color: #ffffff;
}

.accent1 {
	background-color: #84AFC2;
}


/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #3E6184;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	font-size : 11px;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #3E6184;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	font-size : 11px;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #3E6184;
	font-style : normal;
	font-weight : normal;
	text-decoration: none;
	font-size : 11px;
}

A.whitetext:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 11px;
}

A.whitetext:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 11px;
}

A.whitetext:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size : 11px;
}

A.subheadblue:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #3E5F88;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	font-size : 13px;
}

A.subheadblue:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #3E5F88;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	font-size : 13px;
}

A.subheadblue:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #7B9CC4;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	font-size : 13px;
}

A.header:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #858585;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	font-size : 15px;
}

A.header:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #858585;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	font-size : 15px;
}

A.header:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #A7A7A7;
	font-style : normal;
	font-weight : bold;
	text-decoration: none;
	font-size : 15px;
}

A.more:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	font-style : normal;
	text-decoration: ;
	font-size : 11px;
}

A.more:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	font-style : normal;
	text-decoration: none;
	font-size : 11px;
}

A.more:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #D08714;
	font-style : normal;
	text-decoration: underline;
	font-size : 11px;
}


/* Body Styles */
.body {
	.body {
	background-color: #1D3264;
	background-image: url("/global/images/general/ns/grad_bgrd.gif");
	background-repeat: repeat-x;
	margin : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	
}