/* Typographical Style - font, weight, line spacing, etc. */
body {	
	font: 95%/1.5 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
ul#nav_tools li a {
	font:120%/1.8 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-variant: small-caps;
	color:#fff;
}
h1, h2, h3, h4, h5 {
	margin-top: .8em;
	margin-bottom: .2em;
	font-weight: bold;
	letter-spacing: -.08em;
}
h1 { font: 200% }
h2 { font: 175% }
h3 { font: 120%; margin: 1.5em 0 .5em; }
p  { margin-top:1em; }
a { color:#005A94;}
a:hover { color: #7C424D;}

div#copy
{
	font: 75%/1.0 Tahoma, Arial, sans-serif;
	padding:1.8em;
	font-weight: bold;
	color: #000;
}
div#copy a {
	text-decoration: none;
	color:
}
form#loginForm {
 font: 95%/2.5 Tahoma, Arial, sans-serif;
}
form#loginForm input#submit {
	text-transform:uppercase;
	font-weight:bold;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}.data {
	font-size: 0.75em;
	font-weight: bold;
	font-variant: small-caps;
}
.logout{
	color:#900;
}
