/***   Main    ***/
h1 {
	color: #004E98;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px; text-align:left
}
h2 {
	font-size: 11px;
	margin-bottom: 1px;
	margin-top: 8px;
}

.bodytext {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 7px;
}

/***   Menus    ***/
.menutop {
	color:#000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	text-transform:uppercase;
	background-color:#CCCCCC;
}
.menutop a {
	color: #000000;
	text-decoration: none;	
}
.menutop a:link {
	color: #000000;
	text-decoration: none;	
}
.menutop a:visited {
	color: #000000;	
	text-decoration: none;
}
.menutop a:active{
	color: #000000;
	text-decoration: none;	
}
.menutop a:hover {
	color: #808080;
	text-decoration: none;

}
.menuleftheading1 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:8px;
	margin-top:6px;
	text-align: right;
	text-transform: uppercase;
	white-space: nowrap;
}
.menuleftheading1 a {
	color: #000000;	
	text-decoration: none;
}
.menuleftheading1 a:link {
	color: #000000;
	text-decoration: none;
}
.menuleftheading1 a:visited {
	color: #000000;
	text-decoration: none;	
}
.menuleftheading1 a:active{
	color: #000000;
	text-decoration: none;
}
.menuleftheading1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.menuleft {
	color: #000000;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: right;
	white-space: nowrap;
	padding-left:3px
}
.menuleft a {
	color: #000000;	
	text-decoration: none;
}
.menuleft a:link {
	color: #000000;
	text-decoration: none;
}
.menuleft a:visited {
	color: #000000;
	text-decoration: none;	
}
.menuleft a:active{
	color: #000000;
	text-decoration: none;
}
.menuleft a:hover {
	color: #000000;
	text-decoration: underline;
}


/***   News    ***/
.newsheading1 {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #93A6AB;
}
.newsheading2 {
	color: #004E98;
	font-size: 11px;
	font-weight: bold;
	margin-top:3px;
}
.newsbody {
	font-size: 10px;
	line-height: 11px;
	margin-top:3px;
	margin-bottom: 8px;
	color:#333333
}

/***   Tables    ***/
caption {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}
.tableheading1 {
	border: medium none #FFFFFF;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
 	margin-left:8px
}
.tablerowgrey {
	font-size: 10px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align: top;
	background:#E4E4E4

}
.tablerowwhite {
	color: #000000;
	font-size: 10px;
	padding-left:8px;
	padding-right:8px;
	padding-top:2px;
	padding-bottom:2px;
	vertical-align: top;
	background:#FFFFFF;
}

/***   Interactive    ***/
a:link {
	color: #004E98;
	text-decoration: none;
}
a:visited {
	color: #004E98;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active{
	color: #004E98;
	text-decoration: none;
}

/***   Misc    ***/


.note {
	font-size: 9px;
	text-align: left;
	text-indent: 5pt;

}
.copyright {
	color:#000000;
	font-size: 9px;
	margin-top: 50px;
	text-align: center;

}
.imgright {
	float: right;
	padding-left: 10px;
}
.readmoreabout1 {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin: 0px 0px 3px;
	white-space: nowrap;
}
.readmoreabout2 {
	color: #004E98;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: 0px 0px 1px;
	white-space: nowrap;
}
.img_caption {
	color: #333333;
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	margin-bottom: 5px;
	text-align: left;
}
.languagecomment {
	color: #999999;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 2px;
	text-align: left;
}
.bgrImg    { background-repeat: no-repeat
}

.bullets_arrows {
	list-style-image: url('images/bullet_blue4.gif');
	list-style-position: outside;
}


/***   Html-Tags    ***/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat
	
}
p {
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size: 11px;
}
hr {
	height: 1px;
	line-height: 1px;
	width: 100%;
	color: #cccccc;
}
ul {
	margin-top:6px; /*** line space before list***/
	margin: 0; /*removes indent IE and Opera*/
	padding-left: 0; /*removes indent Mozilla and NN7*/
}
ol {
	list-style-type:decimal;
	margin-top:6px;
	margin: 0; /*removes indent IE and Opera*/
	padding-left: 0; /*removes indent Mozilla and NN7*/
}
li {
	font-size: 11px;
	margin-left:25px;  /*** Left indent ***/
	margin-bottom:2px; /*** Space between UL/OL lines ***/
}

/***  Forms    ***/
input, select, textarea { 
border: 1px #999999 solid; 
font-family: Verdana, Arial, sans-serif; 
font-size: 10px; 
margin-top: 0px; 
margin-right: 0px; 
margin-bottom: 0px; 
margin-left: 0px; 
padding-top: 1px; 
padding-right: 0px; 
padding-bottom: 1px; 
padding-left: 2px;
}
/* ..Forms Continued (input.clear class used to clear radio button from border) */
input.clear {
border: none;
}

/* ONLINE STOCK QUOTE */
tr.list-heading-2, tr.body {
font-size: 9px;
}

.table.Header { font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif }
.table.Text { font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif }
.table.context { font-size: 10pt; font-family:Verdana, Arial, Helvetica, sans-serif }

b.body,i.body {
	font-weight:normal;
	font-style:normal;
	}
h1.newsheading2 {
	color: #004E98;
	font-size: 11px;
	font-weight: bold;
	margin-top:3px;
	display:inline;
}

/* Press release styles */
.hugin_h1 {
	font-size:14px;
	color: #000000;
	font-weight:bold;
	margin-bottom:8px;
	margin-top:6px;
	margin-left:8px;
	padding-bottom:4px;
	border-bottom:1px solid #ccc;
}

.hugin_date {
	color: #000000;
	font-weight:bold;
	margin-left:8px;
}

.hugin_ingress {
	color: #000000;
	font-size: 11px;	
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 5px;
	margin-left:8px;
}

.hugin_bodytext {	
	font-size:11px;
	line-height:14px;
	margin-bottom:4px;
	margin-left:8px;
}

.hugin_link {
	font-weight: bold;	
	margin-left:12px;
}

.hugin_archive_h1 {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 8px;
}

}

.Newlink a:link {
	color: #173C8D;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: right;
	white-space: nowrap;
	padding-left:3px
	
}


.menunew {
	color: #1946A1;
	font-size: 10px;
	margin-bottom: 5px;
	text-align: right;
	white-space: nowrap;
	padding-left:3px
	font-weight: bold; 
}
.menunew a {
	color: #1946A1;	
	text-decoration: none;
	font-weight: bold; 
}
.menunew a:link {
	color: #1946A1;
	text-decoration: none;
	font-weight: bold; 
}
.menunew a:visited {
	color: #1946A1;
	text-decoration: none;	
	font-weight: bold; 
}
.menunew a:active{
	color: #1946A1;
	text-decoration: none;
	font-weight: bold; 
}
.menunew a:hover {
	color: #1946A1;
	text-decoration: underline;
	font-weight: bold; 
}