/*top navigation classes - right side of header*/
.topnav {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 14px;
}
.topnav a 							{color: #000}
.topnav a:hover 				{color: #206058}

/*home page classes*/
.tableHeaderHP { /*home page only*/
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #206058;
	width: 227px;
	/*added width:227px; on 5/9/2009 to fix FireFox
	width/alignment issue SR P122955*/ 
}
.tableContents {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #206058;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tableContents a 				{color: #206058; text-decoration: none;}
.tableContents a:hover 	{color: #000}

.tableContents ul 			{margin: 0; padding: 0 0 0 16;}
.tableContents ul li 		{margin: 0; padding: 0 0 0 0; width:200px; vertical-align: middle;}
/*added width:200px; to li on 5/9/2009
to fix FireFox width/alignment issue SR P122955
also added vertical-align: middle; to fix bullets
on IE from valigning on the bottom left*/

/*added tableContents2 with width:100%; for more_topics.html on 8/12/2009*/
.tableContents2 {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #206058;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tableContents2 a 				{color: #206058; text-decoration: none;}
.tableContents2 a:hover 	{color: #000}

.tableContents2 ul 			{margin: 0; padding: 0 0 0 16;}
.tableContents2 ul li 		{margin: 0; padding: 0 0 0 0; width:100%; vertical-align: middle;}

.tableContentsDiv {
	border-bottom: #206058 1px dotted;
	width: 227px;
	line-height: 3px;
	margin: 0;
	padding: 0 0 3 0;
}
.tableContentsDiv2 {
	border-bottom: #206058 1px dotted;
	width: 100%;
	line-height: 3px;
	margin: 0;
	padding: 0 0 3 0;
}

/*regular interior page classes*/
.tblcontent {
	font-size: .9em;
}
.tblcontent2 {
	font-size: 1.3em;
}
.tblcontent3 {
	font-size: 1.0em;
}
.pageTitle {
	font-family: garamond,times new roman;
	font-size: 1.6em;
	font-weight: bold;
	color: #206058;
	padding-top: .5em;
	padding-left: 15px;
	padding-bottom: .5em;
}
.pageTitle a 						{color: #206058; text-decoration: none;}
.pageTitle a:hover 			{color: #000}

.subTitle {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #206058;
}
.subTitleRel {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #206058;
}
.subTitleInq {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #206058;
}
.subSection {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #206058;
}

.tableHeader {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #206058;
}
.releaseHeader {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #666;
}

.content {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: .8em;
	font-weight: normal;
	color: #363636;
}
.content a 							{color: #206058; font-weight: bold;}
.content a:hover 				{color: #000}

.noteText {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: .85em;
	font-weight: normal;
	color: #206058;
}

/*form button classes used in the subscription pages*/
.formBut form input {
	background-color: #e7e1d1;
	border-top: solid 3px #f3f0e8;
	border-left: solid 3px #f3f0e8;
	border-right: solid 3px #ddd5bf;
	border-bottom: solid 3px #ddd5bf;
	width: 10em;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #206058;
}
.formBut2 form input {
	background-color: #e7e1d1;
	border-top: solid 3px #f3f0e8;
	border-left: solid 3px #f3f0e8;
	border-right: solid 3px #ddd5bf;
	border-bottom: solid 3px #ddd5bf;
	width: 14.5em;
	font-family: arial;
	font-size: 1.2em;
	font-weight: bold;
	color: #206058;
}

/*right side resource column classes*/
.side {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #206058;
	line-height: 14px;
}
.side a 								{color: #206058}
.side a:hover 					{color: #000}

/*footer nav and copyright notices text classes*/
.footerNav {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #206058;
	line-height: 14px;
}
.footerNav a						{color: #206058}
.footerNav a:hover			{color: #000}

.disclaimer {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: #206058;
}
.disclaimer a						{color: #206058}
.disclaimer a:hover			{color: #000}