﻿body 
{
	font-family:Calibri; 
	padding:0;
	margin:0;    
}

table
{
	width:100%;
}

td
{}
.content 
{
	width:60%;  content center 
/* width:1000px; */
}

.bottom
{
    font-family:Arial;
    font-size: 10px;
    text-align:center;
    
}

#footer
{	
	text-align:left;	
	color:White;
}

.footer-header
{	
	font-size:11px;
}

.footer-text
{
	font-size:x-small;	
}

 .companyName
        {
            font-size: x-large;
            font-weight: bold;
            color: #FF9900;
        }
        
  .welcomeTitle
        {
            font-family: Arial;
            font-weight: bold;
            font-size: x-large;
            color:#FF9900;
        }
a:link
{
	text-decoration:none;    
    color:white;/*394285*/
} 
 
 a:hover
 {
 	text-decoration:underline;
 
 }

a:visited {
    color: white;
}


/* layout 

<table border="1px" width="100%" style="border-color:Black">        
        <tr>
            <td>empty</td>
            <td class="center">
                <table>
                    <tr>
                         <td>top</td>
                    </tr>                       
                    <tr>
                        <td>header</td>
                    </tr>
                    <tr>
                         <td>CONTENT</td>
                    </tr>                    
                    <tr>
                        <td>Footer</td>
                    </tr>                    
                    <tr>
                        <td>Bottom</td>
                    </tr>                
                </table>   
            </td>
            <td>empty</td>
        </tr>        
    </table>  
end of layout */