body {font-family: Arial; font-size: 12px;}
td {font-family: Arial; font-size: 12px;}
b {text-decoration: bold; font-family: Arial; font-size: 12px; color: #000000;}
.faded {color:#999999}
.smalltext {font-family: Arial; font-size: 10px;}
.smallgrey {background-color:"#EEEEEE"; font-family: Arial; font-size: 10px;}
.smallbutton {background-color:"#FFDD77"; font-family: Arial; font-size: 10px;}
.button {background-color:"#DDDDDD"; font-family: Arial; font-size: 12px;}
.redbold {text-decoration: bold; color: red;}

@page { size 8.5in 11in; margin: 2cm }

.topbox {width: 100%; height: 50%; }

.bottombox {width: 100%; height: 50%; }

#tabnav
	{
		margin: 0px;
		padding-left: 0px;
		padding: 0px;
	}

#tabnav li
	{
		margin: 0px; 
		padding: 0px;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: right;
		background: #FF9;
		font-size: 14px;
		line-height: 14px;
		font-weight: bold;
		padding: 8px 5px 7px 5px;
		margin-right: 0px;
		border: 1px solid red;
		text-decoration: none;
		color: #333;
		width: 190px;
		margin-top: 2px;
		text-align: center;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		background: orange;
		border: 1px solid red;
		color: #000;
	}

#tabnav a:hover
	{
		background: #FF0;
		border: 1px solid red;
	}




#tabnav_small
	{
		margin: 0px;
		margin-right: 20px;
		padding-left: 0px;
		padding: 0px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav_small li
	{
		margin: 0px; 
		padding: 0px;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav_small a:link, #tabnav_small a:visited
	{
		float: right;
		background: #FF9;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		padding: 5px 10px 5px 5px;
		margin-right: 0px;
		border: 1px solid red;
		text-decoration: none;
		color: #333;
		width: 120px;
		margin-top: 2px;
		text-align: center;
	}

#tabnav_small a:link.active, #tabnav_small a:visited.active
	{
		background: orange;
		border: 1px solid red;
		color: #000;
	}

#tabnav_small a:hover
	{
		background: yellow;
		border: 1px solid red;
	}
blockquote {
    display:none
}

