/* CSS Document */

body {
	background-image:url(../images/backgrounds/main_background.jpg);
	margin:0px;
}

.table_top {
	background-color:red;
}

.text_black {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#453937;
}

.text_black_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#453937;
	font-weight:bold;
}

.text_black_mini {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#453937;
}

.info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#957345;
	font-weight:bold;
}

.text_white {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

.table_middle {
	height:700px;
	width:770px;
	text-align:left;
}

.table_bottom {
	background-color:blue;
}

.letters {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#ffffff;
}

.blackbold20 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#000000;
}

.footer {
	background-image:url(../images/copyright.jpg);
	height:70px;
}

.letters_links { color:#ffffff; text-decoration: none; } 
a.letters_links:link { color:#ffffff; text-decoration: none} 
a.letters_links:visited { color:#ffffff; text-decoration: none} 
a.letters_links:hover { color:#44322E; text-decoration: none} 
a.letters_links:active { color:#ffffff; text-decoration: none } 

.big_black_links { color:#995B1F text-decoration: none; } 
a.big_black_links:link { color:#995B1F; text-decoration: none} 
a.big_black_links:visited { color:#995B1F; text-decoration: none} 
a.big_black_links:hover { color:#000000; text-decoration: none} 
a.big_black_links:active { color:#995B1F; text-decoration: none } 

.video_bio_links { color:#000000 text-decoration: none; } 
a.video_bio_links:link { color:#000000; text-decoration: none} 
a.video_bio_links:visited { color:#000000; text-decoration: none} 
a.video_bio_links:hover { color:#995B1F; text-decoration: none} 
a.video_bio_links:active { color:#000000; text-decoration: none } 

.admin_links { color:#44322E; text-decoration: none; } 
a.admin_links:link { color:#44322E; text-decoration: none} 
a.admin_links:visited { color:#44322E; text-decoration: none} 
a.admin_links:hover { color:#44322E; text-decoration: underline} 
a.admin_links:active { color:#44322E; text-decoration: none } 

