html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, td, tr, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
     }

body {
	color: #122B49;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	text-align: center;	/*text-align: center; To force Microsoft Internet Explorer 5 to comply with the centering*/
     }

p em {
	color: #B6571F;
	font: normal 12px Arial, Helvetica, sans-serif;
     }

.bold {
	color: #914231;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
     }

.hilite {
	background: #496D9D;
     }

a:link {
	color: #8A0210;
	text-decoration: none;
     }

a:visited {
	color: #8A0210;
	text-decoration: none;
     }

a:hover {
     color: #122B49;
     text-decoration: underline;
     }

a:active {
	color: #8A0210;
	text-decoration: none;
     }

.hr_footer {
	border-top: 2px solid #122B49;
     }

.hr_page_title {
	margin-top: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #122B49;
     }

.hr_top_border {
	border-top: 1px solid #E6E6E6;
	margin-bottom: 5px;
     }

.hr_dotted {
	border-top: 1px dotted #BDBDBD;
	margin: 10px 2px 5px;
     }

.hr_light {
	border-top: 1px solid #CCCCCC;
	margin-top: 5px;
	margin-bottom: 10px;
     }

.hr_light2 {
	border-top: 1px solid #CCCCCC;
	margin-top: 8px;
     }

.clearit{
     clear:right; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0;
     }

.leftimage_detail {
	margin-right: 15px;
	float: left;
	margin-top: 3px;
	border: 1px dashed #496D9D;  /*#CCCCCC*/
	padding: 12px;
	margin-bottom: 5px;
	background: #F9FAFD;
	}

.rightimage_detail {
	margin-left: 15px;
	float: right;
	margin-top: 3px;
	border: 1px dashed #496D9D; /*#CCCCCC*/
	padding: 12px;
	margin-bottom: 3px;
	background: #F9FAFD;
	}

#wrapper_popup {
	text-align: left;
	width: 99%;
	margin: 4px auto;
     }

.nested_left_content-header2 {
	float: left;
	margin-top: 2px;
     }

.nested_right_content-header2 {
	float: right;
	margin-top: 1px;
	text-align: right;
     }

.nested_left_content_page_title {
	float: left;
	margin-top: 5px;
     }

.nested_right_content_page_title {
	float: right;
	text-align: right;
	margin-top: 10px;
     }	

.page_title1 {
	font: 19px Arial, Helvetica, sans-serif;
	color: #122B49;
     }

.page_title2 {
	font: 19px Arial, Helvetica, sans-serif;
	color: #496D9D;
     }

.page_title3 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #122349;
     }

.content_holder {
	width: 100%;
	overflow: auto;
     }
	
.content_holder h1 {
	font: 12px Arial, Helvetica, sans-serif;
	background: #F4F4F4 url(../images/table_th_bck.gif) repeat-x;
	height: 18px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #E6E6E6;
	margin-right: 2px;
     }

table {
	width: 99.5%;  /*99.5% added for Opera in order to remove horizontal scroll*/
	margin-bottom: 3px;
	border: 1px solid #E6E6E6;
	margin-left: 1px; /*1px added for Foxfire in order to view table left border */
     }

caption {
	text-align: left;
	padding: 7px;
	background: #F9FAFD;
     }

table,td {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	border: 1px solid #E6E6E6;
     }

thead th, tbody th {
	background: #F4F4F4 url(../images/table_th_bck.gif) repeat-x;
	color: #122B49;
	padding: 5px;
	border-left: 1px solid #E6E6E6;
	text-align: center;
	font-weight: normal;
	/*border-bottom: 1px solid #CCCCCC;*/
     }

tbody th {
  background: #FAFAFA;
  border-top: 1px solid #CCCCCC;
  text-align: center;
  font-weight: normal;
     }

tbody tr td {
	padding: 5px 2px 5px 5px;
	color: #122B49;
     }

tbody tr:hover {
  background: #FFF url(../images/table_tr_bck.gif) repeat;
     }

tbody tr:hover td {
  color: #122B49;
     }

tfoot td, tfoot th {
	border-top: 1px solid #CCCCCC;
	padding: 5px;
	background: #F4F4F4 url(../images/table_foot_bck.gif) repeat;
	color: #122B49;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
     }

thead th a:link {
	color: #122B49;
	text-decoration: underline;
     }

thead th a:visited {
	color: #122B49;
	text-decoration: underline;
     }

thead th a:hover {
	color: #8A0210;
	text-decoration: underline;
     }
thead th a:active {
	color: #122B49;
	text-decoration: underline;
     }


