/* global */
@charset "UTF-8";
html {
	font-size: 100%; 
	height: 100%; 
	margin-bottom: 1px;
	}
body {
  	margin: 0px 0px 0px 0px;
  	padding: 0px;
	background:#C12912;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #353535;
}
ul.disc {
	list-style-type: disc;
	margin:0px; padding:0px;
}
a {
	color: #C12912; 
	text-decoration: underline;
}
a:hover {
	color: #C12912;
	text-decoration: none;
}
hr {
    border: 0;
	color: #353535;
	background-color: #353535;
    height: 1px;
	margin: 10px 0px 10px 0px;
}

.footer {
	width: 910px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #f3dd76;
	text-align: center;
}
.footer a {
  color: #f3dd76; 
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
}
.nav {
	background: #ffffb0;
	height: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #353535;
}	
.nav a {
	color: #353535; 
	text-decoration: none;
}
.nav a:hover {
	text-decoration: underline;
}

h1 .header {
  margin:10px 0px;
}

h2, .subheader {
	color: #C12912;
	font-weight:bold;
	font-size: 16px;
	font-style: normal;
	margin:10px 0px;
}

.textHomepage {
	font-size:16px; 
	color:#FFEEB1; 
	font-weight:normal; 
	line-height:22px
}





