
body {
	/*background-color:#3e70a2;*/
	background-color:#9db5cd;
	cursor: default;
}

div.divBackgroundImage {
	display:none;
	height:500px;
	position:absolute;
	width:100%;
	z-index:-2;
}
div.divBackgroundImage img.imgBackgroundImage {
	/*position:fixed;*/
	z-index: -1;
	width:100%;
	height:500px;
}


.AuguriStyle {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #000000;
	margin: 0;
	text-decoration:none;
}

.AuguriStyle:Hover {
	color:#000000;
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
}

a:link, a:visited  {
	text-decoration:none;
	color:#2035ab;
}
a:hover {
	text-decoration:underline;
}

td.buttonMenu a, td.buttonMenu a:link, td.buttonMenu a:visited {
	background-image:url("/images_standard/button_blue.png");
	text-decoration:none;
	background-repeat:no-repeat;
	color:#FFFFFF;
	display:block;
	font-family:Arial;
	font-weight:bold;
	height:26px;
	padding-top:8px;
	text-transform:uppercase;
	width:147px;
}
td.buttonMenu a:hover, td.buttonMenu a.active {
	background-image:url("/images_standard/button_red.png");
	text-decoration:none;
}


div.bottomBgCopyright {
	background-image:url(/images_standard/bottomBgCopyright.png);
	background-repeat: no-repeat;
	width:445px;
	height:88px;
	padding:12px 0px;
	cursor:default;
	
	color:#ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div.bottomBgCopyright a, div.bottomBgCopyright a:link, div.bottomBgCopyright a:visited {
	color:#ffffff;
	font-size: 12px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
div.bottomBgCopyright a:hover {
	text-decoration:underline;
}