BODY {
font-family: Trebuchet MS;
font-size: 90%;
color: #000000;
background: #FFFFFF;
}

A:Link {
font-weight: normal;
text-decoration: none;
color: #3333CC;
}

A:Hover {
font-weight: bold;
text-transform: none;
color: #CC00CC;
cursor: select;
}

A:Visited {
color: #CC66CC;
text-decoration: none;
}

A:Active {
font-style: italic;
background-color: #FF99FF;
}

strike,code,pre {
font-family: courier;
font-size: 75%;
color: #999999; /* med grey */
}

jssig {
font-family: arial;
font-size: 75%;
color: #999999; /* med grey */
}

/* start tabs */

#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(img/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #f3f3f3;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	}

#tabnav a:hover
	{
		background: #fff;
	}

/* end tabs */

