﻿body
{
	font-family: 'Trebuchet MS' , Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: black;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	background-color: #3bb3c2;
}

a:link, a:visited, a:hover
{
color:#006699;
	text-decoration: none;
}

a:hover
{
	color: black;
	text-decoration: underline;
}

a:link.tableheader, a:visited.tableheader, a:hover.tableheader
{
	text-decoration: none;
}

a:hover.tableheader
{
	
	text-decoration: underline;
}
a:link.navmnu, a:visited.navmnu
{
	color: white;
	text-decoration: none;
}

a:hover.navmnu
{
	color: #ff8c00;
	text-decoration: none; 
}

a:link.dynmnu, a:visited.dynmnu
{
	color: black;
	text-decoration: none;
}

a:hover.dynmnu
{
	color: #ff8c00;
	text-decoration:
}

/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 
{
	/*font-family: Arial,sans-serif;*/
	margin: 0px;
	padding: 0px;
}

h1
{
	/*font-family: Verdana,Arial,sans-serif;*/
	font-size: 120%;
	color: #7c9bda;
}

h2
{
	font-size: 120%;
	color: #006699;
}

h3
{
	font-size: 100%;
	color: #006699;
    height: 10px;
}

h4
{
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}

h5
{
	font-size: 100%;
	color: #334d55;
}

h6
{
    font-size: 140%;
    font-weight: bold;
    color: #006699;
}


ul
{
	list-style-type: disc;
}

ul ul
{
	list-style-type: circle;
}

ul ul ul
{
	list-style-type: square;
}

label
{
	font-weight: bold;
	font-size: 100%;
	color: #334d55;
}

table.noborder
{
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

table.noborder100
{
    border-collapse: collapse;
    table-layout: fixed;
    padding: 0px 0px 0px 0px;
    margin: 0px 22px 0px 22px;
    width: 879px;
}


table.masthead
{
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: Black;
	width: 100%;
}

td.mastheadCenterLeft
{
	width: 111px;
	height: 80px;
	/*background-image: url('Images/mstr_tl.gif');
	background-repeat: no-repeat;*/
}

td.mastheadCenterCenter
{
	height: 80px;
	width: 745px;
	background-image: url('Images/mstr_tc.gif');
	background-repeat: repeat-y;
	text-align: right;
	vertical-align: bottom;
	font-size: medium;
	font-weight: bold;
}

td.mastheadCenterRight
{
	width: 44px;
	height: 80px;
	background-image: url('Images/mstr_tr.gif');
	background-repeat: no-repeat;
}

td.mastheadBar
{
	height: 29px;
	background-image: url('Images/mstr_bar.gif');
	background-repeat: repeat-x;
}

table.mastbody
{
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #3bb3c2;
	width: 100%;
}

td.mastbodySide
{
	background-image: url('images/mstr_sde.gif');
	background-repeat: repeat-x;
}

table.mastbodyCenter
{
	border-collapse: collapse;
	table-layout: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('Images/mstr_fill.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #f5fbfe;
}

td.mastbodyCenter
{
	width: 900px;
}

td.mastbodyContent
{
	width: 900px;
	height: 490px;
	vertical-align: top;
}

td.mastbodyBottomLeft
{
	width: 40px;
	height:37px;
	background-image: url('Images/mstr_bl.gif');
	background-repeat: no-repeat;
}

td.mastbodyBottomCenter
{
	width: 820px;
	height:37px;
	background-image: url('Images/mstr_bc.gif');
	background-repeat: repeat-x;
	text-align: center;
}

td.mastbodyBottomRight
{
	width: 40px;
	height:37px;
	background-image: url('Images/mstr_br.gif');
	background-repeat: no-repeat;
}

table.mastfoot
{
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	background-color: #3bb3c2;
}

td.mastfoot
{
	height: 32px;
	text-align: center;
}

td.mastside
{
	width: 200px;
	vertical-align: top;
}

.counter
{
	background-color: Black;
	font-weight: bold;
	font-size: medium;
	color: white;
	font-family: 'Courier New';
	/*visibility: hidden;*/
}

.navmnu
{
	color: White;
}

div.error
{
	text-align: center;
	width: 100%;
	color: #ff0000;
	font-weight: bold;
}
