
/* BULK OF THE USEFUL STYLES ================================================================= GENERAL STYLES  */
		
p, a, td, li, ul, ol, dl, h1, h2, h3, h4, h5, h6, caption 
							{	color: #cccccc;
								font-family: Verdana, Trebuche, Lucida, sans-serif; }

TEXTAREA, INPUT, SELECT
							{	color: #000000;
								font-family: Verdana, Trebuche, Lucida, sans-serif; }

BODY					{	font: 0.8em/1 Vedana, Trebuche, Lucida, sans-serif; 
								text-align: center;
								color: #333333; 
								margin: 0px 0px 0px 0px; 							
						}

HR						{	color: #fff; }

.inlabel				{	font: 0.9em/1.1 verdana; }

.inlabelsm				{	font: 0.8em/0.8 verdana; 
								color: #fff;
						}


/* FOOTER ======================================================================= FOOTER */

#foot						{	font-size: 0.9em; 
								clear: both;
								line-height: 1.3em; 
								text-align: left;
								margin-top: 30px;
								padding: 5px; 
								padding-bottom: 15px; 
								width: auto;
								border-top: 1px solid #CDCDCD; 
								}
.foot_right				{	text-align: right; float: right; padding: 0; }

#foot a:link, #foot a:active, #foot a:visited		{	text-decoration: none; }
#foot a:hover		{	text-decoration: underline; }

#printfoot				{	display: none; }

/*  GENERAL CONTENT ELEMENTS ======================================================= GENERAL CONTENT ELEMENTS	*/ 

p {
	font-size: 1em;	
	line-height: 1.3em;
	margin: 0;
	margin-bottom: 1em;
	}

a:link, a:visited {
	font-weight : bold; 
	background: transparent; 
	text-decoration : none;
	}

a:active {
	font-weight : bold; 
	background: transparent;  
	text-decoration : none;
	}

a:hover {
	font-weight : bold; 
	background: transparent; 
	text-decoration : underline;
	}


/* PAGE STRUCTURE =============================================================== PAGE STRUCTURE  */

#header				{	
								}

#main				{	
						padding: 0px;
						width: 776px;
					} 

#content				{	border: 0; 
							padding: 20px 20px 20px 20px;
							border-collapse: collapse;
							text-align: left;
						} 
								
#printbanner			{	display: none; }


						
/* NAVIGATION ===================================================================== NAVIGATION	*/ 


.Hsubnav				{	}

.Hsubnav ul			{	list-style: none; 
								border: 0; 
								margin: 0;
								padding: 0;
								} 

.Hsubnav li			{	display: inline; 
								font: 0.8em/1.5 Verdana, Lucida, Arial, sans-serif; 
								text-align: center; 
								padding: 3px 3px 3px 3px; 
								border: 0;
								}
									
.Hsubnav li a:link, .Hsubnav li a:visited { display: inline;
								color: #fff;
								font-weight: bold; 
								text-decoration: none; 
								padding: 1px 1px 1px 1px; 
					}
									
.Hsubnav li a:hover { display: inline;
								color: #909090;
								font-weight: bold; 
								text-decoration: none; 
								padding: 1px 1px 1px 1px; 
					}
								}
.primnavheading	{	color: #000; font: 0.8em/1 verdana; }
.primnavseparator	{	color: #000; height: 1px; }

/* HEADLINES ========================================================================= HEADLINES */

h1, h2, h3, h4, h5, h6		{ color: #ffffff; }

h1	{
	text-align: center; 
	font-size: 1.8em;
	line-height: 1.5em;
	letter-spacing: 1px; 
	font-weight: bold;
	margin: -6px 0px 5px 0px;
	color: #fff;
	padding: 0;
	}

h2	{
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0;
	}

h3	{
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0;
	}

h4	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0;
	}

h5	{
	font-size: 0.70em;
	font-weight: normal;
	margin: 2px 0px 5px 0px;
	padding: 0;
	}

.oddrow a, .evenrow a, .oddrow td, .evenrow td, .maintable .thumbnails a
{
    color: Black;
}
