ul li {list-style-type: square;}

html, body {
	font-family: Arial;
	font-size: 12pt;
	color:#6f6f6f;;
	height:120%;
	background-color:#4b4b4b;
	margin:0px;
	padding:0px 40px 0 0;
	border:0px;
	background-image:url(images/bkgLines.gif);
        line-height: 14pt;
 }

 a img {
    border: none;

 }
 
 .button {
	font-family: arial;
	font-size: 8pt;
}
 
 .webMainTable {
	background-color: #fff;
	background-image:url(images/bkgMainTD.jpg);
	background-position: bottom;
	background-repeat:no-repeat;
 }

 .contentTable {
	margin-top: 40px;
 }

 .bottomMenu {
	font-size: 8pt;
	padding: 40px 0 10px 0;
	text-align:center;
	position: relative;
	bottom: 1px;
	color: #2987d1;
	width: 100%;
 }
 
 .whiteText {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
 }
 
 a.white {
	color: white;
	text-decoration: none;
 }
 
 a.white:hover {
	text-decoration: underline;
	color: white;
 }
 
 a {
	color: #2987d1;
	text-decoration: none;
 }
 
 a:hover {
	text-decoration: underline;
	color: #ef7917;
 }

div.pagetext { 
	padding: 0 20px 5px 40px;
	font-size: 10pt; 
}

div.pagesubtitle, h2 {
	color: #2987d1; 
	padding: 15px 20px 10px 40px; 
	font-size: 12pt;
        font-weight: normal;
        margin: 0;
}

div.pagetextRC { 
	padding: 0 20px 5px 10px;
	font-size: 10pt; 
}

div.pagesubtitleRC, h2.rc {
	color: #2987d1; 
	padding: 15px 20px 10px 10px; 
	font-size: 12pt; 
}

div.pageTitle, h1 {
	color: #2987d1; 
	padding: 20px 20px 0px 40px; 
	font-size: 15pt;
        font-weight: normal;
        margin: 0;
}

div.pageNavigation {
	color: #666; 
	padding: 0 20px 10px 40px; 
	font-size: 8pt; 
}

TABLE TR TD {
	font-size: 8pt;	
}

TR.header TD { 
	color:#fff;
	font-weight: bold; 
	background-color:#f28c39;
	border-bottom: solid 2px #b55608;
	padding: 4px;
	font-size: 8pt;
	}

TR.odd TD { 
	color:#000;
	background-color:#e8e8e8;
	border-bottom: dotted 1px #ccc;
	padding: 4px;
	font-size: 8pt;
	}

TR.even TD { 
	color:#000;
	background-color:#f8f8f8;
	border-bottom: dotted 1px #ccc;
	padding: 4px;
	font-size: 8pt;
	}
	
.footer { 
	color:#898989;
	padding: 4px;
	font-size: 8pt;
	}
