HTML	{ height: 100%; }

h1,h2,h3,h4,h5,h6
		{ margin:0;   
		  padding:0; 
		}

BODY	{ font-family: verdana, tahoma, arial; 
		  font-size: 12px; 
		  min-height: 150%; 
		  background: #000000; 
		  background-repeat: repeat-x;
		  background-image: url( '/images/framework/background_bar.jpg' ); }	
		  	  	
TD		{ font-family: verdana, tahoma, arial; 
		  color: white;
		  font-size: 12px; }

P		{ text-align: justify; }

UL		{ list-style-type: none;
		  padding: 0;
		  margin: 0;
		}

LI		{ background-image: url( '/images/other/sm_arrow2.jpg' );
		  background-repeat: no-repeat;
		  background-position: 12 .2em;
		  padding-left: 2.5em;
		}
		
INPUT	{ height: 18px; font-size: 12px; }
SELECT	{ height: 18px; font-size: 12px; }
TEXTAREA { font-size:12px; }

H1		{ color: #ffc000; font-size: 9px; }
H2		{ color: #ffe010; font-weight: 600; font-size: 16px; letter-spacing: 2px; align: center; }
H3		{ color: #FFC000; font-weight: 600; font-size: 12px; letter-spacing: 4px; }
H5		{ color: white; font-size: 9px; letter-spacing: 1px; }

BODY A:link		{color: #ffa000; text-decoration: underline; }        
BODY A:visited	{color: #ffa000; text-decoration: underline; } 
BODY A:hover	{color: #cf7000; text-decoration: none; }
BODY A:active	{color: #fff000; text-decoration: underline; }       

.content	{ color: white; }
.submit	    { font-weight: 600; width: 250px; height: 20px; }
.thumbnail	{ border: 2px solid #770e00; }
.copyright  { font-size: 10px; text-align: center; color: white; }
.upddate	{ font-size: 10px; text-align: center; color: #ffc000; }
.keytitle	{ color: white; font-size: 9px; }
.keywords	{ color: #ffc000; font-size: 9px; }
.admin1		{ font-size: 11px; color: #ffc000; }

.linkOff
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #000000;
}

.linkOn
{
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ffffff;
	background-color: #FFC000;
}

