/* CSS Document */

#body, TD { 	
	font-size:small; 
	}

li { margin: .3em 0;  }
	
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #000000;
	line-height:normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#text_small a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.text_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}
.color_crimson {
	color:#910000;
}
.color_silver {
	color:#666666;
}
.color_red {
	color:#B30000;
}
.color_white {
	color: #FFFFFF;
}
.quote {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:large; 
	color:#333333; 
	font-style:italic;
}
.caption_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

/* ######################################## */
/* SITE FOOTER */
#container_footer {
	font-style : normal;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #666666;
	padding:10px;
	xborder-top: 1px solid #EFE3C6;
}

#container_footer a {
   font-style : normal; 
   color : #910000; 
}
#container_footer A:hover {
   color : #FF0000; 

}
.bullet_list{ margin: 0px; padding: 0px; }
.bullet_list ul { margin: 2px; padding: 0px; 
	}
.bullet_list li, .bullet_list a {
	list-style-type: none;
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	background-image:url(/images/icons/arrow_bullet.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top: dashed 0px #D3D1D5;
	border-left: dashed 0px #D3D1D5;
	border-right: dashed 0px #D3D1D5;
	voice-family: \};
	voice-family:inherit;
	border-bottom: 0px; }
	
	.tableheader {
	color: #FFFFFF;
	background-color: #948565;
	font-size: 14px;
	font-weight: bold;
}
.table_row1 {
	background-color: #E9E9E2;
}
.table_row2 {
	background-color: #F7F7F5;
}
.table_background_dark {
	background-color: #A89B80;
}

.divider_top { border-top:solid 1px #EFE3C6;}
.divider_bottom { border-bottom:solid 1px #EFE3C6;}
.divider_right { border-right:solid 1px #EFE3C6;}
.divider_left { border-left:solid 1px #EFE3C6;}


