body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #FFF;
	font-size: 80%;
	margin-left: 0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bold {
	font-weight:bold;
}
.noBold {
	font-weight: normal;
}
.italic {
	font-style: italic;	
}
.redText {
	color:#FF0000;
}
.smallText {
	font-size: 0.9em;
}
.pageTitle 
{
    font-family: Arial;
    font-weight: bold;
    font-size: 1.2em;
    color: #4B7C95;
    background-image: url(../_images/orangeHR.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 6px;
    margin: 0px;
    padding-top: 15px;
}

.splitter
{
    font-family: Arial;
    font-weight: bold;
    font-size: 1.2em;
    color: #4B7C95;
    background-image: url(../_images/orangeHR.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 6px;
    margin: 0px; 
}

.underline {
	text-decoration: underline;
}
.ds_lists li {
    margin-bottom: 1em;
    /*color: #4D7D96;*/
    color: #000000;
}
.no_ds_lists li {
	margin-bottom: 0px;
}

#fullPage {
	margin-right: auto;
	margin-left: auto;
	width: 786px;
}
img {
	border: none;
}

#content .siteMap a:link {
	color: #4D7D96;
}
#content .siteMap a:visited {
	color: #4D7D96;
}
#content .siteMap a:hover {
	color: #FFBA18;
}

#content a:link {
	color: #4D7D96;
}
#content a:visited {
	color: #7A1340;
}
#content a:hover {
	color: #FFBA18;
}

#footer a:link {
	color: #000000;
	font-weight:bold;
}
#footer a:visited {
	color: #000000;
	font-weight:bold;
}
#footer a:hover {
	color: #7A1340;
	font-weight:bold;
}

#footer {
	padding: 15px 0px 0px;
	clear: both;
	text-align:center;
}
#footer p {
	margin: 0px;
	padding: 0px 0px 3px;
}

/* special styles for fixing problems with browser compatibility */
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.forReader {
	height: 0px;
	width: 1px;
	overflow: hidden;
	display: block;
}
/* styles for the top and bottom of the page design */
#topBarLeft {
	background-image: url(../_images/topLeftCor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 26px;
}
#topBar {
	background-image: url(../_images/topBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 734px;
}
#topBarRight {
	background-image: url(../_images/topRightCor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 26px;
}
#bottBarLeft {
	background-image: url(../_images/bottLeftCor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 26px;
}
#bottBar {
	background-image: url(../_images/bottBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 734px;
}
#bottBarRight {
	background-image: url(../_images/bottRightCor.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 26px;
	width: 26px;
}
.genericTable {
	border: 1px solid #7A1340;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
}
.genericTable th, .genericTable .genHeader td {
	background-color: #FBFBDE;
	color: #7A1340;
	padding: 4px;
	background-image: url(../_images/orangeHR.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #7A1340;
	font-weight: bold;
}
.genericTable .gtfirstRow td {
	border: none;
}
.genericTable td {
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #C29685;
	
}
.flushRight {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: 100%;
}
.flushRight td {
	padding: 0px;
	margin: 0px;
}
#pageNav {
	font-size: 0.9em;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}
#pageNav #previousArrow {
	padding-left: 20px;
	padding-top: 1px;
}
#pageNav #nextArrow {
	padding-left: 1px;
	padding-top: 1px;
}
#pageNav a {
	text-decoration: none;
}
#pageNav a:link {
	color: #000;
}
#pageNav a:visited {
	color: #000;
}
#pageNav a:hover {
	color: #000;
	text-decoration: underline;
}
/* table style for form input, for a two columnt table, where the first column is aligned to the right
	when creating the table, apply this class in the table tag and add <COLGROUP class="formC1"></COLGROUP> after the table tag */
.formInput {
	border: none;
	border-collapse: collapse; 
	border-spacing: 0;
	margin: 0px;
	width: auto;
}
.formInput th {
	padding: 5px;
	margin: 0px;
	color: #FFF;
	background-color: #027897;
	text-align: left;
}
.formInput td {
	padding: 5px;
	margin: 0px;
}

.formInput tr > td:first-child {
	text-align: right;
	padding-left: 15px;
}
.formC1 {
	text-align: right;
	padding-left: 15px;
}

#fullPage .button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #B14A77;
	font-weight: bold;
	color: #FFF;
	background-color: #7A1340;
	text-decoration: none;
	text-align: center;
	padding: 3px 4px;
	font-size: 0.9em;
	margin: 0px;
	width:auto;
	overflow:visible;
}
#fullPage .button:link {
	color: #FFF;
}
#fullPage .button:visited {
	color: #FFF;
}
#fullPage .button:hover {
	background-color: #C51F5E;
}
