/* CSS Document */
BODY {
    background-color :#575757;
    margin : 0px 0px 0px 0px;
    font-family : Arial, Helvetica, Verdana, sans-serif;	
    font-size : 8pt;
    font-weight : normal;
    color : #999999;	
}   

.bordered {
	border-top: #dedede 1px solid; 	
	border-bottom: #dedede 1px solid;  
	border-left: #dedede 1px solid;
	border-right: #dedede 1px solid;
	background-color : #e6e6e6;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 9pt;	
    color : #666666;		
}

.small {font-size : 7pt;}

td, option, textarea {
    font-family : Arial, Helvetica, Verdana, sans-serif;
    font-size : 9pt;
    font-weight : normal;
    color : #777777;
}


a {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration : none;    
    color : #2A80AC;   
}

a.nav {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration : none;    
    color : #ffffff;   	
}

a.nav:Hover {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration : underline;    
    color : #cccccc;   	
}
		
a.white {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration : underline;    
    color : #ffffff;   	
}

a.white:Hover {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration : underline;    
    color : #cccccc;   	
}

a:Hover {
    font-family : Arial, Helvetica, sans-serif;
    font-weight : normal;
    text-decoration : underline;    
    color : #000099;   
}

.bold {
	font-weight: bold;
}

h1 {
	color: #E0022B;
	font-size: 12pt;
}

.red {
	color: #C0022B;
}

table.main {background-color:#ffffff}

td.footer {background-color:#999999; color: #ffffff;}
td.nav {background-color:#6D6E72;}
td.lightgrey {background-color:#C7C7C7}

td.background_home {
	background-image: url("../images/background_home.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	background-color : #ffffff;
}
