/*
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, DIV, TD, LAYER {color: black; font-family:"arial"; font-size:10pt;}
.pagetitle {text-decoration: none; font-weight: bold; font-size:12pt;}
.heading {color: blue; font-weight: bold;}
.footer {color: #666666; font-size:8pt; text-decoration:none; }

A.footer:link, A.footer:active, A.footer:visited {color: #666666 ; text-decoration:none; font-size:8pt;}
A.footer:hover {color: #666666; text-decoration:underline; font-size:8pt;}
A:link, A:active, A:visited {color: #666666; font-size:10pt;}
A:hover {color: #; font-size:10pt;}	