BODY
{
	margin-top: 0px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background-color: #e2e0e0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
}
.Button
{
	font-size: 11px;
	color: white;
	background-color: #ff0000;
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	cursor: hand;
}
.TextBox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
}
.ListBox
{
	font-size: 11px;
	border-right: #bfbfbf 1px;
	border-top: #bfbfbf 1px;
	border-left: #bfbfbf 1px;
	border-bottom: #bfbfbf 1px;
}
.form_txt
{
	font-size: 11px;
	color: gray;
	font-weight: bold;
}
.form_header {
	font-size: 11px;
	color: #000000;
	border: #BFBFBF 1px solid;
}
a:link
{
	color: dimgray;
	text-decoration: none;
}

a:visited
{
	color: dimgray;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}


.GridHeader
{
	background-color: silver;
}
a.GridHeader:link;visited
{

	text-decoration: none;
}

a.GridHeader:hover
{
	text-decoration: none;
	background-color: green;
}



a.Job:link
{
	color: #333333;
	text-decoration: underline;
}

a.Job:visited
{
	text-decoration: underline;
	color: #999999;
}

a.Job:hover 
{
	text-decoration: none;
	color: #FF0000;	
}

a.toplinks:link
{
	text-decoration: none;
	color: #999999;
}

a.toplinks:visited
{
	text-decoration: none;
	color: #999999;
}

a.toplinks:hover 
{
	text-decoration: none;
	color: #666666;	
}

a.Redlinks:link
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

a.Redlinks:visited
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

a.Redlinks:hover
{
	text-decoration: none;
	color: darkgray;
	font-weight: bold;
}

.content {
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
.footer {
	font-size: 10px;
	line-height: 15px;
	color: #999999;
}
.caption {
	font-size: 10px;
	line-height: 13px;
	color: #666666;
}
.header_red
{
	font-weight: bold;
	font-size: 12px;
	color: red;
}
.header_gray
{
	font-weight: bold;
	font-size: 12px;
	color: gray;
}

.header_caption {
	font-size: 10px;
	color: #e5e5e5;
	font-weight: normal;
}

.header_large {
	font-size: 12px;
	font-weight: bold;
	color: #ed1c24;
}
.sub_header_gray
{
	font-weight: bold;
	font-size: 10px;
	color: gray;
}
.diagram_question {
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 49px;
}
.diagram_answer {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 60px;
}
.IMG
   {
	margin-top: 0px;
	margin-left: 0px;
	margin-right:-4px;
	}
	

	input{
	font-size: 8pt;
	color: #000066;
}
select
{
	font-size: 8pt;
	color: #000066;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.job_header
{
	font-weight: bold;
	font-size: 14px;	text-decoration: none;
	color: black;
}
.job_label
{
	color: #ff0000;
	font-weight: bold;
}
.job_value
{
	color: black;
}
.job_div
{
	overflow: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: 200px;
	border-bottom-style: none;
	scrollbar-arrow-color: #FF0000;
	scrollbar-base-color: #FFffff;
	scrollbar-track-color: #eeeeee;
	scrollbar-dark-shadow-color: #FF0000;
	scrollbar-face-color: #FFffff;
	scrollbar-highlight-color: #FF0000;
	scrollbar-shadow-color: #FF0000;
}