/* ----- Text & Generic styles ----- */ 
html, body { 
	margin: 0; 
	padding: 0;
	background-color: #015A46;
}

.overall_table {
	background-color: #00382c;
}

.right_tiler {
	background-image: url(../images/home/corp_bg_short.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

.bottom_page_tiler {
	background-image: url(../images/home/bot_cell_bg.jpg);
	background-position: left;
	background-repeat: repeat-x;
}

.bot_corner {
	background-image: url(../images/home/bot_cell_bg_rh.gif);
	background-position: left;
	background-repeat: repeat-y;
}

hr {
	color : #bfd6d1;
	margin-bottom : 0;
}

.white_bg {
	background-color: #ffffff;
}

.top_right_bg_tiler {
	background-image: url(../images/home/img_line_right_corp1_2.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #D7A632;
}

.punch_consumer_bg {
	background-image: url(../images/home/img_line_right_corp1_2.gif);
	background-position: left;
	background-repeat: repeat-y;
	background-color: #D7A632;
}

.salmon_bg {
	background-color: #ffccb2;
}

.grey_bg {
	background-color: #E0E0E0;
}

.top_dividor_green
 {
	height: 7px;
	background-color: #7faca2;
}

.top_dividor_gold
 {
	background-color: #D7A632;
}

.text_green {
	color: #194C4C;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"; font-weight: bold; font-style: normal; line-height: normal; font-variant: normal; white-space: normal}\"";
	voice-family: inherit;
	font-size: x-small;
	font-weight: bold;
	vertical-align: top;
}
html>text_green {
	font-size: x-small;
}

.text_red {
	color: #990000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\"; font-weight: bold; font-style: normal; line-height: normal; font-variant: normal; white-space: normal}\"";
	voice-family: inherit;
	font-size: x-small;
	font-weight: bold;
	vertical-align: top;
}
html>text_red {
	font-size: x-small;
}
	

/* ----- Table styles ----- */ 
.left_cell
 {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 21px;
	padding-right: 10px;
	background-color: #E0EBE9;
}

.left_middle_cell
 {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 15px;
	padding-right: 10px;
}

.right_middle_cell
 {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 21px;
	padding-right: 10px;
	background-color: #FFEBE0;
	background-image: url(../images/home/bg_cons.gif);
	background-position: left;
	background-repeat: repeat-y;
}

.right_cell
 {
	padding-top: 19px;
	padding-bottom: 19px;
	padding-left: 15px;
	padding-right: 10px;
}

.subheader_cell
 {
	background-color: #bfd6d1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.content_cell
 {
	background-color: #e0ebe9;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.content_cell_dividor {
	background-color: #7faca2;
}

.content_cell_dividor_vert          
{  
 	background-color: #7faca2;
 	padding-top: 0px; 
 	padding-right: 0px; 
 	padding-bottom: 0px; 
 	padding-left: 0px;
 	
 }
 
 .bot_table_pad        
{  
 	padding-left: 15px;
 	
 }
 
  .bot_midtable_pad        
{  
 	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
 	
 }
 
   .bot_endtable_pad        
{  
 	padding-left: 7px;
 }
 
    .bot_starttable_pad        
{  
 	padding-right: 7px;
 }
 
    .bot_ouliningtable_pad        
{  
	padding-top: 7px;
	padding-bottom: 7px;
 }

.bottom_table_bg {
	background-color: #e0ebe9;
}

.bot_text {
	color: #003333;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"; font-weight: normal; font-style: normal; line-height: normal; font-variant: normal; white-space: normal}\"";
	voice-family: inherit;
	font-size: xx-small;
	font-weight: normal;
	vertical-align: top;
	line-height: 13px;
}
html>bot_text {
	font-size: xx-small;
}

.bot_text_link {
	color: #003333;
	text-decoration : underline;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 13px;
}
a:visited.bot_text_link {
	color : #666666; 
	text-decoration : underline; 
	font-weight: bold;
}
a:link.bot_text_link {
	color : #003333; 
	text-decoration : underline; 
	font-weight: bold;
}
a:hover.bot_text_link { 
	color: #E50000;
	text-decoration : underline; 
	font-weight:bold;
}
a:active.bot_text_link { 
	color: #E50000; 
	text-decoration : underline; 
	font-weight:bold;
}
