/*******************************************************************************
	This Style centers the entire page regardless of screen resolution
*******************************************************************************/

/*******************************************************************************
Style section for the Header
*******************************************************************************/
.printonly{
	display: inline;
	}

.pagebreak	{
	page-break-after: always;
	}

.name	{
	display: none;
	}

.unseen {
	visibility: hidden;
	}

.HeadWords	{
	display: none;
	}

.entrypic	{
	display: none;
	}

.flagbar	{
	display: none;
	}

.flag		{
	display: none;
	}

.noprint	{
	display: none;
	}
img	{
	display: none;
	}
.footer	{
	display: none;
	}

/*****************************************************
Style section for the main body of the page
******************************************************/
.index	{
	position: absolute;
	top: 10px;
	left: 10px;
    background:#ffffff;
    color: #000000;
    right: 5%;
    padding: 5px;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
  	font-size: 13px;

    }

.main	{
	position: absolute;
	top: 10px;
	left: 10px;
    background: #FFFFFF;
    color: #000000;
    right: 5%;
    padding: 5px;
    font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif; 
  	font-size: 13px;
	
    }


.imgright	{
	display: none;
	}

.imgleft	{
	display: none;
	}

.redi	{
	display: none;
	}
	
/******************************************************************************
	Style section for the navigation bar
*******************************************************************************/

.navigation	{
	display: none;
}

.navlink		{
	color: #ffffff;
	background: #CA4830;
	width: 160px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 8px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

.nolink		{
	color: #ca4830;
	background: #ffffff;
	width: 160px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
	cursor: default;
	border: 1px solid #CA4830;
	line-height: 13px;
	}

.spacer	{
	width: 160px;
	background: #ffffff;
	line-height: 1px;
	}
	
.transOFF {
	cursor: pointer;
	color: #ffffff;
	width: 160px; 
	background-color: #CA4830;
	border:1px solid #CA4830; 
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	line-height: 13px;
	text-decoration: none;

	}

.transON  {
	width: 160px; 
	cursor: pointer;	
	color: #ffffff;
	background-color: #CA4830;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border:1px solid #CA4830;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	line-height: 13px;
	text-decoration: none;
	}

.transOVER  {
	width: 160px; 
	cursor: pointer;	
	color: #ffffff;
	background-color: #6F0000;
	border:1px solid #6F0000;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 8px;
	line-height: 13px;
	text-decoration: none;
	}
/******************************************************************************
	Table styles
*******************************************************************************/

.addtable	{
	Position: relative;
	left: 20px;
	/*border:1px solid black;*/
	border-collapse: collapse;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

td.pad	{
	/*border: 1px solid black;*/
	padding-left: 20px;
	padding-right: 20px;
	line-height: 13px;

	}

.tblhead	{
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: x-small;
	}

td	{
	font-size: small;
	}

tr.total {
	border-top: 3px solid black;
	font-weight: bold;
	}

.suppliertable{
	font-size: x-small;
	}

/*******************************************************************************
	Style section for the footer or inserted boxes
*******************************************************************************/

.box	{
	text-align: center;
	background: #ffffff;
	color : #000000;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding : 5px;
	border: 3px solid #CA4830;
	}
/*******************************************************************************
	News blurbs
********************************************************************************/

.news	{
	text-align: left;
	background: #ffffff;
	color : #000000;
	font-family : Times, serif;
	font-size: 14px;
	padding : 5px;
	}

.newsHead	{
	text-align: center;
	font-family: Times, serif;
	font-Size: 18px;
	font-weight: bold;
	}

.newsCredits	{
	text-align: left;
	font-family: Times, serif;
	font-Size: 14px;
	font-style: italic;
	}

.newscol	{
	float: left;
	width: 30%;
	padding: 10px;
	}

.newsBody	{
	width: 100%;
	background: #FFFFFF;
    color: #000000;
	padding: 5px;
    font-family : times, serif; 
  	font-size: 13px;
	}

.first	{
	font-family:Georgia;
	color:#ca4830;
	font-size:56px;
	font-weight:normal;
	line-height:80%;
	letter-spacing:-6px;
	}

.dropcap	{
	float:left;
	color:#ca4830;
	font-size:56px;
	line-height:40px;
	padding-top:2px;
	font-family: Times, serif;
	}