/* Global Styles */

body {
	margin:0px;
	background-repeat: repeat;
	}
	
td	{
	font:12px/18px Verdana, Arial, sans-serif;
	color:#000000;
	}
	
p	{
	font:12px/18px Verdana, Arial, sans-serif;
	color:#000000;
	margin: 0 0 10 0px;
	}
	
a	{
	color: #0000FF;
	}
	
a:hover {
	color: #FF9900;
	}

h1 	{
	font:18px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #381e38;
	letter-spacing:.2em;
	/* line-height:20px; */
	}

h2 	{
	font:14px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #FF0000;
	background-color:#FFFF99;
	line-height:20px;
	}
	
h3 	{
	font:16px Tahoma, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	line-height:20px;
	}

/* ID Styles */

#logo 	{
	font:18px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #FAF519;
	letter-spacing:.2em;
	line-height:35px;
	}

#tagline 	{	
	font:12px Tahoma, Arial, sans-serif;
	font-weight: bold;
	color: #381e38;
	letter-spacing:.2em;
	line-height:14px;
	}


/* Class Styles */

.bold {
	font-weight:bold;
	}

/* for moving textlinkads across to left (not bullets though) */
.FTahoma {
	font:12px/18px Tahoma, Arial, sans-serif;
	color:#000000;
	text-indent: -5px;
	}
	
.pageName{
	font:18px Tahoma, Arial, sans-serif;
	color: #FFFF00;
	line-height:24px;
	letter-spacing:.3em;
	}
	
.columnHeader {
	font: 11px Tahoma, Arial, sans-serif;
	color: #FF080E;
	line-height:12px;
	letter-spacing:.05em;
	}
	
.subHeader {
	font:bold 11px Tahoma, Arial, sans-serif;
	color: #FF080E;
	line-height:18px;
	letter-spacing:.1em;
	}

/* used for copyright etc in footer */
.smallText {
	font:10px Tahoma, Arial, sans-serif;
	color:#333333;
	}

/* for straw background */
.bgColor {
	background-color: #ffffcc;
	}

	
/* Font = GEORGIA?????  Do we USE this class ??  */	
.navText {
	font:11px Georgia, Times New Roman, Times, serif;
	color: #1F2669;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

/* used for find a class instructions */
.white {
	font:12px/16px Verdana, Arial, sans-serif;
	color:#ffffff;
	margin: 0 0 10 0px;
	}

