/* CSS Document */
body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
	font-size: 0.8em;	
	color:#171717;
}

/* Base font color*/

p {
	text-align:left;
	margin:0px 0px 20px 0px;
}

hr {
/* width:80%;  commented out by DVO */
/*	height:1px;
	margin:5px auto 5px auto;
	
	border:0px;
	border-top:1px solid #333333;
	
	text-align:center;
*/
    background:#446791;

}


/* Links */
a {
/*	color:#185A07; */
	color:#0C4A8F;
}

a:Hover {
	color:#25910B;
}
	
a:visited {
	
}




/* Headers */
h1 {
	margin-top:5px;
	margin-bottom:5px;

	font-size:1.2em;
	font-weight:bold;
	color:#0D4A8E;
}

h2 {
	margin-top:10px;
	margin-bottom:10px;
	
	font-size:1.1em;
	font-weight:bold;
	color:#0D4A8E;
}

h3 {
	margin-top:10px;
	margin-bottom:10px;
	
	font-size:1.0em;
	font-weight: bold;
    font-style: italic;	
	color:#0D4A8E;
}

h4 {
	margin-top:10px;
	margin-bottom:10px;

	font-size:1.0em;
	font-weight:normal;
	font-style:normal;
	color:#0D4A8E;
}


fieldset 
{
    padding: 5px;
}
legend {
  	color:#0D4A8E;
}


/* List items */

/* List items commented out by David Oberst, July 7, 2009 
   margin-bottom on "li" tag was interfering with menus.
   Reenable only necessary rules */
   
/*

ol {
	margin-bottom:10px;
	
	list-style-position:outside;
}

ul {
	margin-bottom:10px;
	
	list-style-type:disc;
	list-style-position:outside;
}

li {
	margin-bottom:10px;
	
	text-align:left;
}

ol.descriptive li {
	margin-bottom:30px;
	
	text-align:left;
}
ul ul{
	margin-bottom:10px;
	
	list-style-type:circle;
	list-style-position:outside;
}

*/


/* Definition items */
dl {
	margin-bottom:30px;
}

dt {
	font-weight:bold;
	color:#1171AA;
}

dd dl dt {
	margin-left:20px;
	
	font-weight:normal;
	color:#171717;
}
dd dl {
	margin-top:5px;
}

dd {
	margin-top:4px;
	margin-bottom:15px;
	
	text-align:left;
}

table {
	vertical-align:top;
	text-align:left;
	
	font-family:inherit;
	font-size:1em;
}

.red {
	color:#A62626;
}

.highlight {
	padding:8px 8px 8px 8px;
	
	border:1px solid #C9C9C9;
	background-color:#FCFDEA;
	
	display:block;
}

.lineheight {
	line-height:130%;
}


/* Data Tables */
table.data {
	margin:-5px 0px 30px 0px;
	
	border-bottom:1px solid #C4C4C4;
	
	font-family:inherit;
	font-size:1em;
	text-align:left;
	vertical-align:top;
}

.data th {
	padding:4px 4px 4px 10px;
	
	background-color:#EDEDED;
	border-top:1px solid #C4C4C4;
	
	font-family:inherit;
	font-size:0.8em;
	text-align:left;
}

.data td {
	padding:4px 4px 4px 8px;
	
	border-left:6px solid #F2F2F2;
	border-top:1px solid #C4C4C4;
	
	font-family:inherit;
	font-size:0.8em;
}

.noprint {

}

.item_left {
	margin:5px 5px 5px 0px;
	
	float:left;
}

.item_right {
	margin:10px 0px 10px 10px;
	
	float:right;
}

.item_left_top {
	margin:0px 10px 10px 0px;
	
	float:left;
}

.item_right_top {
	margin:0px 0px 10px 10px;
	
	float:right;
}

.AttachmentList 
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.ThinBorder 
{
    border: 1px solid #666666;
}

.FileIcon
{
    width: 17px;
    height: 17px;
    margin: 0px 3px 0px 3px;
    padding: 0px;
    border: 0px;
}

.DataTable td
{
    border: 1px solid #666666;
}

.DataTable th 
{    
    border: 1px solid #666666;
    background-color: rgb(114,147,188);
    font-weight: bold;
    color: #FFFFFF;
}

.DataTable a, .DataTable input, .SpacedOut, ButtonGroup input
{
    margin-left: 5px;
    margin-right: 5px;
}   

.ButtonGroup 
{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px ridge #FFFFFF;
    text-align: right;
}

.RedBold 
{
    color: #FF0000; 
    font-weight: bold;
}

.TightList, .TightList li, .TightList td, .TightList input
{
    padding: 0px;
    margin: 0px 0px 0px 0px;    
    list-style: none;
    border: none;
}

.AddressBox 
{
    width: 70%;
    text-align: left;
    font-size: 125%;
    font-weight: bold;
    background-color: #CCCCCC;
    padding: 4px;
}

.Section 
{
    background: #FFFFFF url('../images/bgSection.jpg') no-repeat; 
    width: 565px; 
    padding: 15px 0px 0px 10px;
    margin-bottom: 25px;
}

.Section h1 
{
    padding: 0px;
}

.Section a 
{
    white-space: nowrap;
}

.SmallTable 
{
    font-size: 75%;
}