@charset "utf-8";
/* CSS Document */

body {

	background-color:#35728a;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-position:top;
	
}
 
p, li {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding-top:2px;
}

strong, b {
	color:#35728a;
}

.button {
	color:#FFFFFF;
	font-family:"Century Gothic",Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image:url(../images/button-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#35728a;
}

.button a:link { color:#FFFFFF; text-decoration:none; }
.button a:visited { color:#FFFFFF; text-decoration:none; }
.button a:hover { color:#FFFFFF; text-decoration:underline; }