/* General ////////////////////////////////////////////////////////////////////////////// */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
	background-color: #fff;
	color: #000;
	text-align: left;
}
	
table {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:1em;
}

img { 
	border:none;
} 

.textGray {  
	color:#545454;
	} 

.textGray1 {  
	color:#C0C0C0;
	} 
	
.textGray2 {  
	color:#929292;
	} 
	
.textGray3 {  
	color:#626262;
	} 
	
.textGray4 {  
	color:#343434;
	} 
		
.textBlue { 
	color:#3399cc;
	} 

.textRed { 
	color:#A92400;
	} 

.textYellow {
	color:#a3a300;
	} 

.textOrange { 
	color:#D17B0B;
	} 

.textGreen { 
	color:#539301;
	} 

.textWhite {  
	color:#ffffff;
	} 

.textBlack {  
	color:#000000;
	} 

.footerLine {
	width:100%;background-color:#ccc;height:1px;
}

.footer {
	color: #333333;
}

/* General ////////////////////////////////////////////////////////////////////////////// */