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

body{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#header{
	background-image: url(images/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.logo{
	text-align: right;
	padding-right: 80px;
}
.button{
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 47px;
	padding-left: 15px;
}
#flash{
	border: 1px solid #999999;
	background-color: #CCCCCC;
	height: 350px;
}
#flash2{
	width: 951px;
	text-align: left;
}
.form{
	font-size: 12px;
}
#footer{
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 20px;
	}
.footer{
	font-size: 10px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover{color: #990000;}

h1{
	font-size: 18px;
	font-style: italic;
	color: #6E100F;
	margin-top: 20px;
}
h2{
	margin-top: 20px;
	color: #333333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
p{
	line-height: 20px;
}
b{
	color: #6E100F;
}
