/* CSS Document */

/* ============= Body Styles ============= */
	
body { 
		background-color: #000000;
		margin: 0;
		padding: 0;
		}
		
.main_col {background: url(images/top_bg.jpg) repeat-x #FFFFFF;}
	
	
/* ============= Type Styles ============= */
	
	.header {
		font-family: Tahoma;
		font-size: 18px;
		color:#666666;
		}
		
	.text {
		font-family: Tahoma;
		font-size: 12px;
		color:#000000;
		}
			
	.text_w12 {
		font-family: Tahoma;
		font-size: 12px;
		color:#FFFFFF;
		}
	
	.text_w11 {
		font-family: Tahoma;
		font-size: 11px;
		color:#FFFFFF;
		}
	
	.link_top {
		font-family: Tahoma;
		font-size: 13px;
		font-weight: Bold;
		text-decoration: underline;
		color:#0000FF;
		}
		
	.link_top:hover {
		font-family: Tahoma;
		font-size: 13px;
		font-weight: Bold;
		text-decoration: none;
		color:#0000FF;
		}
		
	.copyright {
		font-family: Tahoma;
		font-size: 11px;
		color:#FFFFFF;
		}
		
	.link_nav {
		font-family: Tahoma;
		font-size: 13px;
		color:#FFFFFF;
		font-weight: Bold;
		text-decoration: none;
		}
		
	.link_nav:hover {
		color:#0000FF;
		}
		
	.link_footer {
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: underline;
		color:#5D95FA;
		}
		
	.link_footer:hover {
		font-family: Tahoma;
		font-size: 11px;
		text-decoration: none;
		color:#5D95FA;
		}
		
.office_links {font-size: .9em; color: #737373; margin: 0; text-decoration: none; }
	.office_links:hover {text-decoration: underline; }
	
	/* ============= Form Styles ============= */
	
	.inputbox {  
			font-family: Tahoma, sans-serif; font-size: 12px;
			color: #000000; 
			background-color: #FFFFFF;
			border: 1px #AEAEAE solid
			}