/* CSS Document */

body,td,th {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:focus {outline-style: none;}

a:link {
	color: #666666;
	font-weight:bold;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
}
a:active {
	color: #000000;
}

.paddingBottom {padding-bottom:10px;}
.paddingBottom5px {padding-bottom:5px;}
.paddingLeft {padding-left:10px;}
.paddingRight {padding-right:10px;}
.paddingLeft30px {padding-left:30px; padding-bottom:8px;}
.paddingRight20px {padding-right:20px;}

.paddingBottomRight10px {padding-right:10px; padding-bottom:10px;}
.paddingBottomRight8px {padding-right:10px; padding-bottom:8px;}


.borderGris {border-color:#CCCCCC; border-style:solid; border-width:1px;}
.borderLeft {border-left-color:#CCCCCC; border-left-style:solid; border-left-width:1px; }
.borderRight {border-right-color:#CCCCCC; border-right-style:solid; border-right-width:1px; }
.borderTop {border-top-color:#CCCCCC; border-top-style:solid; border-top-width:1px; }
.borderBottom {border-bottom-color:#CCCCCC; border-bottom-style:solid; border-bottom-width:1px; }

.borderPointilleBottom {border-bottom-color:ccc; border-bottom-style:dotted; border-bottom-width:1px;}

.txtGris {font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-decoration:none; line-height:14px;}
a.txtGris:link {font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-decoration:none;}
a.txtGris:visited {font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-decoration:none;}
a.txtGris:hover {font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-decoration:underline;}
a.txtGris:active {font-family:Century Gothic, Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#666666; text-decoration:underline;}