@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

p{
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;
	color:#019ee2;
}
a:hover {
	color:#ff7a39;
}

a {
	outline: none;
}
a img {
	border:none;
}

.block {
display:block;
}

/*---------Headings--------------*/

h1{
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.8em;
	text-transform: uppercase;
	color: #cc5419;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	*/
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #239baf;
	padding:20px 0px 20px 0px;
	font-weight: normal;
	margin:0px;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #87b258;
	padding:10px 0px 10px 0px;
	font-weight: normal;
	margin:0px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #848484;
	padding:0px 0px 20px 0px;
	font-weight: normal;
	margin:0px;
}

/*---------UL styles --------------*/

ul.readmore {
	padding:0px;
	margin:5px 12px 12px 0px;
	list-style-type:none;
	list-style-image:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: none;
}

ul.readmore li {
	padding-left:0px;
	text-decoration:none;
	color:#ff7a39;
	list-style-image:none;
	background-image: none;
}

ul.readmore li a{
	color:#ff7a39;
	text-decoration:none;
}

ul.readmore li a:hover{
	color:#ff7a39;
	text-decoration: underline;
}

/*---------OL styles --------------*/

ol, li ol {
 /* font: italic 1.0em Georgia, Times, serif;
  color: #2f90cd;*/
  margin:0px;
  padding:0px 0px 0px 30px;
}

/*ol p {
  font: normal 1em Arial, Helvetica, sans-serif;
  line-height:1.4em;
  color:#535353;
}*/


/*Tables*/

table {
	width:100%;
		border: thin solid #CCCCCC;
		margin-top:8px;
		margin-bottom:8px;

}
.table_noborder {
 border-width: 0px;
}
  
td, th {
  padding:0px; 
  vertical-align:top; 
  border-width: 0px;
  padding:0px 6px 0px 10px;
}
  
td p, th p {
	margin:0px;
	padding:0px ;
	border-width: 0px;
	
}

tr.mod {background-color:#e9f0f6;}
tr.highlights{
	background-color:#DFEAEA;
}


tr.header td, tr.header th {
	background-color:#86d6e3;
}

tr.header p {
	color:#FFFFFF;
	font-weight:bold;
	padding:0px;
	margin:8px 0px 8px 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.number_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #086dad;
}

/*--------------Error messages--------------*/

div.errormessage_red{
	width: 438px;
	border-top: 4px solid #D04C30;
	border-bottom: 4px solid #D04C30;
	background: #FFF  url(../../_sharedimg/error_msg_red.gif) no-repeat top;
	padding: 27px 0 27px 100px;
	font-style: italic;
	color: #D04C30;
	min-height:46px;
}

div.errormessage_green{
	width: 438px;
	border-top: 4px solid #76BA16;
	border-bottom: 4px solid #76BA16;
	background: #FFF url(../../_sharedimg/error_msg_green.gif) no-repeat top;
	padding: 27px 0 27px 100px;
	font-style: italic;
	color: #76BA16;
	min-height:46px;
}

div.errormessage_blue{
	width:438px;
	border-top: 4px solid #1292C7;
	border-bottom: 4px solid #1292C7;
	background: #FFF url(../../_sharedimg/error_msg_blue.gif) no-repeat top;
	padding: 27px 0 27px 100px;
	font-style: italic;
	color: #1292C7;
	min-height:46px;
}

div.errormessage_orange{
	width:438px;
	border-top: 4px solid #E65C00;
	border-bottom: 4px solid #e65c00;
	background: #FFF url(../../_sharedimg/error_msg_orange.gif) no-repeat top;
	padding: 27px 0 27px 100px;
	font-style: italic;
	color: #E65C00;
	min-height:46px;
}
h2.news_title a {color:white; }
h2.news_title a:hover {text-decoration:underline; }
