/* CSS Document */

body {
	margin:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#b2b2b2;
}
td{
	font-size:11px;
}
a {
	text-decoration:none;
	color:#2e75b2;
}
a:hover{
	color:#124b7d;
}
a.header_links{ 
	color:#e1e7ee;
	font-weight:bold;
	padding:8px;
	font-family:Tahoma, Arial;
	font-size:9px;
	text-transform:uppercase;
}
a.header_links:hover{ 
	color:#FFFFFF;
}

a.footer_links{ 
	color:#F0F0F0;
	padding:10px;
	font-size:9px;
	font-family:Tahoma, Arial;
	text-transform:uppercase;
}
a.footer_links:hover{ 
	color:#FFFFFF;
}
.content_panel{ 
	padding:10px;
}
.heading_text {
	color:#FF9933;
	font-size:13px;
	padding-bottom:5px;
	font-weight:bold;
	font-family:Tahoma, Arial;
}
h2.title-bar {
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	font-family:tahoma,arial,helvetica,sans-serif;
	color:#fff;
	text-transform:uppercase;
	background:#0058a8 ;
}
h2.title-bar span {
	display:block;
	height:1%;
	background:url(../images/h2-tl.gif) top left no-repeat;
}
h2.title-bar span span { 
	display:block;
	padding:8px;
	background:url(../images/h2-tr.gif) top right no-repeat;
}
h2.subtitle-bar {
	margin:0 0 10px;
	padding:0;
	font-weight:bold;
	font-size:1em;
	line-height:1em;
	font-family:tahoma,arial,helvetica,sans-serif;
	color:#fff;
	text-transform:uppercase;
	background:#0058a8 ;
}
h2.subtitle-bar span {
	display:block;
	height:1%;
	background:url(../images/h2-tl.gif) top left no-repeat;
}
h2.subtitle-bar span span { 
	display:block;
	padding:8px;
	background:url(../images/h2-tr.gif) top right no-repeat;
}
.section_table{
	background:#F2F9FF;
	border:#d6ecfe 1px solid;
	padding:5px;
}
.inside_table{
	padding:5px;
}
