/* Style sheet written by Marco Giaccaria during 2004. */
   
/* ...NO Copyright on this CSS  */

body         { 
               background : #fffffe;
               color : #800000;
					font-size : 11px;
               font-family : Verdana, Arial, Helvetica, sans-serif;  
               font-weight : normal;
					margin-left : 5px; 
				   margin-right : 10px; 
               margin-top : 5px; 
				   margin-bottom : 5px; 
}
a            { 
               color : #d2691e; 
					font-size : 12px; 
					font-weight: bold; 
					text-decoration : none; 
					font-family : Verdana, Arial, Helvetica, sans-serif;
}
a:hover      { 
               color : #F5F5DC; 
					font-size : 12px; 
					background : Maroon; 
					font-weight : bold; 
					text-decoration: overline underline; 
}
.title
{
      background-image: url(header.jpg);
		border: solid 1px #CD8E2D;
      color: #ffbbaa;
	   font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
      font-weight: bold;
      font-size: 12px;
		height: 85px;
		padding: 18px 18px 18px 18px;
}
td           { 
               color : #800000; 
					background-color: #fffffe;
					font-family : Verdana, Arial, Helvetica, sans-serif; 
					font-size : 11px;
}
th           { 
             color : #800000;
				 font-size : 10px; 
				 font-family : Verdana, Arial, Helvetica, sans-serif; 
             font-weight : bold;
				 border : 1px none inherit;
				 border-style: solid;
				 border-color : #800000;
}
.header      {
               background-color : #deb887;
					font-family : Verdana,Arial,Helvetica,sans-serif;
					color:#800000;
					padding: 10px 10px;
					text-align : left;
					font-weight : bold;
					font-style : normal;
					font-size : 14px;
}
.data        {
               background-color : #f5f5dc;
					font-family : Verdana,Arial,Helvetica,sans-serif;
					color : #80000;
					text-align : left; 
					font-weight : normal;
					font-style : normal;
					font-size : 11px;
}
.dataAC      {
               background-color : #ffe4c4;
					font-family : Verdana,Arial,Helvetica,sans-serif;
					color : #800000;
					text-align : left;
					font-weight : normal;
					font-style : normal;
					font-size : 11px;
}
.dataAD      {
               background-color : #faebd7;
					font-family : Verdana,Arial,Helvetica,sans-serif;
					color : #800000;
					text-align : left;
					font-weight : normal;
					font-style : normal;
					font-size : 11px;
}
.news      {
               background-color :  #FF7F50;
					font-family : Verdana,Arial,Helvetica,sans-serif;
					color : #FFF8DC;
					text-align : left;
					font-weight : bold;
					font-style : normal;
					font-size : 12px;
}
form         { 
               color : #800000; 
					font-size : 10px; 
					font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.body        { 
               color : #800000; 
					font-size : 10px; 
					font-family: Verdana, Arial, Helvetica, sans-serif; 
}
.footnote    { 
               font-size : 10px; 
					color : #800000; 
}
.view        { 
               font-size : 10px; 
					color : #800000; 
}
H2 {
	font-size : 16px;
}
H3 {
	font-size : 18px;
	color: #fff8dc;
	background-color: #dc143c;
	font-family : Verdana, Arial, sans-serif;
	text-align: center;
	letter-spacing: 3px;
	padding: 12px;
	}
H4 {
   font-family : Verdana, Arial, sans-serif;
   font-size : 14px;
	background-color : #ffeeaa;
	color : #D2691E; 
	padding: 10px;
	width: 95%;
	}
H5 { 
   background-color : #ff0000; 
	color : #ffffff; 
	font-size : 12px; 
	font-weight : bold; 
	padding : 12px;
	width: 99%;
}
H6 {
	font-size: 14px;
	color: #fff8dc;
	font-family : Verdana, Arial, sans-serif;
	background-color: #dc143c;
	text-align: center;
	padding: 10px;
	width: 99%;
}
small { 
      font-size : 10px;
}
hr {
   color : #ffeeaa;
	height: 4px; 
	font-size : 100%;
	width: 750px; 
}
