HTML {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1, .h1_alias{
	font-family: inherit;
	font-size : 24px;
	font-weight : bold;
    text-align : center;
	color :inherit;
	margin : 0px 0px 0px 0px;

}

H2, h2_alias{
	font-family: inherit;
	font-size : 18px;
	font-weight : bold;
	text-align : center;
	color : #FFFFFF;
	margin : 5px 0px 5px 0px;
}

H3{
	font-family: inherit;
	font-size : 14px;
	font-weight : bold;
	text-align : center;
	font-style : italic;
	color : #336633;
	margin : 15px 5px 5px 5px;
}

H4{
	font-family: inherit;
	font-size : 14px;
	font-weight : bold;
	color : #336633;	
	margin : 15px 5px 5px 5px;
}

H5{
	font-family: inherit;
	font-size : 12px;
	font-weight : bold;
	color : #336633;
	margin : 15px 5px 5px 5px;
}

td {
	font-family : inherit;
	font-size : 11px;
	font-weight : inherit;
}
th {
	font-family : inherit;
	font-size : 11px;
	font-weight : bold;
	text-align : left;
}

P {
	color : #000000;
	margin : 5px 5px 5px 5px;
	font-size : 12px;
}

HR {
	color : #336633;
	width : 50%;
}

.indent {
	color : #000000;
	margin : 5px 10px 5px 10px;
	font-size : 12px;
}

.initial {
	color : #336633;
	font-size: 24px;
	font-weight: bold;
}
ul {
	font-family : inherit;
	font-size : inherit;
	font-weight : inherit;
	text-align : inherit;
	color : #000000;
	list-style : square;
}

strong {
	font-weight : bold;
}

p.error {
	color : Red;
	font-weight : bold;
	
}
.tquote {
	width : 110px;
	height : 200px;
}
.tquote_margin {
	margin : 5px 5px 5px 5px;
}
.tpic {
	width : 150px;
	height : 200px;
}
.tbio {
	font-family : inherit;
	font-size : 10px;
	font-weight : inherit;
	text-align : inherit;
	width : 260px;
	height : 120px;
	background-color : #CCCCCC;
}
.tbio_margin {
	margin : 5px 5px 5px 5px;
}
.address {
	font-family : inherit;
	font-size : 10px;
	font-weight : inherit;
	text-align : inherit;
	color : #FFFFFF;
	margin : 5px 30px 5px 30px;
} 	
.copyright {
	font-family : inherit;
	font-size : 8px;
	font-weight : inherit;
	text-align : center;
} 

/* Form Styles */

select {
	font-family : inherit;
	font-size : 12px;
	font-weight : inherit;
	text-align : inherit;
	
}
input {
	font-family : inherit;
	font-size : 12px;
	font-weight : inherit;
	text-align : inherit;
}
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : inherit;
	text-align : inherit;
}
.blurField {
	background-color :#FFFFFF;
	width : 155px;
}
.focusField{
	background-color : #FFFFCC;
	width : 155px;
}
.blurSmallField {
	background-color :#FFFFFF;
	width : 70px;
}
.focusSmallField{
	background-color : #FFFFCC;
	width : 70px;
}
.blurArea {
	background-color :#FFFFFF;
	width : 400px;
	height : 80px;
}
.focusArea{
	background-color : #FFFFCC;
	width : 400px;
	height : 80px;
}
.blurFile {
	background-color :#FFFFFF;
}

.focusFile{
	background-color : #FFFFCC;
}

/* Page Layout Colors */

td.dark, .menu_dark {
	background-color : #336633;
}

.menu_dark {
	text-align : center;
	height : 30px;	
}

td.medium, .menu_medium {
	background-color : #669966;
}

.menu_medium {
	text-align : center;
	height : 30px;	
}

td.light {
	background-color : #CCCCCC;
}

td.white {
	background-color : #FFFFFF;
}

td.black{
	background-color : #000000;
}


/* Page Layout Heights */

#canvas {
	height : 270px;
}


/* Menu Links */
a:link, a:visited, a:hover, a:active{
	font-family : inherit;
	font-size : 11px;
	font-weight : bold;

}
a:link.menu, a:visited.menu, a:active.menu {
	color : #FFFFFF;
	text-decoration : none;
}
a:link.menucur, a:visited.menucur, a:active.menucur, a:hover.menu {
	color : #CCCCCC;
	text-decoration : none;
}
a:hover.menucur{
	color : #FFFFFF;
	text-decoration : none;
}
a:link, a:visited, a:active, a:link.submenu, a:visited.submenu, a:active.submenu {
	color : #336633;
}
a:hover, a:link.submenucur, a:visited.submenucur, a:active.submenucur, a:hover.submenu {
	color : #999999;
	text-decoration : none;
}
a:hover.submenucur {
	color : #336633;
}

a:link.invisible, a:visited.invisible, a:active.invisible, a:hover.invisible {
    background: white; 
    color: white;
	font-size : 1px;
}

/* For Crossfade */
#mContainerH {
	position:relative;
	width:200px;
	height:300px;

}
#mContainerF {
	position:relative;
	width:300px;
	height:100px;

}

.mPhotoH, .mPhotoF  {
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity:0.0;
	filter:Alpha(opacity=0);
}
/* LOGON Class */
table.logon_form
	{	background-color:white;
		border-collapse:;
		border-style:outset;
		border-width:1px;		
		border-color:silver;
		font-family: arial; 
		font-size: inherit; 
		font-weight: normal; 
		font-style: normal; 
	}
table.logon_editform
	{	background-color:white;
		border-collapse:collapse;
		border-style:outset;
		border-width:2px;		
		border-color:silver;
		font-family: arial; 
		font-size: inherit; 
		font-weight: normal; 
		font-style: normal; 
	}
td.logon_titlebar
	{ 	padding-left:0.5em;
		padding-top:0.1em;
		padding-right:0em;
		padding-bottom:0.1em;
		background-color:#336633;;
		height:17px;
		color:#ffffff;
		font-weight:bold;
	}
td.logon_inactive_titlebar
	{ 	padding-left:0em;
		padding-top:0.1em;
		padding-right:0.5em;
		padding-bottom:0.1em;
		background-color:000000;
		height:17px;
		color:ffffff;
		font-weight:bold;
	}
input.logon_buttonclass 
	{	font-family: arial; 
		font-size: 13; 
		font-weight: normal; 
		font-style: normal; 
		color: inactivecaptiontext; 
		background-color: inactivecaption;
		border-bottom:outset;
		border-bottom-width:1px;
		border-right:outset;
		border-right-width:1px;
		border-top:outset;
		border-top-width:1px;
		border-left:outset;
		border-left-width:1px;
	}
	
input.logon_buttonfocus 
	{	font-family: arial; 
		font-size: 13; 
		font-weight: normal; 
		font-style: normal; 
		color: captiontext; 
		background-color: activecaption;
		border-bottom:outset;
		border-bottom-width:1px;
		border-right:outset;
		border-right-width:1px;
		border-top:outset;
		border-top-width:1px;
		border-left:outset;
		border-left-width:1px;
	}
button.logon_buttonclass 
	{	font-family: arial; 
		font-size: 13; 
		font-weight: normal; 
		font-style: normal; 
		color: 000000;
	}
	
button.logon_buttonfocus 
	{	font-family: arial; 
		font-size: 13; 
		font-weight: normal; 
		font-style: normal; 
		color: 000000; 
		background-color: white
	}
span.logon_link
	{	cursor:hand;
		text-decoration:underline;
	}
/* END: LOGON Class */