/* about this CSS File */

/* for Premiere Media */
/* Last update: May 31, 2006. */


#print-header, #content-area {
  font-style:normal; 
  font-variant:normal; 
  font-weight:normal; 
  line-height:16px; 
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size:10px; 
}

.left-pan {
	float: left;
}

.right-pan {
	float: right;
	text-align:right;
}

hr {
clear:both;
}

h1 {
  margin:15px 0 15px 0;
  padding-left:0;
  font:20px/18px arial, helvetica, sans-serif;  
}

#header, #sidebar, #footer	
{
display:none;
}

.invisible-content {
display:none;
}

/* Links
----------------------------------------------- */
a:link {
	COLOR: #829A2A; text-decoration:none ;
	background: #ffffff;
}

a:visited {
	COLOR: #829A2A; text-decoration:none ;
	background: #ffffff;	
}
a:active {
	COLOR: #829658; text-decoration:NONE ;
	background: #ffffff;	
}
a:hover
{
	color:#949853; text-decoration:none;
	background: #ffffff;	
}
