body {
	background: #FFFFFF; 
	font-family: Verdana, Arial, Sans-Serif; 
	color: #252525; 
	font-size: 11px; 
	text-align: justify; 
	margin-bottom: 10px;
	}

a, a:link, a:visited {
	color: #BA131A; 
	font-weight: bold; 
	text-decoration: none;
	border-bottom: #252525 1px solid;
	}

a:active, a:hover {
	color: #252525; 
	font-weight: bold; 
	text-decoration: none;
	border-bottom: #BA131A 1px solid;
	}

#image {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 600px; 
	height: 140px; 
	padding: 0px; 
	margin: 0px; 
	border: 0px;
	}

#content {
	position: absolute; 
	top: 130px; 
	left: 32px; 
	width: 560px;
	}

#header {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: center;
	}
	
#footer {
	margin-top: 20px; 
	font-size: 11px; 
	text-align: center;
	}

.nav {
	text-transform: uppercase;
	font-size: 14px;
	font-family: Trebuchet MS, Lucida Grande, Sans-Serif;
	}

.nav a {
	border-style: none;
	}

.valid {
	padding-top: 20px;
	}

h1, .h1 {
	font-family: Trebuchet MS, Lucida Grande, Verdana, Sans-Serif;
	text-transform: uppercase;
	color: #820000; 
	font-size: 20px; 
	font-weight: bold;
	margin: 0;
	padding-left: 30px;
	}

h4, .dot {
	font-family: Trebuchet MS, Lucida Grande, Verdana, Sans-Serif;
	color: #959595;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	}

strong, .strong {
	color: #820000; 
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

small, .small {
	font-size: 10px;
	}

.u {
	text-decoration: underline; 
	font-style: normal; 
	font-weight: normal;
	}

.del {
	text-decoration: line-through;
	}

input, textarea {
	border: 1px solid #252525; 
	background-color: #BA131A; 
	color: #FFFFFF;
	}
	
