@charset "UTF-8";
body {
	background-attachment: scroll;
	background-image: url(../images/global/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
p {
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #50cef8;
	text-decoration: underline;
}
a:link { 
   color: #50CEF8; 
} 
a:visited { 
   color: #50CEF8; 
} 
a:hover { 
   color: #66FFFF; 
   text-decoration:none; 
} 
a:active { 
   color: #50CEF8; 
} 
