a.sidebar:visited { 	
	font-family: verdana, serif;  
	font-weight: bold;  
	font-size: 15px;
	color: #333399;
	 text-decoration: none;  
	line-height: 28px;
	 }

a.sidebar:link { 	
	font-family: verdana, serif;  
	font-weight: bold;  
	font-size: 15px;
	color: #333399;
	text-decoration: none;  
	line-height: 28px;
	}

a.sidebar:hover { 	
	font-family: verdana, serif;  
	font-weight: bold;  
	font-size: 15px;
	color: #FF9900;
	text-decoration: none;  
	line-height: 28px;
	}

TD.main_cell
{
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}
TD.sidebar
{
	padding-top: 10px;
	padding-right: 7px;
	border-right: 1px solid black;
	vertical-align: top;
}

.emphasis
{
font-style: italic;
color: blue;
}

.emphasis_extra_important
{
font-style: italic;
color: red;
}

.page_header
{
	font-family: verdana, serif;  
	font-weight: bold;  
	font-size: 15px;
	font-style: italic;
	color: #4536DE;
	text-decoration: none;  
	line-height: 28px;
}

BODY
{
	font-family: arial;  
}

font.main_points 
{ 
	color: blue; 
	font-size: 20px; 
}

TH
{
	background-color: #BDF8FF;
}

TABLE
{
	border: 1px solid #D6D6D6;
	border-bottom: 0px;
}

TABLE.page_header
{
	border: none;
	background-color: #BDF8FF;
}


TD
{
	border-bottom: 1px solid #D6D6D6;
}

TABLE.clean
{
	border: none;
}

.error
{
background-color: white;
color: red;
border: 1px solid black;
padding: 5px;
}

.faq_question
{
	color: black; 
	font-weight: bold;  
	font-style: italic;
	margin-bottom: 20px;
}

.faq_answer
{
	color: black; 
	font-style: italic;
	margin-bottom: 30px;
}

a.main_points:visited { color: red;  text-decoration: none;  }
a.main_points:link { color: red;  text-decoration: none;  }
