body {
                background-color : #ffffff;
	font-size: 10px;
	font-family: Georgia, Times, Serif;
	letter-spacing: 2px;
                color : #acacac;

}


a {
    	font-size: 10px;
	font-family: Georgia, Times, Serif;
	font-variant:small-caps;
	letter-spacing: 3px;
	font-weight:bold;
                text-decoration : none;
                color :#000000;

}

a:hover {
          color : #000000;	
          text-decoration:none;
          border-bottom: 1px dotted #acacac; 


      }


.title {

	font-size: 10px;
	font-family: Georgia, Times, Serif;

	letter-spacing: 3px;
                color:#000000;
	font-weight:bold;

      }

table, td{
          font-size :11px;
          text-align: justify;
          color : #acacac;
          font-family:Times New Roman;
          line-height: 12px;
}

select,option {
	background: #000000;
	width:110px;
	height:12px;
	text-align: center;
	font-size: 9px;
	font-family: Georgia, Times, Serif;

	letter-spacing: 3px;
	color: #ffffff;
	border: 1px solid #000000;

}
