body {
	font-family:verdana;
	font-size:12px;
	color:black;
	background-color:black;
	margin:0px;
	padding:0px;
}

div.page_wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
	div.page {
		float:left;
		width:100%;
	}
		div.header {
			float:left;
			width:100%;
		}
			table.header_table_wrapper {
				float:left;
				color:white;
				width:100%;
			}
			td.td_menu_buttons {
				background-image:url('../images/contact.gif');
				background-position: top right;
				background-repeat:no-repeat;
			}
				table.menu_table_wrapper {
					float:left;
				}
				td.left_tab {
					height:26px;
					width:12px;
					background-image:url('../images/left_tab.gif');
				}
				td.right_tab {
					height:26px;
					width:12px;
					background-image:url('../images/right_tab.gif');
				}
				td.middle_tab {
					font-weight:bold;
					background-color:#575757;
					height:26px;
					cursor:pointer;
					cursor:hand;
				}
				td.left_tab_hover {
					height:26px;
					width:12px;
				}
				td.right_tab_hover {
					height:26px;
					width:12px;
				}
				td.middle_tab_hover {
					font-weight:bold;
					background-color:#000000;
					height:26px;
					cursor:pointer;
					cursor:hand;
				}
				a.text_tab, a.text_tab:hover, a.text_tab:active, a.text_tab:visited {
					color:white;
					text-decoration:none;
				}
				a.text_tab_hover, a.text_tab_hover:hover, a.text_tab_hover:active, a.text_tab_hover:visited {
					color:white;
					text-decoration:none;
				}
			table.submenu_table_wrapper {
				float:left;
				width:100%;
				color:white;
				background-color:#575757;
			}
				td.left_submenu {
					height:26px;
					width:9px;
					background-image:url('../images/left_submenu.gif');
				}
				td.right_submenu {
					height:26px;
					width:9px;
					background-image:url('../images/right_submenu.gif');
				}
			table.submenu_table_child {
				color:white;
				font-size:11px;
				background-color:#575757;
			}
				a.text_submenu, a.text_submenu:active, a.text_submenu:visited {
					color:white;
					text-decoration:none;
				}
				a.text_submenu:hover {
					color:white;
					text-decoration:underline;			
				}
				a.text_selected_submenu, a.text_selected_submenu:active, a.text_selected_submenu:visited {
					color:white;
					text-decoration:underline;
				}
				a.text_submenu:hover {
					color:white;
					text-decoration:underline;			
				}
		div.content {
			float:left;
			width:100%;
			color:white;
		}
			table.content_table_wrapper {
				width:100%;
				padding:10px 0px 10px 0px;
			}
			td.content_text {
			
			}
			td.content_pictures {
				width:460px;
			}
				table.content_text_table_wrapper {
					width:330px;
					float:left;
				}
				td.top_page {
					background-image:url('../images/top_page.gif');
					background-repeat:no-repeat;
					background-color:white;
				}
				td.middle_page {
					background-color:white;
					color:#787878;
					font-weight:bold;
					padding:5px 15px 5px 15px;
					line-height:18px;
				}
				td.bottom_page {
					background-image:url('../images/bottom_page.gif');
					background-repeat:no-repeat;
					background-position:bottom left;
					background-color:white;
				}
				table.content_long_table_wrapper {
					font-family:verdana;
					font-size:11px;
					color:black;
					background-color:white;
					width:100%;
					margin:10px 0px 10px 0px;
				}
				td.top_page_long {
					background-image:url('../images/top_page_long.gif');
					background-repeat:no-repeat;
					background-color:white;
				}
				td.middle_page_long {
					background-color:white;
					padding:5px 15px 5px 15px;
					/*font-weight:bold;
					color:#787878;
					line-height:18px;*/
				}
				td.bottom_page_long {
					background-image:url('../images/bottom_page_long.gif');
					background-repeat:no-repeat;
					background-position:bottom left;
					background-color:white;				
				}
				table.services_table_wrapper {
					font-size:12px;
					line-height:18px;
				}
		div.footer {
			float:left;
			width:100%;
			font-size:10px;
			color:white;
			padding-bottom:10px;
		}
			a.footer_link, a.footer_link:visited, a.footer_link:active{
				text-decoration:none;
				color:blue;
			}
			a.footer_link:hover {
				color:blue;
				text-decoration:underline;
			}
			a.footer_link_gray, a.footer_link_gray:visited, a.footer_link_gray:active{
				text-decoration:none;
				color:#323232;
			}
			a.footer_link_gray:hover {
				color:#323232;
				text-decoration:underline;
			}
			
li {
	font-size:12px;
	line-height:18px;
}