/* CSS Document */

/*
css notes go here


*/


td{
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: white;
	font-weight: normal;
	letter-spacing: normal;
}

.listing{
	font-family: Verdana, sans-serif;
	font-size: 7pt;
	color: #666666;
	font-weight: bold;
	letter-spacing: normal;
}

td.content{
	padding:10px 12px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	letter-spacing: normal;
}

td.links{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	line-height: 16pt;
}

td.content2{
	padding:0px 10px;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: normal;
	letter-spacing: normal;
}

font.header{
	font-family: Arial, sans-serif;
	font-size: 16pt;
	color: #660000;
	font-weight: bold;
	letter-spacing: normal;
}

font.header2{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #660000;
	font-weight: bold;
	letter-spacing: normal;
}

font.subhead{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	letter-spacing: normal;
}

td.metal{
	background-color: #888D8F;
	background: url("images/bg_metal.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

td.metalInt{
	background-color: #888D8F;
	background: url("images/bg_metalInt.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

body {
	background-color: #660000;
	background-image: url("images/bg_red.gif");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px 26px;
}

a.footer, a.footer:visited, a.footer:active { 
	color: white; 
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
a.footer:hover { 
	color: white;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}


a, a:visited, a:active { 
	color: #333333; 
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	color: #660000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}



a.link, a.link:visited, a.link:active { 
	color: #660000; 
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
a.link:hover { 
	color: #660000;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

