@charset "utf-8";
/* CSS Document */

body
{
	margin-left: 15%;
	margin-right: 15%;
	font-family: Arial,sans-serif,verdana,helvetica;
	font-size: 9pt;
	border-top: 1px solid #838385;
	border-right: 1px solid #838385;
	border-left: 1px solid #838385;
	border-bottom: 1px solid #838385;
}

h3
{
	color: #888888;
}

table#header
{
	background-image:url('images/fh_header_gradient.png');
	background-repeat:repeat-x;
}
table#navbar
{
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10pt;
	color: #ffffff;
}
table#contacttable
{
	font-size: 10pt;
}
p.notice
{
	font-family: courier,monospace;
	font-weight: bold;
	color: red;
}
td.navbutton
{
	background-color: transparent;
	border-top: 1px solid #a3a3a5;
	border-right: 1px solid #868686;
	border-left: 1px solid #a3a3a5;
	color: #8d8e91;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
td.navbutton_active
{
	background-color: #a3a3a5;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
a.m_item:link, a.m_item:visited
{
	color: #c4c3c6;
	text-decoration: none;
}

a.s_item:link, a.s_item:visited
{
	color: #ffffff;
	text-decoration: none;
}

td.sidebutton
{
	background-color: #a3a3a5;
	/*
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	*/
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
td.sidebutton_active
{
	background-color: #eeeeee;
	border-top: 1px solid white;
	border-bottom: 1px solid #888888;
	border-left: 1px solid white;
	color: #8d8e91;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

td#leftcolumn
{
	background-color: #a3a3a5;
	border-top: 1px solid #a3a3a5;
}

td#middlecolumn
{
	background-color: #eeeeee;
	border-top: 1px solid #a3a3a5;
	padding: 10px;
}

td#middlecolumn_cardsafe
{
	background-image:  url('images/cardsafe_small.png');
	background-repeat: no-repeat;
	background-position: -10px 3px;
	background-color: #eeeeee;
	border-top: 1px solid #a3a3a5;
	padding: 10px;
}

td#middlecolumn_atmtv
{
	background-image:  url('images/atmtv.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #eeeeee;
	border-top: 1px solid #a3a3a5;
	padding: 10px;
}

td#middlecolumn_discmatch
{
	background-image:  url('images/discmatch.png');
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color: #eeeeee;
	border-top: 1px solid #a3a3a5;
	padding: 10px;
}

ul.alist
{
	list-style-type: none;
	padding: 1px;
	margin: 5px;
}

li.alist
{
	background-image:  url('images/flash_movie_small.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px; 
	padding-top:5px;
}

ul.atmtv_list
{
	list-style-type: none;
	padding: 1px;
	margin: 5px;
}

li.atmtv_list
{
	background-image:  url('images/pdf.png');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 25px; 
	padding-top:5px;
}

table#footer
{
	background-color: #888888;
	border-top: 1px solid #838385;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: white;
	padding-right: 10px;
}
