/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
body {
	background-color: #333333;
	background-image:url(../images/tony-bennett-logo-sm.png);
	background-position:top-left;
	background-repeat:no-repeat;
background-attachment:fixed;	
}
a:link {
	color: #018240;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #018240;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


a.boxtext:link {color: #333333; }
a.boxtext:visited {color: #333333; }
a.boxtext:hover {color: #000000; }
a.boxtextactive {color: #000000; } 

.style2 {font-size: 12px}
.smallprint {font-size: 9px}


dl { /* block position that can be changed at will */
width: 650px; /* width of block according to your background image */
}

dl, dt, dd { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

dl { /* by default background on the entire block */
background: url(../images/bas.gif);
background-position:bottom left;
background-repeat:no-repeat;
padding-bottom: 29px; /* so that text will not appear on the bottom rounded edge */
}

dt { /* bloc title definition */
height: 20px;
background: url(../images/haut.gif) top left no-repeat;
font-size: 1.4em;
font-weight: bold;
text-align: center;
}

dd {
padding: 10px 45px 0px 45px; /* internal block spaces administration */
text-align:left;
font-size:13px;

background: url(../images/milieu.gif) top left repeat-y; /* internal background */
}