/* CSS Document */

a , a:link , a:visited  {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #45715d;
}

a:active , a:hover  {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #45715d;
}

body { 
	background-color: #f8fffc;
	color: #333333;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

.caption {
	color: #414038;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

.footer {
	color: #000000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

.header {
	color: #333333;
	font-family: verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.norepeat {
	background-repeat: no-repeat;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style:italic;
}