/*
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-image: url('images/gradientbg.jpg'); background-repeat: repeat-x; background-color: #818285; color: black; font-family:"arial"; font-size:10pt; }
div, td, layer, input{ color: black; font-family:"arial"; font-size:9pt; margin: 0px; }

img, div { behavior: url(iepngfix.htc); }

.mroText { font-family:"arial"; font-size:10pt; }
a.mroLink:link, a.mroLink:visited, a.mroLink:active, a.mroLink.hover { text-decoration: none; color: #FFFFFF; vertical-align: bottom; font-size: 10pt; font-family:"arial" font-weight: none; }

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; font-size:9pt;}
.heading {color: white; font-weight: bold; font-size:12pt;}
.footer {color: #FFFFFF; font-size:8pt; text-decoration:none; text-align: center; }
A.footer:link, A.footer:active, A.footer:visited {color: #FFFFFF ; text-decoration:none; font-size:8pt;}
A.footer:hover {color: #666666; text-decoration:underline; font-size:8pt;}
A.rnav:link, A.rnav:active, A.rnav:visited {color: #2384C6 ; font-size:8pt;}
A:link, A:active, A:visited {color: #2384C6; font-size:9pt;}
A:hover {color: #2384C6; font-size:9pt;}
