/*----- type styles -----*/
BODY, TD, TH, TR, TABLE, P, B, I, STRONG, EM, H1, H2, H3, H4, H5, H6, BLOCKQUOTE
			{	font-family : Arial, Verdana, sans-serif;
				font-size : 12px !important;
				color : #333333;
			}

.footer		{	font-size : 9px !important;
				color : #333333 !important;
			}

.small		{	font-size : 9px;
			}

.whiteLink:link, .whiteLink:hover, .whiteLink:visited, .whiteLink:active
			{	color : #ffffff !important;
				text-decoration : none !important;
				font-size : 10px !important;
			}

.bodyText	{	line-height : 150%;
			}

.boldRed	{	color : #660000 !important;
				font-weight : bold !important;
			}



/*----- typical link styles -----*/
A:link, A:active, A:visited
			{	text-decoration : underline;
				color : #660000;
			}
A:hover		{	text-decoration : none;
				color : #660000;
			}



	/* hacking old code */
	HR			{	display : none !important;
				}
	.homepagehighlight	{	background-color : #F5F9B5;
					border-style : solid;
					border-width : 1px;
					border-color : #BBC6E3;
					padding : 0px;
				}
	.homepagehighlightarticle
				{	background-color : #F5F9B5;
					border-style : solid;
					border-width : 1px;
					border-color : #BBC6E3;
					padding : 0px;
				}
	.homepagehighlightOver	{	background-color : #F5F9B5;
					border-style : solid;
					border-width : 1px;
					border-color : #6D7AA0;
					padding : 0px;
				}

/*----- right side info boxes -----*/
.rightbar		{	padding-right : 5px;
				padding-top : 5px;
				padding-bottom : 5px;
				padding-left : 0px;
			}
	.rightboxGrey
				{	background-color : #CCCCCC;
					border-style : solid;
					border-width : 1px;
					border-color : #660000;
					margin-bottom : 5px;
				}
	.rightbox TH
				{	background-color : #BBC6E3;
					color : #0C3C6E;
					font-size : 13px !important;
					font-weight : bold;
					padding : 3px;
					text-align : center;
				}
	.rightbox TD		{	padding : 3px;
				}
	.rightbox P
				{	color : #333333;
					font-size : 11px;
				}

/*----- ADDITIONAL STYLES -----*/

.secondaryNav {
	font-size: 10px;
	font-weight: bold;
}

.subtitle {
	font-size: 16px;
	font-weight: bold;
}







