/* CSS Document */

body {
	background-color:#660000; margin: 0px; font-family: Tahoma; font-size: 12px; color:#FFFFFF;
	}
	
a {
	color:#FFFFFF; font-family: Tahoma; font-size: 12px;
	}
	
a:hover {
	color:#FFFF66;
	}
	
td#white_shadow {
	filter:expression(fixPNG(this)); background-image:url(/img/left_white_shadow.png); background-position: left top; background-repeat:no-repeat;
	}
	
td#shadow_white_bottom {
	filter:expression(fixPNG(this)); background-image:url(/img/left_bottom_white_shadow.png); background-position: left top; background-repeat:no-repeat;
	}
	
td#left_bg {
	background-image:url(/img/left_bg.gif); background-repeat:repeat-y; background-position:left;
	}
	
td#right_bg {
	background-image:url(/img/right_bg.gif); background-repeat:repeat-y; background-position:right;
	}
	
td#bottom_bg_menu {
	background-image:url(/img/bg_bottom_menu.gif); background-repeat:repeat-x; background-position:bottom;
	}
	
.format {
	padding:30px;
	}
	
td#phone_copy {
	background-image:url(/img/bg_phone.gif); background-repeat:repeat-x; background-position:bottom;
	}
	
td.link_bar {
	background-color: rgb(105, 0, 3); color:#FFFFFF; font-family: Arial; font-size: 14px; font-weight: bold; padding:10px; text-decoration:none;
	}
	
div#longtitle {
	font-family: Arial; font-size: 26px; font-weight:bold; color: rgb(222, 222, 222);
	}