﻿/*body style*/
body 
{   
    font-size: 11pt;
    margin: 0;    
	padding: 0;	
    page-break-after: auto;
    vertical-align: middle;    
    color:Black;
    font-family: arial;        
    text-align: left;
    text-decoration: none;   
}

/*title style*/
h1, h2, h3, h4 {
	margin: 0;
	font-family: Tahoma;
}

/*p style*/
p {
	line-height: 1.4em;
}

/*Line style*/
hr {
	border: 0;
	border-top: 1px solid #505050;
	height: 1px;
}

/*Link style*/
a 
{
     color:#0e3f9c;
     font-family:MS Sans Serif;  
     text-decoration:none;
     font-size: 11pt;
 }
 
a:hover 
{
    color:Red;LEFT: 1px; 
    POSITION: relative; 
    TOP: 1px; 
    TEXT-DECORATION: underline
 }
 
a:active 
{
    color:#666666;
    text-decoration:none
} 
/*table style*/
table 
{    
    font-family:Microsoft Sans Serif;
	font-size: 10pt;
	border-width:0;
	padding:0;
	text-align:left;
	vertical-align:middle;				
}



/*text box
input
{
    border-style:solid;
    font-size:10pt;           
    border-width:1pt;    
    border-color:#999999;
    background-color:#fefefe;    
    font-weight:100;
    font-family:Tahoma;    
    color:#333333;      
}*/


