/* CSS Document */
body, td, table, p, span{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height:20px;
}

/* General tags */
img {
	border:0px;
}

p{

}

H1,H2,H3,H4,H5,H6 { 
	color: #003144;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:6px;
	margin-top:0px;
}

/* Header tags */
H1{
	font-size: 28px;
	margin-bottom:15px;
}

H2{
	font-size: 26px;
	margin-bottom:15px;
}

H3{
	font-size: 24px;
	margin-bottom:15px;
}

H4{
	font-size: 22px;
	margin-bottom:15px;
}

H5{
	font-size: 20px;
	margin-bottom:15px;
}

H6{
	font-size: 18px;
	margin-bottom:15px;
}

/* link tags */

A:link{
color:#DCAA43;
}

A:visited{
color:#DCAA43;
}

A:active{
color:#DCAA43;                                               
}

A:hover{
color:#DCAA43;
}

/* tables styles */

table{
	border-collapse:collapse;
}

td{

}

tr{

}

/* list styles */

ul {
	margin-left:25px;
}

ol{
	margin-left:25px;
}

li{
 
}

/* horizontal line */ 
hr {
      border: 0;
	  color: #551300;
      background-color: #551300;
      height: 1px;
}
/* ------------------------ Tables, ... OLD Styles ------------------------- */
TABLE {
	font-family: Arial, Helvetica, sans-serif;
	color: #003144;
	font-size: 8pt;
	margin:0;
	padding:0;
	text-align:left;
}
TABLE.bred, TABLE.bred_bgwhite {
	margin:0;
	padding:0;
	border: 1px solid #999;
}
TABLE.bred {
	background-color:#ebebeb;
}

TD.o2 {font-size:2px}
TD.o4 {font-size:4px}
TD.o7 {font-size:7px}
TD.sz7 {font-size:7pt}

P.reptxt {text-align:justify}
.text_blue{color:#09c;}
.star {color: #ff0000; font-size:9pt;}
.subsstar {color: #ff0000; font-size:8pt;}
.txtinfo {color:#999}
.bgcol_miblue {background-color:#ebebeb;}
.sz7pt {font-size:7pt}
/*
A.text {color:#666}
A:hover.text {color:#f90}

A.list {color:#666; font-size: 8pt}
A:hover.list {font-size: 8pt; color:#f90}

A.stat {color:#666; font-size: 8pt; text-decoration: none}
A:hover.stat {font-size: 8pt; color:#f90}
*/
SELECT {
	font-family: Arial, Helvetica, sans-serif;
  color: #666;
	font-size:8pt;
}
INPUT {
	font-family: Arial, Helvetica, sans-serif;
  color: #666;
	font-size:8pt;
}
INPUT.searchbtn {
	font-size: 10pt;
	font-weight: bold;
	color:#666;
/*	background-color: rgb(0,70,120);*/
	cursor: hand;
}
INPUT:hover.searchbtn {
	color:#f90;
}
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
  color: #666;
	font-size:8pt;
}
/* ------------------------ End Formbase ------------------------- */

