@charset "iso-8859-1";
/* GENERAL STUFF */

/* CONTENT */

BODY, TD, TR, UL 
{ 
	font-family: Arial, Helvetica; 
	font-size: 12px; 
	color: #000000; 
	font-weight:normal;	
	text-decoration: none; 
}

.bigtxt 
{ 
	font-size: 14px; 
	color: #000000; 
	font-weight:normal;	
	text-decoration: none; 
}

h1 
{ 
	font-size: 14px; 
	color: #DB2927; 
	font-weight:bold;	
	text-decoration: none; 
}
h2 
{ 
	font-size: 13px; 
	color: #0A1A93; 
	font-weight:bold;	
	text-decoration: none; 
}

.whitetxt 
{ 
	font-size: 12px; 
	color: #FFFFFF; 
	font-weight:normal;	
	text-decoration: none; 
}

.smallwhitetxt 
{ 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight:normal;	
	text-decoration: none; 
}

UL
{ 
	list-style-type: disc;
	padding-left: 0px;
	margin-left: 2em;
	line-height: 150%;
}

LI
{ 
	padding-left: 0;
	margin-left: 0;
}

.bg 
{ 
	background-image: url('images/bg_page.jpg');
	background-repeat: no-repeat;
	background-position: bottom left
}


/* LIENS */

	a:link { color: #000000; text-decoration: underline; }
	a:visited { color: #000000; text-decoration: underline;  }
	a:hover { color: #DB2927; text-decoration: none;  }
	
	a.footer:link { font-size: 11px; color: #FFFFFF; font-weight:bold; text-transform: uppercase; text-decoration: none; }
	a.footer:visited { font-size: 11px; color: #FFFFFF; font-weight:bold; text-transform: uppercase; text-decoration: none;  }
	a.footer:hover { font-size: 11px; color: #DFEEFF; font-weight:bold; text-transform: uppercase; text-decoration: underline;  }