body {
	background-color: #ceebee;
	background-image: url(../images/bg-logo.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: right bottom;
	}

body p, td {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 13px;
	color: #874619;
	line-height:20px;
	}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#0a7693;
	font-style:italic;
	}

h2 {
	font-size:20px;
	color:#15803d;
	font-style:italic;
	}

h3 {
	font-size:16px;
	color:#15803d;
	font-style:italic;
	}

h4 {
	font-size:14px;
	color:#0a7693;
	}

a:link {
	color: #22a454;
	text-decoration:none;
	font-weight:bold;
	}

a:visited {
	color: #22a454;
	text-decoration:none;
	font-weight:bold;
	}

a:hover {
	text-decoration:underline;
	font-weight:bold;
	}
	
a:active {
	color: #e57528;
	font-weight:bold;
	}

.copyright {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	}

.circle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	}



