body
{
	font-size: 10px;
	color: black;
	font-family: Verdana, Tahoma, Arial Black;
	margin: 0px 0px 0px 10px;
}

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: 10px;
	border:0px;
	padding:0px;
	margin:0px;	
}

thead
{
	font-weight: bold;
}

input
{
	font-size: 10px;
}

.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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-indent: 20px;
}


@media print 
{
	.hidePrint
	{
		display:none;	
	}
}

@media screen 
{
	.hidePrint
	{
		display:block;	
	}
}

@page landscape { size: landscape; }

#flash 
{
  position: relative;
  z-index: 0;
}

