/********************** GENERIC **********************/

BODY				{
						margin-bottom: 20px;
						margin-bottom: 20px;
						margin-left: 0px;
						margin-right: 0px;
						background-image: url(../images/bg.jpg);
						background-color: #8c8c8c;
					}

A					{ 
						font-weight: bold;
						color: #ca3426;
						text-decoration: none;
					}
				
A:hover				{ 
						font-weight: bold;
						color: #000000;
						text-decoration: none;
					}
			
A.footer			{ 
						font-weight: normal;
						color: #ffffff;
						text-decoration: none;
					}
				
A.footer:hover		{ 
						font-weight: normal;
						color: #000000;
						text-decoration: none;
					}
										
TD.text_col			{ 
						font-family: arial; 
						font-weight: normal;
						font-size: 13px;
						line-height: 18px;
						color: #666666; 
						padding-top: 0px;
						padding-left: 10px;
						padding-bottom: 5px;
					}						
					
TD.footer			{ 
						font-family: arial; 
						font-weight: normal;
						font-size: 11px;
						line-height: 18px;
						color: #EEEEEE; 
						padding-top: 5px;
						text-align: center;
					}		
