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


body {
	background-color: #f8ee37;
	background-image: url(images/back-header.jpg);
	background-position: 580px 100px;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body.nopic {
	background-color: #f8ee37;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url();

}

p {
	font-size:12px;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
	font-weight:bold;`
}

.small {
	font-size:10px;
}

a:link {
	color:#FF0000;
}

a:hover {
	color:#FFFF99;
}

a:visited {
	color:#FF0000;
}

a:hover:visited {
	color:#FFFF99;
}

.nav a {
	text-decoration:none;
}

.nav a:hover {
	text-decoration:underline;
}