BODY,FONT,TABLE,TR,TD,FORM,BIG,STRONG,UL,INPUT,SELECT,TEXTAREA
{ font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; } 
.small { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 8px; } 

h1 { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 22px; font-weight: bold; display : inline; } 
h2 { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 18px; display : inline; } 
h3 { font-family: Arial,Helvetica,sans-serif; font-size: 14px; display : inline; } 
h4 { font-family: Arial,Helvetica,sans-serif; font-size: 15px; display : inline; } 
h5 { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 9px; display : inline; } 
h6 { font-family: Arial,Helvetica,sans-serif; font-size: 13px; display : inline; } 
h7 { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 18px; font-weight: bold; display : inline; } 

{
background-color: #F8F8F8; border: 1 solid #999999; } input.f40 { width:90px; 
background-color: #F8F8F8; border: 1 solid #999999; } input.f95 { width:95px; 
background-color: #F8F8F8; border: 1 solid #999999; } input.f100 { width:100px; 
background-color: #F8F8F8; border: 1 solid #999999; } input.f105 { width:105px;
background-color: #F8F8F8; border: 1 solid #999999; } input.f140 { width:140px;  

font-size: 10px; font-family: Arial,sans-serif,Verdana,Tahoma; } 



a { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 10px; color: #CAA40B; text-decoration: none} a:hover 
{ color: #CAA40B; text-decoration: underline }

a.white { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #FFFFFF; text-decoration: none} a.white:hover 
{ color: #FF0000; text-decoration: underline }

a.topwhite { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration: none} a.topwhite:hover 
{ color: #ffffff; text-decoration: underline }

a.GreyNav{ font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #006600; text-decoration: none} a.GreyNav:hover 
{ color: #000000; text-decoration: underline }

a.GreyBottom{ font-family: Century Gothic, Arial; font-size: 10px; color: #404040; text-decoration: none} a.GreyBottom:hover 
{ color: #F7931E; text-decoration: underline }

a.black { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #000000; text-decoration: none} a.black:hover 
{ color: #000000; text-decoration: underline }

a.burgundy { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #720E0E; text-decoration: none} a.burgundy:hover 
{ color: #720E0E; text-decoration: underline }

a.gold{ font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #CAA40B; text-decoration: none} a.gold:hover 
{ color: #CAA40B; text-decoration: underline }

a.Topblack { font-family: Arial,sans-serif,Verdana,Tahoma; font-size: 12px; color: #000000; text-decoration: none} a.Topblack:hover 
{ color: #FF0000; text-decoration: underline }


<!-- *************** Solid Line Borders *********************** -->

.SolidFull {
	border-top-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-right-width: 1;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #CACACA;
	border-bottom-color: #CACACA;
	border-left-color: #CACACA;
	border-right-color: #CACACA;
}




<!-- ******************* Dotted Borders *********************-->

.DottedBottomRight {
	border-right-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.DottedBottom {
	border-right-width: none;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.DottedBottomLeft {
	border-left-width: medium;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.DottedRight {
	border-right-width: medium;
	border-bottom-width: none;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 250px;
	width: 150px;
}

.DottedFULLBottom {
	border-right-width: none;
	border-bottom-width: medium;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}


.Bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(../media/buttons/NavButtonON.gif);
	list-style-type: none;
	left: auto;
}


 .rollover a { display:block; width:13px; background-color: #FFFFFF}
.rollover a:hover { background-color: #999999}