/* CSS Document */
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color: white;
}
body {
	background-color:#334356;
}
label {
	width: 100px;
	display:block;
	float:left;
	line-height:18px;
	text-align:right;
}
p {
text-indent:0px;
}
.empty div {
	line-height:0px;
}
img {
	border:none;
}
a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
}
.red_underline:hover {
text-decoration:underline;
color:#3d1f1f;
}
.red_underline:link {
text-decoration:underline;
color:#3d1f1f;
}
.red_underline:active {
text-decoration:underline;
color:#3d1f1f;
}
.red_underline:visited {
text-decoration:underline;
color:#3d1f1f;
}
.gold_underline:hover {
text-decoration:underline;
color:#c0a357;
}
.gold_underline:link {
text-decoration:underline;
color:#c0a357;
}
.gold_underline:active {
text-decoration:underline;
color:#c0a357;
}
.gold_underline:visited {
text-decoration:underline;
color:#c0a357;
}
.white_underline:hover {
text-decoration:underline;
color:#ffffff;
}
.white_underline:link {
text-decoration:underline;
color:#ffffff;
}
.white_underline:active {
text-decoration:underline;
color:#ffffff;
}
.white_underline:visited {
text-decoration:underline;
color:#ffffff;
}
h1 {
	font-family:Times New Roman, Times, serif;
	font-size: 23px;
	line-height: 23px;
	color: #121c5b;
}
.orane_big {
	font-family:Times New Roman, Times, serif;
	font-size: 23px;
	line-height: 23px;
	color: #c0a357;
}
.orane_top_left {
	font-family:Times New Roman, Times, serif;
	font-size: 36px;
	line-height: 40px;
	color: #c0a357;
	font-stretch:condensed;
}
.white_top_left {
	font-family:Times New Roman, Times, serif;
	font-size: 25px;
	line-height: 40px;
	color: #ffffff;
	font-stretch:condensed;
}
.white_big {
	font-family:Times New Roman, Times, serif;
	font-size: 23px;
	line-height: 23px;
	color: #ffffff;
}
.orane_small {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #c0a357;
}
.white_small {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 21px;
	color: #ffffff;
}
.green_small {
	font-family:Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #3c3f2e;
}
.red_small {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #3d1f1f;
}
.red_small a:hover {
text-decoration:underline;
color:#7d1f1f;
}
.red_small a {
text-decoration:underline;
color:#3d1f1f;
}
.red_small a:active {
text-decoration:underline;
color:#bd1f1f;
}
.red_small a:visited {
text-decoration:underline;
color:#3d1f1f;
}
.green_small a:hover {
text-decoration:underline;
color: #3c3f2e;
}
.green_small a {
text-decoration:none;
color: #3c3f2e;
}
.green_small a:active {
text-decoration:underline;
color: #3c7f2e;
}
.green_small a:visited {
text-decoration:none;
color: #3c3f2e;
}
.caps {
	font-variant:small-caps;
}
.blog_date {
	font-weight:bold;
	font-style:italic;
}
.blog_entry {
	font-family:Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #3d1f1f;
}
hr {
	clear:both;
	background-color:#3d1f1f;
	border:0px;
	height:2px;
}
