
* {font-family: arial;}

body {margin: 5px;}

/*table {border-collapse: collapse;}*/

.logged_in_top {
	color: gray;
	font-size: 10px;
	font-weight: 300;
}

.logged_in_top_link {
	color: black;
	font-size: 10px;
	font-weight: 300;
	text-decoration: underline;
}

.header_td {
	width: 1015px;
	height: 170px;
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.left_menu_td { 
	width: 175px;
	/*background-color: #7F913C;*/
	background-image: url('../images/menu_bar_bg.jpg');
}

.baconbutton{
	height: 27px;
	width: 165px;
	background-image: url('../Buttons/blankbutton.jpg');
	padding-top: 1px;
	background-repeat: no-repeat;
	cursor: pointer;
}


.bacontrain{
	height: 134px;
	width: 171px;
	background-image: url('../images/greentrain.jpg');
	background-repeat: no-repeat;
	padding-top: 15px;
}

a:link.baconlink, a:active.baconlink, a:visited.baconlink, a:hover.baconlink{
	font-family: Arial, Fantasy;
	text-decoration: none;
	color: Black;
}

.body_td {
	width:823px; 
	/*height:700px; */
	background-color: #A9BFC8;
	border: #000000 0px solid;
}

.footer_txt {
	font-size: 11px;
	color: #aaaaaa;
	width: 800px;
}

.coming_soon {
	font-size: 20px;
	font-weight: 800;
	margin: 15px;
	color: black;
}

.posted {
	font-size: 10px;
	font-style: italic;
}