/*
    General Document Style Settings
*/

body
{
    background-color:#663333;
/*    background : transparent url(../images/background_fond.gif);     */
    font-family: Verdana;
    font-size:10pt;
}

.Header

{

	background-color:#FFFFFF;

	text-align:left;

	width:760px;

}

.MainPanel

{

	background-color:#FFFFFF;

	text-align:left;

	width:660px;

}

.LeftPanel

{

	background-color:#FFFFFF;

	width:100px;

	border-right: solid 1px #c8c7ca;

	text-align:left;

	

}

.ContentContainer

{

	text-align: left;

	padding: 10px 25px 25px 25px;

	font-family: verdana, tahoma, Serif;

	font-size: 10pt;

	line-height: 16pt;

}

.ContentContainer div

{

	padding: 0px 5px 20px 0px;

	text-indent: 0px;

}

.ContentContainer table

{

	text-align: left;

	font-family: verdana, tahoma, Serif;

	font-size: 10pt;

	line-height: 16pt;

}



H1 

{

	padding:0px 0px 0px 0px;

	font-family:Trebuchet MS;

	font-size:16pt;

}

H2

{

	padding:0px 0px 0px 0px;

	font-family:Trebuchet MS;

	font-size:14pt;

}

H3

{

	padding:0px 0px 0px 0px;

	font-size:14pt;

	font-family:Verdana;

	

}

H4

{

	padding:0px 0px 0px 0px;

	margin: 0px 0px 0px 0px;

	font-family:Verdana;

	font-size:10pt;

	font-weight: bold;

	text-indent: 0px;

	

}



/*

    Table Settings

*/



.LayoutTable 

{

	padding: 0px 0px 0px 0px;	

}

.OuterLayout 

{

	padding: 0px 0px 0px 0px;

 	border: solid 1px #000000;

	width:760px;

}

.FooterContainerLeft

{

        background : transparent url(../images/footer.gif);

	text-align: left;

	padding: 4px 12px 4px 8px;

	background-color: #666666;

	color: white;

	font-size: 4px;

	font-family: verdana;
	
}

.FooterContainerRight

{

        background : transparent url(../images/footer.gif);

	text-align: right;

	padding: 4px 12px 4px 8px;

	background-color: #666666;

	color: white;

	font-size: 4px;

	font-family: verdana;

}



.FooterContainer a:link, .FooterContainer a:visited, .FooterContainer a:active, .FooterContainer a:hover

{

	color: #999999;

}

#BackContainer

{

 	text-align: right;

	height: 10px;

	padding: 0px;
	
	margin: 0px;

	background-color: White;

	font-family: verdana;
	
}



/*

    Link Settings

*/

A:link, a:visited, a:hover

{

    font-size:8pt;

}


A:link, a:visited

{

    font-family:Verdana;

    font-weight:bold;

    color: #971b1e;

 

}

A:hover

{

     color:#666666;

     text-decoration: underline;

}

A.invisible:link, a.invisible:visited, a.invisible:hover

{
     color:#000000;
     text-decoration: none;
}

.red

{
	color: red;
}

.smallredtext {
font-size : 7pt;
color : #ff0000;

} .smalltext {
font-size : 7pt;
}