/* general style tags for the site */
body
	{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #0d0733;
	background-color: #ffffff;
	}
.bkgrd
	{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #0d0733;
	background-color: #ffffff;
	}

.textbox
	{
	width: 100px;
	background-color: #6e8593;
	font-size: 10pt;
	}
p,td,th
	{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #0d0733;
	background-color: #ffffff;
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
p.bold
	{
	font-weight: bold;
	}
h1,h2
	{
	font-family: arial,helvetica,sans-serif;
	color: #344a63;
	font-size: 13pt;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h3,h4
	{
	font-family: arial,helvetica,sans-serif;
	color: #344a63;
	font-size: 11pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
p.zero
	{
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
ul.bold,ol.bold
	{
	font-weight: bold;
	margin-left: 33.5px;
	}

ul,ol
	{
	font-weight: normal;
	margin-left: 33.5px;
	}
li
	{
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

li.bold_italic
	{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.white_black
	{
	font-family: verdana,arial,helvetica,sans-serif;
	color: #ffffff;
	background-color: #000000;
	}
.superscript
	{
	font-weight: bold;
	font-style: italic;
	}

.indent
	{
	margin-left: 33.5px;
	}

.indent_bold
	{
	font-weight: bold;
	margin-left: 33.5px;
	}

.indent_italic
	{
	font-style: italic;
	margin-left: 33.5px;
	}

.form_title
	{
	font-size: 10pt;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.form
	{
	font-size: 10pt;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.testimonial
	{
	font-style: italic;
	}

/*
	i usually add a .highlight class to use with the span tag:
	<SPAN class='highlight'>highlight this text</SPAN>
	for those special occasions where you want text to stand out,
	without being a link.
*/
.highlight
	{
	color: #ff9900;
	font-weight: bold;
	text-decoration:none;
	background-color: transparent;
	font-weight: bold;
	}
.smallhighlight
	{
	color: #ff9900;
	font-weight: bold;
	text-decoration:none;
	background-color: transparent;
	font-weight: bold;
	font-size: 10pt;
	}

/*
	link values for generic "A" tags
*/
a:link,a:visited,a:active
	{
	color: #ff9900;
	text-decoration:none;
	background-color: transparent;
	}
a:hover
	{
	color: #344a63;
	background-color: transparent;
	}

/*
	class type for the header - I'd generally assign this to the table cell(s) that
	have the text/nav in the header

		background-color: ;
*/
.header
	{
		color: #0d0733;
		background-color: #0d0733;
		font-weight: bold;
		font-size: 11pt;
		text-align: right;
		margin-left: 0px;
		margin-left: 5px;
	}
/*
	link values for the "header" "A"/link tags
*/
a.nav,a.nav:link,a.nav:visited,a.nav:active
	{ color: #ffffff;  text-decoration:none; background-color: transparent; font-weight: bold; }
a.nav:hover
	{ color: #344a63; background-color: transparent; font-weight: bold; }

/*
	link values for the "header" "A"/link tags of the 'selected' page (page being viewed)
*/
a:link.nav_selected,a:visited.nav_selected,a:active.nav_selected
	{ color: #0d0733; text-decoration:none; background-color: transparent; font-weight: bold; }
a:hover.nav_selected
	{ color: #0d0733; background-color: transparent; font-weight: bold; }

//; text-decoration:none


a.snav
	{ color: #0d0733; background-color: transparent; font-weight: bold; }
a.snav:link
	{ color: #0d0733; background-color: transparent; font-weight: bold; }
a.snav:visited
	{ color: #0d0733; background-color: transparent; font-weight: bold; }
a.snav:active
	{ color: #0d0733; background-color: transparent; font-weight: bold; }
a.snav:hover
	{ color: #ff9900; background-color: transparent; font-weight: bold; }

/*
	link values for the "header" "A"/link tags of the 'selected' page (page being viewed)
*/
a.snav_selected:link
	{ color: #ff9900; text-decoration:none; background-color: transparent; font-weight: bold; }
a.snav_selected:visited
	{ color: #ff9900; text-decoration:none; background-color: transparent; font-weight: bold; }
a.snav_selected:active
	{ color: #ff9900; text-decoration:none; background-color: transparent; font-weight: bold; }
a.snav_selected:hover
	{ color: #ff9900; background-color: transparent; font-weight: bold; }

a:link.right_col,a:visited.right_col,a:active.right_col
	{
	color: #ffffff;
	text-decoration:none;
	background-color: transparent;
	}
a:hover.right_col
	{ color: #000000; background-color: transparent; }


/*


*/

.sub_heading
	{
	color: #ff9900;
	background-color: transparent;
	text-decoration:none;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	}

/*

left nav properties ...
*/
.left_col
	{
		color: #ffffff;
		background-color: #0d0733;
		font-size: 10pt;
		margin-left: 5px;
		margin-right: 10px;
	}
.left_col_small
	{
		color: #ffffff;
		background-color: #0d0733;
		font-size: 8pt;
		margin-left: 5px;
		margin-right: 10px;
	}
.left_col_smaller
	{
		color: #ffffff;
		background-color: #0d0733;
		font-size: 7pt;
		margin-left: 5px;
		margin-right: 10px;
	}

.altTextField
	{
	color: #0d0733;
	font-size: 9pt;
	}
.altTextFieldTitle
	{
	color: #ff9900;
	background-color: #6e8593;
	font-size: 12pt;
	font-weight: bold;
	}
p.sub_nav
	{
		font-family: arial,helvetica,sans-serif;
		color: #0d0733;
		background-color: transparent;
		font-weight: bold;
		font-size: 10pt;
		margin-right: 0px;
	}
p.ssub_nav
	{
		font-family: arial,helvetica,sans-serif;
		color: #0d0733;
		background-color:  transparent;
		font-size: 8pt;
		margin-left: 20px;
		margin-right: 15px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
p.sssub_nav
	{
		font-family: arial,helvetica,sans-serif;
		color: #0d0733;
		background-color: transparent;
		font-weight: bold;
		font-size: 9pt;
		margin-left: 30px;
		margin-right: 15px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
