/*	 global defaults */

BODY, TABLE, TR, TH, TD, A {
	color: Purple;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	/* IMG, BLOCKQUOTE, P, DIV, UL, OL, LI, DD, DT, H1, H2, H3, H4, H5, H6, SUP, SUB use these too except where overridden */
}
	
/* Default link button characteristics */

A:Button {bgcolor: Red; text-decoration: none;}
A:Button:hover {bgcolor: #CCCCCC;}

/* Default link color changes.  Default link is also underlined.  */

	A:link {color: purple;}
    A:visited {color: purple;}
	A:hover {color: red;}
	A:active {color: purple;}
	
/*  Plain Link:  is never underlined */	
 
	A.plainlink {text-decoration: none;}
	
/* Hierarchial menus with hover colors and font characteristics*/

	A.menu {font-weight: bold; text-decoration: none;}
	A.menuItem {font-size: 80%; font-weight: bold; text-decoration: none;}
	A.submenu {font-size: 80%; text-decoration: none;}
	
.submit {background-color:#FF0000; color:#FFFFFF; font-weight:bold;}
 	
/* Heading  */

H1	{font-size: 150%; color: red;}
H2	{font-size: 120%; color: red;}
H3	{font-size: 100%; color: red;}
H4	{font-size: 80%; color: red;}
H5	{font-size: 70%; color: red;}
H6  {font-size: 64%; color: red;}

/* scalable font management */

.xlarge {font-size: 150%;}
.large {font-size: 120%;}
.normal{font-size: 100%;}
.small {font-size: 80%;}
.xsmall {font-size: 70%;}
.tiny {font-size: 65%;}

SUP {font-size: 80%;}
SUB {font-size: 80%;}

PRE {font-family: courier;} /* uses fixed width font so tabs and spacing line up */

/* common Background/Foreground Combos */


.whitetext {color: #FFFFFF;} /* white text, like for white-on-white things */

.TealBG {background: #008080; color: #FFFFFF; font-weight: bold;} /* bold white font on teal */
.RedBG {background: red; color: #FFFFFF; font-weight: bold;} /* bold white font on red */
.NavyBG {background: #003366; color: #FFFFFF; font-weight: bold;} /* bold white font on navy */
.LtYellowBG {background: #FFFFCC; color: #003366; font-weight: bold;} /* bold standard font on light yellow */
.SilverBG {background: #CCCCCC; color: #003366; font-weight: bold;} /* bold standard font on light gray */
.GoldBG {background: #FFDD80; color:#003366; font-weight: bold;} /* bold standard font on gold */

 /* use in <DIV class="pagebreak">&nbsp;</DIV> to insert page breaks that will work with IE for printing */  

.pagebreak {page-break-after: always;}

/* Miscellaneous tweaks*/

.bold { font-weight:bold;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
