@charset "UTF-8";
/* CSS Document */

#SidebarLeft {
	height: 100%;
	width: 335px;
	float: left;
	padding-left: 20px;
}
#SidebarLeft   #Fond {
	height: 430px;
	width: 330px;
	background-color: #000000;
	border: 1px dotted #990000;
}
#SidebarLeft  .footnote   {
	font-size: 80%;
	color: #990000;
	padding-top: 10px;
	font-style: italic;
	padding-left: 15px;
}
#SidebarLeft  h1 {
	font-weight: normal;
	color: #FF6600;
	margin: 0px;
	font-size: 90%;
	line-height: 150%;
}
#SidebarLeft h2 {
	font-size: 90%;
	font-weight: normal;
	color: #999999;
	margin: 0px;
	line-height: 150%;
}
#SidebarRight {
	float: right;
	width: 91px;
	margin-top: 0px;
	height: 90px;
	margin-left: 20px;
}
#MainContent1 {
	margin-left: 380px;
	width: 550px;
	padding: 0px;
} 
#MainContent2 {
	margin-left: 380px;
	width: 550px;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
}
#MainFrame table {
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CC0000;
	width: 550px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#MainContent h2, #MainFrame h2 {
	font-size: 95%;
	font-weight: normal;
	color: #999999;
	line-height: 150%;
}
#MainContent h2 a, #MainFrame h2 a {
	color: #999999;
	text-decoration: underline;
}
#MainContent a:hover, #MainFrame a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#MainContent h1, #MainFrame h1 {
	font-size: 95%;
	font-weight: normal;
	color: #FF9900;
	margin: 0px;
}
#MainContent .txt2, #MainFrame .txt2 {
	color: #999999;
	font-size: 85%;
}
#MainContent .txt1, #MainFrame .txt1 {
	font-size: 85%;
	color: #CCCCCC;
}
#MainContent .txt1 a, #MainFrame .txt1 a {
	color: #CCCCCC;
	text-decoration: none;
}
#MainContent .txt1 a:hover, #MainFrame .txt1 a:hover {
	color: #FF9900;
	text-decoration: none;
}
#MainContent .txt2 a, #MainFrame .txt2 a {
	color: #999999;
	text-decoration: underline;
}
#MainContent .txt2 a:hover, #MainFrame .txt2 a:hover {
	color: #FF9900;
	text-decoration: none;
}
#MainContent1     .footnote   {
	font-size: 80%;
	color: #990000;
}
