BODY {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #000;
}
a:link {
text-decoration: none;
color: #000;
font-size: 12px;
font-weight : bold;
}
a:visited {
text-decoration: none;
color : #444;
font-size: 12px;
font-weight : bold;
}
a:alink {
text-decoration: none;
color: #000;
font-size: 12px;
font-weight : bold;
}
a:hover {
text-decoration: none;
color : #990000;
font-size: 12px;
font-weight : bold;
}

ul
  {
  margin-left: 0;
  padding-left: 2em;
  }
li
  {
  margin: 0;
  padding: 0;
  }
.smalltext {
	font-size: 9px;
}
div.hr { margin: 5px 0px; border: none; border-top: 1px solid #D3D3D3; }
div.hr hr { display: none; }

.whitetitle {
font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.redtitle {
font-size: 12px;
	font-weight: bold;
	color: #ED1B23;
}
.titletext {
	font-size: 12px;
	font-weight: bold;
	}
.huge {
	font-size: 15px;
	font-weight: bold;
	}
	
.bodytext {
	font-size: 11px;
	font-weight: normal;
	}
	.whitebodytext {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	}
input.button { 
background-color: #444; 
border: 1px solid #000;
font-family: Verdana, Helvetica, sans-serif;
font-weight: bold; 
font-size: 10px;
color: #ffffff;
}
input.field {
background-color: #ccc;
border: 1px solid #444;
font-size: 10px; color: #000000;
}
select.drop { 
background-color: #ccc;
}
textarea.detail {
background-color: #ccc;
border: 1px solid #444;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #7d7d7d;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #7d7d7d;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
}
h3  {
    font-size: 12px;
	font-weight: bold;
	color: #ED1B23;
	margin-top: 0px; 
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-bottom: 0px;
}