
------ Dynamic Menu Link Style -----
.dynamicmenu {  font-size: 10px; font-family: arial; color: #0000FF; text-decoration: none}
.dynamicmenu:link {  font-size: 10px; font-family: arial; color: #0000FF; text-decoration: none}
.dynamicmenu:visited { font-size: 10px; font-family: arial; color: #FF0000; text-decoration: none}
.dynamicmenu:hover { font-size: 10px; font-family: arial; color: #FF6666; text-decoration: none}
---------------------------------------------------------------------------------------------------------------

 
------ THESE WILL POSSIBLY NOT BE NEEDED WITH THE NEW CONTNT EDITOR AS IT IS NOW EASY TO ADD HEADINGS AND HIGHLIGHT TEXT ----------------
.heading {  font-size: 18px; color: #B5005A; font-weight: bold}
.subheading { font-size: 14px; color: #B5005A; font-weight: bold }
---------------------------------------------------------------------------------------------------------------

 
------ I RARELY USE THESE --------------------------------------------------------------------------
.textcaption {  font-size: 9px; color: #999999}
.highlight {  font-size: 12px; color: #666666; font-weight: bold; letter-spacing: 0.2em}
.subsubheading { font-size: 12px; color: #000066; font-weight: bold }
.smalltext { font-size: 10px; color: #000000}
---------------------------------------------------------------------------------------------------------------
 
 
------ I TEND TO USE THIS FOR THE FOOTER AND TEXT PAGE LINKS -----
.main {  font-size: 10px; font-family: arial; color: #000000; text-decoration: none}
.main:link {  font-size: 10px; font-family: arial; color: #000066; text-decoration: none}
.main:visited { font-size: 10px; font-family: arial; color: #000066; text-decoration: none}
.main:hover { font-size: 10px; font-family: arial; color: #0000CC; text-decoration: none}
---------------------------------------------------------------------------------------------------------------
 

 
------ I NEVER USE THIS --------------------------------------------------------------------------
.gen:link {  text-decoration: none; color: #000066; font-weight: bold}
.gen:visited {  text-decoration: none; color: #000066; font-weight: bold}
.gen:hover {  text-decoration: none; color: #B5005A; font-weight: bold}
---------------------------------------------------------------------------------------------------------------
 
 a.topMenu
{
	color: white;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
a.topMenu:hover
{
	background-color:#536447;
	color: white ;
}
a.subMenu
{
	color: white;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	text-decoration: none;
}
a.subMenu:hover
{
	color: #536447 ;
}

 
 
------ I'M NOT SURE WHAT THE FOLLOWING IS USED FOR SO I'VE NOT TOUCHED IT ---------------
 
 
.CodeForeground
 {
 margin:0in;
 margin-bottom:.0001pt;
 font-size:9.0pt;
 font-family:"Courier New";
 }
.CodeInText
 {
 font-family:"Courier New";
 font-weight:bold;
 }
.ScreenText
 {
 font-family:Tahoma;
 }
.ImportantWords
 {
 font-weight:bold;
 }
.Highlight
 {
 font-family:Arial;
 color:#990000;
 }
 
