@charset "UTF-8";
/* CSS Document */

a:link {  
	text-decoration: none; 
	color: #32739e;
	}
	
a:visited { 
	text-decoration: none; 
	color: #32739e;
	}
	
a:hover { 
	text-decoration: underline; 
	color: #3f93cb;
	}
	
a:active { 
	text-decoration: underline; 
	color: #32739e;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tableLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.tableBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	font-weight: bold;
}

ul {
        list-style: inside;
        margin-left: 0;
        padding-left: 1em;
        text-indent: -1em;
		line-height: 18px;
		font-size: 11px;
    }
.noRepeat{
	background-repeat: no-repeat;
}

.pipe {
	font-size: 10px;
	color: #999999;
}

hr {
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	border:none;
	
}.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #031d7e;
	font-weight: bold;
	text-transform: capitalize;
}

.style99 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #031d7e;
	font-weight: bold;
	text-transform: capitalize;
}

#background-gradient
{
  position: absolute;
  background-image: url('images/page_g.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;

}


#background-simple-gradient
{
  position: absolute;
  background-image: url('images/page_sg.jpg');
  background-repeat: repeat-x;
  top: 0;
  width: 100%;
  height: 900px;
}

#content {
position:relative;
z-index:1;
}
