/***********************************************/
/* emx_nav_right.css                           */
/* Use with template Halo_rightNav.html        */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

table 
{
    border-spacing:0;
    border-collapse:collapse;
    margin:0px 0px 0px 0px;
    padding:-1px 0px -1px 0px;
    
    table-layout:auto;
     
    
    table-layout:auto;
        margin-left: 0;
        margin-right: 0; 
        
        }
/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}








