

Input.Text
{
	font-size:8pt;
}
Input.Button
{
	font-size:8pt;
}
Input
{
	font-size:8pt;
}

TR.Dark
{
	BACKGROUND: #cccccc;
}

.navStuff
{
    DISPLAY: none
}

img { 
    display: none;
}

a:link, a:visited {
	color: black;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.OuterTable {
	border-color: black black black black;
	border-style: outset outset outset outset;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	align: left;
	margin-left:0px;
	width:100%
}


Table.PanelBorder
{
	WIDTH: 98%;
}

TR.PanelHeader
{

	WIDTH: 98%;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	background-color: #BFD9EA ;
}

Table.SubPanelBorder
{
	WIDTH: 100%;
	border-color: #FCE6E4;
}

TR.SubPanelHeader
{

	WIDTH: 100%;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	background-color: #FCE6E4;
}
Table.InfoPanelBorder
{
	WIDTH: 100%;
	border-color: #D5E6F0;
	border : 1px solid #D0B5C0;
}

TR.InfoPanelHeader
{

	WIDTH: 100%;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	background-color: #D5E6F0;
}
