@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvectica, sans-serif;
	font-size: 12px;
	color: #333333;
	/*background-color: #4C5154; */
	background: #4C5154 url(/images/background_white2.gif) repeat-x;

}

#container {
	width: 780px;
	margin-left:auto;
	margin-right:auto;
}	

h1 {
	font-size: 18px;
	font-weight:normal;
	letter-spacing:-.01em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.01em;
}

h3 {
    font-weight:normal;
    font-size: 14px;    
}


a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.text_right {
	text-align:right;
}


/* ------- Begin Footer Styles ------- */

#footer {
	clear:both;
	width:780px;
	height: 20px;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
	color: #FFFFFF; 
	text-decoration: underline;
}

/* ------- End Footer Styles ------- */