/* CSS Document */

	A 			{ color: #75A7BD; text-decoration: none; } 
	A:link		{ color: #75A7BD; text-decoration: none; } 
	A:visited	{ color: #75A7BD; text-decoration: none; } 
	A:active	{ color: #C70421; text-decoration: none; } 
	A:hover		{ color: #C70421; text-decoration: none; }
	
/* Header Links */

	A.link_white 			{ color: #E5E5E5; text-decoration: none; } 
	A.link_white:link		{ color: #E5E5E5; text-decoration: none; } 
	A.link_white:visited	{ color: #E5E5E5; text-decoration: none; } 
	A.link_white:active		{ color: #168BC9; text-decoration: none; } 
	A.link_white:hover		{ color: #168BC9; text-decoration: none; }	 
	
	A.link_red 				{ color: #C70421; text-decoration: none; } 
	A.link_red:link			{ color: #C70421; text-decoration: none; } 
	A.link_red:visited		{ color: #C70421; text-decoration: none; } 
	A.link_red:active		{ color: #168BC9; text-decoration: none; } 
	A.link_red:hover		{ color: #168BC9; text-decoration: none; }	 	

	body {
	background-color: #000000;
	padding-top: 190px;
	padding-bottom: 20px;
	background-image: url(img/_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

	h1 {
	font-family:arial,sans-serif;
	font-size:18px;
	line-height:150%;
	font-weight:normal;
	color:#E5E5E5;
	}
		
	p {
	font-family:arial,sans-serif;
	color:#E5E5E5;
	font-size:13px;
	font-weight:normal;
	line-height:150%;
	}
	
	#sidebar_col_01 p {
	font-family:arial,sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	}

	#sidebar_col_03 p {
	font-family:arial,sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:normal;
	line-height:150%;
	}
		
	#header p {
	font-family:arial,sans-serif;
	color:#E5E5E5;
	font-size:11px;
	font-weight:normal;
	line-height:120%;
	}
	
/*Structure Elements*/

	#container {
		width:740px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}

	#header {
		line-height:120%;	
		}
				
	#col_01 {
		width:157px;
		padding-right:10px;
		float:left;
		}
	
	#col_02 {
		width:405px;
		padding-right:10px;
		float:left;
		}
	
	#col_03 {
		width:157px;
		padding:0px;
		float:left;
		}
		
/*Style Elements*/

	.head {
		font-family:arial,sans-serif;
		font-size:18px;
font-weight:bold;
		}

	.details {
		font-family:arial,sans-serif;
		font-size:11px;
		color:#168BC9;
		font-weight:bold;
		text-transform:uppercase;
		font-size:11px;
		line-height:150%;
		}
		
	.blue {
		color:#168BC9;
		}
		
	.red {
		color:#C70421;
		}
		
	.white {
		color:#E5E5E5;
		}	
		
	.gray {
		color:#666666;
		}					
	
	.light_blue {
		color:#75A7BD;
		}	
