/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	}
	
td {
	font: 12px Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
a img{
  border:none;
}

.pager {
    font-family: Arial;
    font-size: 11px;
}

.pager a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FF3737;
	}
	
.pager a:hover {
	color:#993300;
	}

.style2 {font-size: 10px}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FF3737;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #F4F5FF;
	color:#993300;
	}
		
/* Class Styles */
	
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}
	
.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #99CC66;
	line-height:26px;
	letter-spacing:.21em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font: 20px Arial, Helvetica, sans-serif;
	color: #759DA1;
	line-height:30px;
	}
	
.smallText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 22px;
	}
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #C1C5F0
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

/* table */

table.preg, table.preg th,table.preg td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font: 12px Arial, Helvetica, sans-serif;
	color: #555;
}

table.preg caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

table.preg td, table.preg th {
	padding: 4px;
}

table.preg thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.preg tbody th {
	font-weight: bold;
}

table.preg tbody tr { background: #FCFDFE; }

table.preg tbody tr.odd { background: #F7F9FC; }

table.preg a:link {
	color: #718ABE;
	text-decoration: none;
}

table.preg a:visited {
	color: #718ABE;
	text-decoration: none;
}

table.preg a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

table.preg tfoot th, tfoot td {
	font-size: 85%;
}

