body
{
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	background-color:#02192b;
}

div#wrapper
{
	text-align:left;
	width:888px;
	margin:0 auto;
}

p
{
	font-size: 12px;
}

.frontpage
{
	font-size: 16px;
}

a:link, a:visited
{
	color: white;
	text-decoration: none;
}

ul
{
	list-style-image: none;
	list-style-type: none;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h4
{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h5
{
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.loginMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

table
{
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #999999;
	padding:0px;
	margin:0px;	
	margin-left:auto;
	margin-right:auto;
}

td
{
	padding:0px;
	

}

thead
{
	font-weight: bold;
}

input
{
	font-size: 12px;
	background-color:#980000; 
      font-weight:bold;
      height:30px;
      color:white;
}

.textbox 
{
	border:solid 1px gray;
	text-align:right;
}

select
{
	font-size: 10px;
	margin:-2px;
	border:0px;
}

.inline_header
{
	font-weight: bold;
}

.borderless
{
	border-style:none;
	border-width:0px;
}

.right_justified
{
	text-align:right;	
}

.inline_title
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.h2
{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.elementTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-indent: 0px;
	color: #354E94;
	font-weight: bold;
	font-style: normal;
	line-height: 20px;
	font-variant: normal;
	letter-spacing: 1px;
}

.loginBar {
	background-color: #FF9900;
	height: 50px;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.loginBarText {
	background-color: #FF9900;
	height: 50px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-indent: 20px;
}

@media print 
{
	.hidePrint
	{
		display:none;	
	}
}

@media screen 
{
	.hidePrint
	{
		display:block;	
	}
}

@page { size: landscape; }

#flash 
{
  position: relative;
  z-index: 0;
}

