/* CSS Document */

#main_table {
border: outset 1px; 
border-color:#333333; 
}
#top_banner_cell {
height:94px; 
width:598px; 
background: url(../image/top_banner.jpg); 
background-repeat:no-repeat;
}


#links_background {
height:18px; 
background: url(../image/links_background.jpg); 
background-repeat:no-repeat;
}

#main_background {
height:450px; 
background: url(../image/main_background.jpg); 
background-repeat:no-repeat; 
background-position:top
}
#black_line {
height:8px; 
background: url(../image/black_line.jpg); 
background-repeat:no-repeat;
}
#grey_line {

background: url(../image/grey_line.gif);
background-position:bottom;
background-repeat:repeat-x;
 

}
#grey_line_back {

background: url(../image/grey_line.gif);
background-position:top;
background-repeat:repeat-x;
 

}
.normalstyle				{
	font-size: 12px;
	font-family: Helvetica;
	
	font-weight: normal;
	color:#000000 ;
}
.heading				{
	font-size: 25px;
	font-family: Helvetica;
	font-weight: normal;
	color:#4F5156 ;
}
.subheading				{
	font-size: 16px;
	font-family: Helvetica;
	font-weight: normal;
	color:#4F5156 ;
}
a.headerlinks  { 
	font-size: 12px;
	font-family: Helvetica;
	text-decoration:none; 
	color:#000000 ;
	}
	
a.headerlinks_noline  { 
	font-size: 12px;
	font-family: Helvetica;
	text-decoration:none; 
	color:#000000 ;
	}
	
	
	
a.headerlinks:hover {
	font-size: 12px;
	font-family: Helvetica;
	text-decoration:underline; 
	color:#000000 ;
}
a.bottomlink  { 
	font-size: 11px;
	font-family: Helvetica;
	text-decoration:none; 
	color:#999999;
	}
a.bottomlink:hover  { 
	font-size: 11px;
	font-family: Helvetica;
	text-decoration:underline; 
	color:#999999;
	}
#top_links {
	padding-left: 7px;
	
	}
#top_links_cell {
	padding-left: 0px;
	padding-right:13px;
	
	}
#top_links_cell_e {

	padding-right:13px;
	
	}
#main_table_content {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 38px;
	padding-top: 36px;
	padding-bottom: 44px;
	}
	#main_table_content2 {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 38px;
	padding-top: 10px;
	padding-bottom: 44px;
	}
	

#main_table_content_cell {
	padding-top: 12px;
	padding-bottom: 12px;
	}
	
#main_table_content_cell2 {
	padding-top: 12px;
	padding-bottom: 12px;
	}
	
	
.buttonstyle				{
	font-size: 12px;
	text-align: center;
	font-family: Helvetica;
	font-weight: normal;

	background-color: #f3f3f3;
	border-color: #e7e7e7;
	border : outset;
	border-bottom : 1px outset;
	border-left-width : 1px outset;
	border-left : 1px outset;
	border-right : 1px outset;
	border-right-width : 1px outset; 
	border-style : outset outset outset outset;
	border-top : 1px outset;
}


