	   
/* -----------------------------------------------  Old Style  -----------------------------------------------*/
	   

H1 {
	color : #330000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 25px;
	font-style : italic;
}

 a:link  {
       text-decoration : none;
       color : #3163CE;
       font-family : Arial, Helvetica, sans-serif;
	   font-size : 13px;
       font-weight : normal;
       font-style : normal;
       }
       
       a:visited  {
       text-decoration : none;
       color : #3163CE;
	   font-size : 13px;
       font-family : Arial, Helvetica, sans-serif;
       font-weight : normal;
       font-style : normal;
       }
       
       a:hover  {
      	color : #9C0000;
      	text-decoration : underline;
      	font-weight : normal;
      	font-style : normal;
	    font-size : 13px;
      	font-family : Arial, Helvetica, sans-serif;
	    }
		P {text-align: justify;
		text-indent: 0px
		}
		
	A.a1:link  {
	text-decoration : underline;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}
	   
	   	A.a1:hover  {
       text-decoration : none;
       color : #FFFFFF;
       font-family : Arial, Helvetica, sans-serif;
	   font-size : 13px;
       }
	   
	   	A.a1:visited  {
       text-decoration : none;
       color : #FFFFFF;
       font-family : Arial, Helvetica, sans-serif;
	   font-size : 13px;
       }
	   
	   
/* -----------------------------------------------  My Style  -----------------------------------------------*/
	   
	
TD {
	color : #746A41;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-style : normal;
}
	
.testoSmall {
	color : #746A41;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
}

	
.TdTitle {
	color : #746a41;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
	
.TestBig{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
}

img {
	border: 1px solid #000000
	}
	
	
.noimg {
	border: 0px solid #000000
	}