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

body {
	background-color:#CCCCCC;
}

p {
	font-family:helvetica, arial, sans-serif;
	color:#333;
	font-size:12px;
	line-height:22px;
}

#footer {
	font-family:helvetica, arial, sans-serif;
	color:#F30;
	font-size:11px;
}

a {
	color:#F30;
	text-decoration:none;
}

a:hover {
	color:#FE0000;
	text-decoration:underline;
}

.bodytable {
	margin-top:10px;
	margin-bottom:10px;
}

h1 {
	color:#330000;
	font-size:28px;
	font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-weight:bold;
}


h2 {
    color:#330000;
    font-size:22px;
    font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-weight:bold;
}


h3 {
    color:#330000;
    font-size:18px;
    font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-weight:bold;
}

.footer {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
}

.header {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
}

.title {
	color:#330000;
	font-size:28px;
	font-family:Helvetica, Verdana, Arial, Sans-serif;
	font-weight:bold;
}

.thumbnail {
width:50px;
height:100px;
}

.form {
	font-family: helvetica, arial, sans-serif;
	color: #000;
	font-size: 12px;
}

ul {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	}

li {
	font-family: helvetica, arial, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 20px;
	}
