.text_boldMedium{
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	text-indent: 3px;
}
A.text_boldMedium:link {
	color:#033C28;
	text-decoration:none;
	font-size:14px;
	font:arial;
}

A.text_boldMedium:visited {
	color:#033C28;
	text-decoration:none;
	font-size:14px;
	font:arial;
}

A.text_boldMedium:hover {
	color:#033C28;
	text-decoration:underline;
	font-size:14px;
	font:arial;
}

A.text_boldMedium:active {
	color:#033C28;
	text-decoration:none;
	font-size:14px;
	font:arial;
}


.text_boldLarge{
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	font-size: 16px;
	font-family: arial;
	text-indent: 3px;
}
A.text_boldLarge:link {
	color:#033C28;
	text-decoration:none;
	font-size:16px;
	font:arial;
}

A.text_boldLarge:visited {
	color:#033C28;
	text-decoration:none;
	font-size:16px;
	font:arial;
}

A.text_boldLarge:hover {
	color:#033C28;
	text-decoration:underline;
	font-size:16px;
	font:arial;
}

A.text_boldLarge:active {
	color:#033C28;
	text-decoration:none;
	font-size:16px;
	font:arial;
}

.text_bold{
	color:#666666;
	text-decoration:none;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;
	text-indent: 3px;
}
A.text_bold:link {
		color:#033C28;
	text-decoration:none;
	font-size:12px;
	font:arial;
}

A.text_bold:visited {
		color:#033C28;
	text-decoration:none;
	font-size:12px;
	font:arial;
}

A.text_bold:hover {
		color:#033C28;
	text-decoration:underline;
	font-size:12px;
	font:arial;
}

A.text_bold:active {
		color:#033C28;
	text-decoration:none;
	font-size:12px;
	font:arial;
}



A.clsNews:link {
		color:#033C28;
	text-decoration:none;
	font-size:12px;
	font:arial;
}

A.clsNews:visited {
		color:#033C28;
	text-decoration:none;
	font-size:12px;
	font:arial;
}

A.clsNews:hover {
		color:#033C28;
	text-decoration:underline;
	font-size:12px;
	font:arial;
}

A.clsNews:active {
		color:#033C28;
	text-decoration:none;
	font-size:12px;
	font:arial;
}


.clsTable{
	border: 1px solid #F1F1F1;
	margin: 0px;
	padding: 0px;
}

A.Addlink:link {
	color:#000000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

A.Addlink:visited {
	font-family: arial;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

A.Addlink:hover {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

A.Addlink:active {
	font-family: arial;
	font-size: 12px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

.myTitle {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

.modeTitle {
	font-family: Arial;
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	color:#000000;
}

.breadCrumb{
	text-align=left;
	font-weight:bold;
}

.myPageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

.table{
	font:Arial;
	font-size:1px;
	text-align:left;
}

th{


}

.myTr{
	text-align:left;
	font-size:12px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

.clsGrey{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	background-color:#f6f6f6
}


.button {
	background-color: #FF6600;
	text-align:center;
	font-size:	9px;
	color:		#FFFFFF;
	font-family:	verdana;
	
	border-top-color: #FF9D5B;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #FF9D5B;
}


.error {
	color: #FF0000;
	font-style: normal;
	font-weight:800;
}
.msg {
	color: #339966;
	font-weight:800;
	text-align:center;	
}


/*

*/
/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	border-top: 1px solid;
	width: 204px;
	font-size:12px
	
}
.vertical li a{
	display: block;
	width: 200px;
	text-decoration: none;
	height: 1.2em;
	padding: .1em 1px;
	border: 1px solid;
	border-top: 0px;
	color:#CC3366
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}

button {
color: #CCFF00;
}

.vertical li ul{
	position: absolute;
	margin-top: -1.3em;
	margin-left: 200px;
	color:#CC3366
}
/*this is the css for the horizontal version*/

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
padding-left: 1em;
font-size: 85%;  
}
.arrow a:hover span{
padding-left: 2em;
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-left: .5em;
}
/*colors for menu*/
.blackwhite li a{
	background-color: white;
	color: red;
	border-color: black;
}
.blackwhite li a:hover{
	background-color: orange;
	color: white;
	border-color: green;
}
.blackwhite ul{
	border-color: black;
}
.bluewhite li a{
	background-color: #99FF99;
	color: #000033;
	border-color: #000033;
}
.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul{
	border-color: #000033;
}


.error {
	color: #FF0000;
	font-style: normal;
}
.msg {
	color: #339966;
	text-align:center;	
}


.body{
	background:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	font-family: Arial;
	font-size: 12px;
}
.clsButton{
	font-family: Arial;
	font-size: 12px;
	border:none;
	border-width:thin;
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-bottom-width:1px;	
}

.heading1{
	font-family: Arial;
	font-size: 14px;
	color: #427F18;
	font-weight: bold;
	text-transform: uppercase;
}
.td_page_shade1{
	background-image: url(images/page_shade.jpg);
	background-repeat: no-repeat;
}
.td_page_shade2{
	background-image: url(images/page_btm_shade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align: top;
	padding-bottom: 30px;
}
.td-intro{
	background-image: url(images/intro_bg.jpg);
	background-repeat: no-repeat;
	height: 98px;
	width: 546px;
	font-family: Arial;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 7px;
	padding-right: 18px;
	color: #333333;
}
.footertext {
	font-family: arial;
	font-size: 12px;
	color: #999999;
}

A.linkfooter:link {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.listinghover{
	font-family: arial;
	font-size: 12px;
	font_weight:bold;
	color: #CCCC33;
}

A.linkfooter:visited {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

A.linkfooter:hover {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}

A.linkfooter:active {
	font-family: arial;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

A.linkrelated:link {
	font-family: arial;
	font-size: 12px;
	color: #41852E;
	text-decoration: none;
}
A.linkrelated:visited {
	font-family: arial;
	font-size: 12px;
	color: #41852E;
	text-decoration: none;
}
A.linkrelated:hover {
	font-family: arial;
	font-size: 12px;
	color: #41852E;
	text-decoration: underline;
}
A.linkrelated:active {
	font-family: arial;
	font-size: 12px;
	color: #41852E;
	text-decoration: none;
}

A.linkPage:link {
	font-family: arial;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	text-align: center;
}
A.linkPage:visited {
	font-family: arial;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	text-align: center;
}
A.linkPage:hover {
	font-family: arial;
	font-size: 12px;
	color: #000066;
	border: 1px solid #0099FF;
	text-align: center;
}
A.linkPage:active {
	font-family: arial;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	border: 1px solid #FFFFFF;
	text-align: center;
}






.clsTextBox {
	border: 1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	width: 166px;
}
/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	border-top: 1px solid;
	width: 204px;
	font-size:13px
	
}
.vertical li a{
	display: block;
	width: 200px;
	text-decoration: none;
	height: 1.2em;
	padding: .1em 1px;
	border: 1px solid;
	border-top: 0px;
	color:#CC3366
}
.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
button {
color: #CCFF00;
}

.vertical li ul{
	position: absolute;
	margin-top: -1.3em;
	margin-left: 200px;
	color:#CC3366
}
/*this is the css for the horizontal version*/

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
.arrow a span{
padding-left: 1em;
font-size: 85%;  
}
.arrow a:hover span{
padding-left: 2em;
}
.arrow a span.noshow{
	visibility: hidden;
}
/*Plus code*/
.plus a span{
	padding-left: .5em;
}
/*colors for menu*/
.blackwhite li a{
	background-color: white;
	color: red;
	border-color: black;
}
.blackwhite li a:hover{
	background-color: orange;
	color: white;
	border-color: green;
}
.blackwhite ul{
	border-color: black;
}
.bluewhite li a{
	background-color: #99FF99;
	color: #000033;
	border-color: #000033;
}
.bluewhite li a:hover{
	background-color: #000033;
	color: white;
	border-color: #000033;
}
.bluewhite ul{
	border-color: #000033;
}
.td_heading{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/head_bg.jpg);
	background-repeat: no-repeat;
	text-transform: none;
	height: 24px;
	width: 547px;
	padding: 4px;
	text-transform:capitalize
}
.td_subheading{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #D3EEA8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3D8031;
	color: #333333;
	text-indent: 3px;
	padding-top: 3px;
}
.td_bg{
	background-color: #FDFCF8;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6CB13C;
}
