a,p,h1,h2,h3,form, input
ul,li,tr,td,th  { 
	        font-size: 12px;
	        color: black; 
	        font-family: verdana, sans-serif;
	        background-color: transparent;
	        margin: 0px;
	        padding: 0px;
		vertical-align:top;
                }

p,ul,li,ol 	{	
		line-height: 150%;
		margin: 9px 30px 3px 30px;
		list-style-type: square;
		vertical-align: center;
    		}

ul 		{    
		margin-bottom: 20px; 
		}

h1 		{		
		font-size: 14px;
		font-weight: bold; 
		line-height: 150%;
		color: #832B29;
		margin: 20px 30px 10px 30px;
		padding-bottom: 5px;
        	border-bottom: 1px #ccc solid;
		}
	
h2		{
		font-size: 14px;
		font-weight: bold;
		line-height: 150%;
		color: #000066;
		margin: 20px 60px 10px 30px;
		padding: 15px 0px 5px 0px;
        	border-bottom: 1px #ccc solid;
		}

a		{	
		line-height: 150%;
		text-decoration: underline;
		color: black;
		}	        
        

a:hover		{
		background-color: #eee;
		line-height: 150%;
		
		}


table,th,tr,td	{ 

      		border-collapse: collapse;
      		margin-right:auto; 
      		margin-left:auto; 
      		}
      		

		
td,tr,th {      border: 1px solid #e6e6e6;
      		line-height: 150%;
      		text-align: left;
      		}

th 		{ 
		font-weight: bold;
     		border-bottom: 2px solid #ccc;
		}
      		
table 		{ 
		width:85%;
		}      		


p.left 
	        { 
	        text-align: left;
		}

p.right
	        { 
	        text-align: right;
		}

p.center
	        { 
	        text-align: center;
	        margin-left:auto;
	        margin-right: auto;
		}
      		
img	     	{
                border:0;
              	}
              	
td.middle		{
		vertical-align: middle;
		
		}




