body, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #383735;
}
a {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: 969696;	
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: 969696;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.copyFooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #969696;
}
.copyBodyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: ACAC62;
	font-weight: bold;
	line-height: 16px;
}
.borderDarkBlue {
	border: 1px solid #00234C;
}
.bgSideNav {
	background-image:  url(navbg2.jpg);
	background-repeat: no-repeat;
}
.placeholder {
	background-image:  url(imageBg.gif);
	background-repeat: no-repeat;
}
.copyBodyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
	font-weight: bold;
}
.copyBodyBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5995B1;
	line-height: 16px;
	font-weight: bold;
}
.copyBodyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #C8251F;
	line-height: 16px;
	font-weight: bold;
}
.TextBox {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 9pt;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000; 
    background-color: #F5F7F2;
}
hr {
	color: #E9352E;
	width: 100%;
	height: 0.1em;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px; 
}

.menu a:link {
	color : black;
	text-decoration : none;
}

.menu a:visited {
	color : black;
	text-decoration : none;
}

.menu a:hover {
	color : red;
	text-decoration : none;
}

.menu a:active {
	color : black;
	text-decoration : none;
}
textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000000;
	background-color: #F5F7F2;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
	width: 150px;
}