/* DIV Text Styles - Ordered By DIV Position*/

body { 
	color: #606060;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 100%;
 	font-weight: normal;
	line-height: 125%; 
}

#navmenu a {
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 0.9em;
 	font-weight: normal;
	text-decoration:none;
}

#navmenu a:link {
	color: #c0c0c0;
}

#navmenu a:visited {
	color: #c0c0c0;
}

#navmenu a:hover {
	color: #e48034;
}

#navmenu a:active {
	color: #c0c0c0;
}

#footer {
	color: white;
}

#footer a:link {
	color: white;
}

#footer a:visited {
	color: white;
}

#footer a:hover {
	color: #23445d;
}

#footer a:active {
	color: white;
}


#footer td {
	color: white;
}



/* Text Styles - Ordered Alphabetically */

a {
	border: 0;
 	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:link {
	color: #606060;
}

a:visited {
	color: #606060;
}

a:hover {
	color: #e48034;
}

a:active {
	color: #606060;
}

a img {
  border:none;
}

h1 {
	color: #23445d;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 1em;
 	font-weight: normal;
	text-align: left;
	text-decoration:none;
}

h2, h3 {
	color: #23445d;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 1em;
 	font-weight: normal;
	text-decoration:none;
}

.inline {
	display: inline;
}

p {
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 0.834em;
 	font-weight: normal;
	margin: 0;
	padding: 0;
}

span.smallprint {
	color: gray;
	font-family: 'Trebuchet MS', Helvetica, sans-serif; 
	font-size: 0.834em;
 	font-weight: normal;
	text-align: left;
	text-decoration:none;
}
