body {
	background-color: #BFBFBF;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}

.blue2{ color:#222222;}

h1 {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#222222;
	font-weight:normal;

}

p {
	margin: 0 0 0 0px;
	padding: 0px 0px 0 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#838383;
	text-align:justify;

}

#buttons {
	text-align:right;

	width:400px;	
	margin: 0 0 0 0px;
	padding: 10px 0 0 10px;	

}

#buttons a:link, #buttons a:visited, #buttons a:active, #buttons a:hover {
	margin: 0 0 0 0px;
	padding: 0 5px 0 10px;

	text-decoration:underline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

#buttons a:hover {
	text-decoration:none;
}

#buttons strong{
	font-size:14px;
	text-transform:uppercase;
}