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

/* Fixes The box model problem with IE */

html, body {
	margin: 0;
	padding: 0;
	font-family:	Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../assets/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
		
h1	{
	font-size:	1.5em;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-top: 10px;
	}	
		
h2	{
	font-size:	1.3em;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	padding-top: 10px;
	}	
		
h3	{
	font-size:	1.1em;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-bottom: 10px;
	}	
		
p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
}
li {
	margin-left: 35px;
	list-style-type: disc;
	margin-right: 150px;
}
ul,ol {
	margin-bottom: 10px;
}
.img-margine-right {
	margin-left: 10px;
}
.margine-top-0 {margin-top: 0px;}
.margine-top-5 {margin-top: 5px;}
.margine-top-10 {margin-top: 10px;}
.margine-top-20 {margin-top: 20px;}
.margine-top-30 {margin-top: 30px;}
.margine-bottom-0 {margin-bottom: 0px;}
.margine-bottom-5 {margin-bottom: 5px;}
.margine-bottom-10 {margin-bottom: 10px;}
.margine-bottom-20 {margin-bottom: 20px;}
.margine-bottom-30 {margin-bottom: 30px;}


a.standard_link {
	color: #6503A7;
	text-decoration: underline;
}
a.standard_link:visited {
	color: #A067AF;
	text-decoration: underline;
}
a.standard_link:hover {
	color: #5E0D64;
	text-decoration: none;
	background-color: #FEE8FF;
} 

a.bottom_link {
	color: #972FC4;
	text-decoration: none;
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
}
a.bottom_link:visited {color: #1F2181; text-decoration: none;}


a.bottom_link:hover {
	color: #FFCD26;
	text-decoration: none;
	background-color: #972FC4;
} 

.bottomlink-marg-toprow {
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .8em;
}

.bottomlink-marg-botrow {
	margin-bottom: 10px;
	font-size: .8em;
	margin-top: 15px;
}
.nav-down-push {
	height: 70px;
}
.navbar-height {
	height: 42px;
	font-weight: bold;
}
.marg-logo {
	margin-left: 110px;
}
.background-newsalert {
	background-image: url(../assets/background-news-alert.jpg);
	background-repeat: no-repeat;
}
.bottomlinks-topbar {
	height: 3px;
}
.bottomlink-divider {
	margin-right: 10px;
	margin-left: 10px;
	color: #CD35FF;
}
.bottomlink-main-message {
	font-weight: bold;
	color: #B866DB;
	font-size: 13px;
	padding-top: 10px;
}

.bottomlink-main-message2 {
	font-weight: normal;
	color: #972FC4;
	font-size: 13px;
	padding-top: 5px;
}
#bottomlink {
	height: 200px;
	margin-bottom: 200px;
}

a.bot-email-link {
	color: #972FC4;
	text-decoration: underline;
}
a.bot-email-link:visited {color: #972FC4; text-decoration: none;}
a.bot-email-link:hover {
	color: #FFCD26;
	text-decoration: none;
	background-color: #2E103A;
} 
.body-table {
	background-color: #FFFFFF;
	border-right-width: 9px;
	border-bottom-width: 9px;
	border-left-width: 9px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFCB1B;
	border-bottom-color: #FFCB1B;
	border-left-color: #FFCB1B;
	margin-bottom: 20px;
}

.body-table-margine {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}
.h1-sub-txt {
	font-size: 1.2em;
	color: #7B01A8;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.h2-sub-txt {
	font-size: 1em;
	color: #7B01A8;
	padding-top: 0px;
	margin: 0px;
}


a.img-button {
	border: 3px solid #FFFFFF;
}
a.img-button:visited {color: #1F2181; text-decoration: none;}
a.img-button:hover {
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
hr {
	padding-top: 40px;
	padding-bottom: 40px;
}
.hr-margine {
	padding-top: 30px;
	padding-bottom: 30px;
}
.wicked-banner {
	display: table;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FFFFFF;
	padding: 10px;
	border: 15px solid #FF0000;
}
.style2 {
	font-size: 14px;
	color: #930000;
	font-weight: bold;
}


.wicked-banner-sub {
	margin-bottom: 15px;
}
