@charset "utf-8";

/* Note: All styles are alphabetized */

/* --- General Styles --------------------------------------------------------------------------------------------------------------------- */
body {
	background: #fff;
	color: #747478;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* After this, specify font sizes in em. 1em will be 10px, 1.4em will be 14px, and so on */
	line-height: 1.2em; 
	margin:0px 0px; 
	padding:0px;
	text-align:center;
	background: url(../images/bg_header2.jpg) repeat-x top left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #747478;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.4em; 
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #747478;
	font-weight: normal;
	font-size: 1.0em;
	line-height: 1.4em; 
	text-decoration: underline;
	cursor: pointer;
} 

a:hover { 
	text-decoration: underline;
} 

a:active { 
	text-decoration: underline;
}