* {
	margin: 0;
	padding: 0;
}
body {
	padding: 20px;
    background-color: #fff;
    color: #294D7B;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
#container {
	width: 600px;
}

#header {
	display: none;
}
#leftCol {
	display: none;
}
#contentCenter div {
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ddd;
}
#footer {
    display: none;
}
#quicksearch {
	display: none;
}
#partner {
	display: none;
}

/**************************************/
/**************************************/

#contentCenter div ol {
	margin-left: 40px;
    padding-bottom: 15px;
	font-size: 75%;
    line-height: 19px;
}
#contentCenter div ul, #contentLeft div ul, #contentRight div ul {
	margin-left: 40px;
    padding-bottom: 15px;
	font-size: 75%;
    line-height: 19px;
}
a.button {
	display: none;
}
table {
    font-size: 75%;
}
table p {
    font-size: 100%;
}
td, th {
    padding: 5px;
}
p {
    padding-bottom: 15px;
    font-size: 75%;
    line-height: 19px;
}
#contentLeft h1, #contentRight h1, #contentCenter h1 {
	display: none;
}
#contentCenter h2 {
    margin-bottom: 10px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    color: #003370;
    border-bottom: 1px solid #bcbcbc;
}
h3, h5, h6 {
    margin-bottom: 5px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    color: #FF8800;
}
h4 {
    margin-bottom: 5px;
    font-size: 80%;
    font-weight: bold;
    color: #003370;
}
h4 span {
    font-size: 130%;
    font-weight: bold;
    color: #FF8800;
}
.bold {
    font-weight: bold;
}
.italic {
	font-style: italic;
}
.bigBold {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.bigBoldOrange {
	font-size: 150%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
    color: #FF8800;
}
.red {
	color: red;
}
.redBold {
    font-weight: bold;
    color: red;
}
.small {
    font-size: 70%;
}
.divSmall {
	font-size: 75%;
}
.smallBold {
    font-size: 70%;
    font-weight: bold;
}
.smallRed {
    font-size: 70%;
    color: red;
}
.tdSmall {
	font-size: 90%;
}
.tdSmallBold {
	font-size: 90%;
    font-weight: bold;	
}
.tdSmallRed {
    font-size: 90%;
    color: red;
}
.normText {    
    font-size: 75%;
    line-height: 19px;    
}
.orange {
	background-color: #FFE7CC;
}
ul.horizontalList {
	display: none;
}
.tabularData {
    margin: 1px 0 5px 0;
    border-collapse: collapse;
    border-spacing: 1px;
    font-size: 75%;   
    
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 98%;
    voice-family: "\"}\""
}
.tabularData td {
    padding: 5px;
    vertical-align: top;
    background-color: #E6F1FF;
    border: 1px solid #fff;
}
.tabularData th {
    padding: 10px 0 5px 0;
    text-align: left;
    vertical-align: top;
    border: 1px solid #fff;
}
.tabularData caption {
    padding-bottom: 5px;
    text-align: left;
    font-weight: bold;
}
#contentCenter div ul {    
    margin: 0 0 15px 20px;
    font-size: 75%;
    line-height: 19px;
}
.borderImgRight {
    margin-left: 20px;
    padding: 0;
    float: right;
    border: 1px solid #ddd;
}
.borderlessImgRight {
    margin-left: 20px;
    padding: 0;
    float: right;
    border: none;
}
.borderImgLeft {
    margin-right: 20px;
    padding: 0;
    float: left;
    border: 1px solid #ddd;
}
.borderlessImgLeft {
    margin-right: 20px;
    padding: 0;
    float: left;
    border: none;
}