/*
Filename:     basic.css
Description:  this file holds all style information that should apply to the whole site AND to the editor window
    any classes listed here will appear in the editor style dropdown - if you do not want the item to appear in the dropdown AND do not want
	that style info to be applied to the editor window - put it into site.css
*/

BODY { background-color: #FFFFFF; color: #666666; font-family:"verdana"; font-size:11px; }
div, td, layer { color: #666666; font-family:"verdana"; font-size:11px; margin: 0px; }
input, select, option, textarea {
	font-size:11px;
	font-family: verdana;
}

a.bodybox:link, a.bodybox:active, a.bodybox:visited, a.bodybox:hover { width: 100%; height: 100%; text-decoration: none; color: #000000; vertical-align: bottom; }

.pagetitle {color: #CC0033; text-decoration: none; font-weight: bold; }
.heading {color: white; font-weight: bold; font-size:12pt;}
.footer {color: #0082c5;  text-decoration:none; text-align: center; }
A.footer:link, A.footer:active, A.footer:visited {color: #0082c5 ; text-decoration:none; }
A.footer:hover {color: #0082c5; text-decoration:underline; }
A.rnav:link, A.rnav:active, A.rnav:visited {color: #0082c5 ; text-decoration:none; }
A.rnav:hover {color: #0082c5; text-decoration:underline; }
A:link, A:active, A:visited {color: #0082c5; }
A:hover {color: #0082c5; }
