/****************************************** Text Format Sytlesheet*********************************/

body, td
{
	color: #000000;
	font-size: .8em;
	font-family: Tahoma;
	margin-top: 0%; 
	margin-left: 5%; 
	margin-right: 5%; 
	margin-bottom: 0%;
}

#sectionTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #A9A9A9;/*#067ABF;*/

}

BR.pageEnd     
{ 
	display:block; 
	page-break-after: always; 
}

#header						
{ 
	padding-bottom:4px; 
	font-style:normal; 
	font-variant:normal; 
	font-weight:bold; 
	font-size:18px;
	color: #006699; 
	font-family:Trebuchet MS, Tahoma, Verdana, sans-serif

}


    
#highlite 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #006699;
}

#highliteBlack 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	
}

#highliteRed 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #800000;
}



#left_highlite 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #000000;
}

#progress 
{
	font:  .85em Tahoma;
	color: #006699;
}

#errorMsg 
{
	font: 1em Tahoma;
	color: #FF0000;
}

/***************************************** Buttons *****************************************/
a.begin 
{
  	display: block;
  	width: 167px;
  	height: 120px;
  	background: url("../images/begin.jpg") 0 0 no-repeat;
  	text-decoration: none;
}

a:hover.begin 
{
	background-position: -167px 0;
}

a.next 
{
  	display: block;
  	width: 82px;
  	height: 34px;
  	background: url("../images/nextCSS.jpg") 0 0 no-repeat;
  	text-decoration: none;
}

a:hover.next 
{
	background-position: -82px 0;
}

a.back 
{
	display: block;
 	width: 82px;
	height: 34px;
	background: url("../images/backCSS.jpg") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.back 
{
	background-position: -82px 0;
}

a.submit 
{
  	display: block;
  	width: 106px;
  	height: 32px;
  	background: url("../images/submitCSS.jpg") 0 0 no-repeat;
  	text-decoration: none;
}

a:hover.submit 
{
	background-position: -106px 0;
}

/***************************************** Form formats *****************************************/

INPUT 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #006699;
}

TEXTAREA 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #006699;
}


SELECT 
{
	font: bold 1.1em Trebuchet MS, Tahoma, Verdana, sans-serif;
	color: #006699;
}

/***************************************** End buttons *****************************************/

#links 
{
	color: #006699;
	font-size: 1.2em;
	font-family: Tahoma;
	text-decoration: none;
}