body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(../images/background.gif);
	height: 118px;
	background-repeat: repeat-x;
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

td {
	vertical-align: top;
	font-size: 10pt;
}
td.alright {
	text-align: right;
}
/*td.dli {
	background-image: url(../images/gray_dli.gif);
	background-repeat: no-repeat;
	width: 203px;
	height: 104px;
}*/
td.empty {
	width: 100px;
}
td.blue {
	width: 203px;
	background-color: #006699;
}

td.gray {
	background-color: #C3C7C9;
}
td.content {
	width: 449px;
	border-right: 1px solid #465159;
	vertical-align: top;
}

td.pullquote {
	width: 200px;
	vertical-align: top;
}
td.stripe {
	background-image: url(../images/stripes.gif);
	background-repeat: repeat-y;
	width: 23px;
}

h1 {

font-size: 16pt;
font-weight: lighter;
	color: #465159;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
.red {
	color: #990000;
	font-weight: bolder;
}
p {
	font-size: 10pt;
	margin-left: 10px;
	padding-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}

p.navigation {
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	margin: 0 5px 0 5px;
}

p.tiny {
	font-size: 8pt;
	margin-left: 5px;
	padding-left: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
.divider {
width: auto;
border-top: 2px solid #000000;
padding-top: 0px;
padding-bottom: 0px;
}

.white {
background-color: #006699;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: .02em;
	
}

a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.white:active {
	color: #ffffff;
	text-decoration: none;
}

.footer {
	font-size: 7pt;
	text-transform: uppercase;
	text-align: center;
}



a.navigation:link {
	color: #006699;
	text-decoration: underline;
}
a.navigation:visited {
	color: #006699;
	text-decoration: underline;
}
a.navigation:hover {
	color: #000000;
	text-decoration: none;
}
a.navigation:active {
	color: #006699;
	text-decoration: underline;
}

a.referenceslink {
	color: #006699;
	text-decoration: underline;
}
a.references:visited {
	color: #006699;
	text-decoration: underline;
}
a.references:hover {
	color: #006699;
	text-decoration: none;
}
a.references:active {
	color: #006699;
	text-decoration: underline;
}


a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #465159;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
ul, ol, li {
	font-size: 10pt;
}

input text, textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
	
}