html,body{
	height:100%;
}
body{
	margin:0px;
	padding:15px 0px 10px 0px;
	font-size:small;
	background-color:#000000;
	font-family:tahoma,verdana,Helvetica,sans-serif;
	color:#2e2e2e;
	cursor:default;
} 

a{
	color:#bf0000;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	color:#2e2e2e;
}

h2{
	font-size:1.1em;
	color:#bf0000;
	padding:0px;
	margin:0px;
}

form{
	margin:0px;
}
input,textarea{
	border:solid 1px #2e2e2e;
	background-color:#ffffff;
	width:220px;
}
.button{
	border:0px;
	background-color:#bf0000;
	color:#ffffff;
	cursor:pointer;
	width:auto;
	font-weight:bold;
}

#logo{
	border:0px;
}

#leftbox ul.topmenu{
	margin:0px;
	padding:0px;
	list-style-type:none;
	list-style-image:none;
}
#leftbox ul.topmenu a{
	color:#2e2e2e;
	text-decoration:none;
	font-weight:bold;
	line-height:1.462em;
}
#leftbox ul.topmenu a:hover{
	color:#bf0000;
	text-decoration:none;
}

#menubar{
	width:622px;
	height:35px;
}

#menubar .ruler{
	width:622px;
	height:15px;
	float:right;
	background:url(../gfx/ruler-menubar.gif) no-repeat bottom left;
	
}

#module_flags{
	text-align:right;
	color:#959595;
	padding:7px 0px 3px 0px;	
	font-weight:bold;
	font-size:0.923em;
}
#module_flags a{
	color:#ca0000;
	text-decoration:none;
}
#module_flags a:hover,#module_flags a.active{
	color:#2e2e2e;
}

a.link_arrow{
	background:url(../gfx/picto-arrows.gif) no-repeat right center;
	padding-right:12px;
}

.hr{
	display:block;
	height:1px;
	font-size:1px;
	line-height:1px;
	border-top:dotted 1px #2e2e2e;
	margin:4px 0px 4px 0px;
}

a.eye{
	background:url(../gfx/icon-eye.gif) no-repeat;
	padding-left:25px;
}

.banner1{
	margin:0px 0px 10px 25px;
}
.banner2{
	margin:0px 0px 0px 10px;
}
.banner3{
	margin:0px 0px 10px 0px;
}
.formdiv{
	padding-bottom:15px;
	text-align:justify;
}