@charset "utf-8";

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #0053AA;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #0053AA;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;	
	color: #000000;
	margin-bottom: 1em;
	padding: 0.3em;
	border-bottom: 2px solid #0053AA;	
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
a:link {
	color: #0053AA;
}
a:visited {
	color: #0053AA;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	bottom: 5px;
	margin-bottom: 10px;
}
dd {
	font-style: normal;
	padding-bottom: 15px;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}

div#creditheader {
	align:left;
	width:1230px;
	height: 35px;	  /*make the div look like a frame*/
	overflow: auto;	  /*scrollbars only if content does not fit*/
}
div#eacreditheader {
	align:left;
	width:1230px;
	height: 35px;	  /*make the div look like a frame*/
	overflow: auto;	  /*scrollbars only if content does not fit*/
}

div#creditdetails {
	align:left;
	width:1220px;
	height: 300px;	  /*make the div look like a frame*/
	overflow: auto;	  /*scrollbars only if content does not fit*/
}

div#creditfooter {
	align:left;
	width:1230px;
	height: 60px;	  /*make the div look like a frame*/
	overflow: auto;	  /*scrollbars only if content does not fit*/
}


a:hover {
	color: #333333;
}
a:active {
	color: #0000FF;
}
th {
	color: #0053AA;
	background-color: #FFFFFF;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0053AA;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
dt {
	font-size: small;
	font-weight: bold;
	padding-bottom: 5px;
}
#navbar {
	margin: 0;
	background: #0053AA;
	padding: 0.25em 3em;
}
#navbar li {
	display: inline;
	list-style: none;
	margin-right: 0.75em;
	border-right: 1px solid #FFFFFF;
	padding-right: 0.75em;	
}
#navbar li.first {
	margin-left: 0;	
}
#navbar li.last {
	border-right: 0;
	margin-right: 175px;	
}
#navbar a {
	color: #FFFFFF;	
	text-decoration: none;
}
#navbar a:hover {
	color: #FFFF00;
}
#footerbar {
	color: #FFFFFF;
	margin: 0;
	background: #0053AA;
	padding: 0.25em 3em;
}
#footerbar li {
	display: inline;
	list-style: none;
	margin-right: 0.75em;
	border-right: 1px solid #FFFFFF;
	padding-right: 0.75em;	
}
#footerbar li.first {
	margin-left: 0;	
}
#footerbar li.last {
	border-right: 0;
	margin-right: 175px;	
}