body {
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #000;
}
/*---------------------HEADINGS */
h1 {
    font-size: 1.6em;
    margin: 1em 0;
    font-weight: normal;
}
h2 {
    font-size: 20px;
    line-height: 1.25em;
    margin: 0em 0 16px;
    color: #000;
    font-weight: normal;
}
h3 {
    font-size: 15px;
    line-height: 1.25em;
    margin: 0 0 8px;
    color: #000;
    font-weight: normal;
    display:block;
}

.NewsSummaryLink a {
	text-decoration: none;
	 font-size: 15px;
    line-height: 1.25em;
    margin: 0 0 8px;
    color: #D31F3A;
    font-weight: normal;
    display:block;
}

h4 {
    font-size: 15px;
    line-height: 1.25em;
    margin: 0 0 8px;
    color: #333;
    font-weight: normal;
}
h5 {
    color: #333;
    font-weight: normal;
    font-size: 1em;
    margin: 0 0 8px;
}
h3 a {color: #D31F3A;}
.navigation h3,
.printLogo {display: none;}
 
.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.hidden {display:none;}
.hasTopMargin {margin-top:20px;}
.centered {text-align: center;}
  
 
/*---------------------FONT STYLE */
 
p {margin: 0 0 15px 0;}
b, strong {font-weight: bold;}
em {font-style: italic;}
u {text-decoration: underline;}
small {font-size: 0.85em;}
big {font-size: 1.2em;}
img.border {
    border: 1px solid #ccc;
    margin:0 20px 1em 0;
}
/*---------------------LINKS */
a {
    color: #d31f3a;
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #33337b;
}
a:active {outline: none;}
a img {border: none;}
 
 
a.button {
    background: #ccc;
    display: block;
    width: 100px;
    padding: 10px 0px;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
a.button.wide {width: 250px;}
a.button:hover {
    color:#fff;
    background: #333;
    text-decoration: underline;
}
/*---------------------LISTS */
ul {
    list-style: circle;
    margin: 10px 0 20px;
    padding: 0 0 0 15px;
    list-style-position: inside;
}
ol {
    margin: 10px 0 20px 0px;
    padding: 0 0 0 20px;
    float: left;
}
p+ol, p+ul {margin-top: 0;}
/*---------------------TABLES */
table {
    border-collapse: collapse;
    clear:both;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    margin-left: 1px;
}

caption {display: none;}
thead th {
    background-color: #d31f3a;
    font-size:14px;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
td, th {
    padding:6px 10px;
    font-weight: normal;
    background: #fff;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}
th {
    font-size:14px;
    color: #333;
}
.evenRow, .evenRow td, .evenRow th {background: #ededed;}
.oddRow, .oddRow td {background: #fff;}
/*---------------------DATA TABLES */
dl {
    width: 45%;
	float: left;
    overflow: hidden;
    margin: 0px;
    padding: 0px 0px 5px;
}
dt{
    float: left;
    width: 115px;
    text-align: right;
    color: #ed171f;
	font-size: 17px;
	font-weight: bold;
	margin-top: 8px;
}
dd {
    float: left;
    margin-left:30px;
}
/*---------------------BLOCKQUOTE */
blockquote {
    margin: 0.5em 0;
    padding: 1em;
    background: #ededed;
}
/*---------------------HORIZONTAL LINE */
hr {
    border: none;
    height: 1px;
    margin: 0 0 1em;
    clear: both;
    background: transparent;
    border-bottom: 3px solid #dadada;
}
form+hr {margin-top:15px;}
 
/*-----------------
FORMS
------------------*/
.standardform {overflow: hidden;}
fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 464px;
}
.standardform label {
	width: 50px; 
	text-transform: lowercase;
	float: left;
	font-weight: normal;
	color: #D31F3A;
	border-bottom: 1px dashed #ccc;
	height: 20px;
	margin-right: 3px;
}
* html .standardform label {margin-right:0px;}

.standardform input {
	border: none;
	border-bottom: 1px dashed #ccc;
	width: 410px;
	padding: 2px;
	margin-bottom: 3px;
	background-color: transparent;
	color: #000;
	font-size: 13px;
}

.standardform select {
	border: 1px solid #D31F3A;
	padding: 2px;
	margin-bottom: 3px;
	width: 410px;
	float: right;
}

.standardform .textlabel label {width: 464px;margin-right: 0;}

.standardform textarea {
	width: 464px;
	height: 70px;
	border: none;
	border-bottom: 1px dashed #ccc;
	padding: 2px;
	margin-bottom: 10px;
	background-color: transparent;
	font-family: arial, sans-serif;
	color: #000;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.3em;
}
.submit input {
	background-color:#DADADA;
	border:1px solid #DADADA;
	color:#D31F3A;
	cursor: pointer;
	width: 80px;
	float: right;
	clear: both;
}

.submit input:hover {
	cursor: pointer;
	background-color:#33337b;
	border:1px solid #33337b;
	color:#fff;
}
