@charset "utf-8";
/* CSS Document Copyright ZapelliA E-Services*/


body {
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

imagepad {
	padding: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
a.imagepad {
	padding: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	background-image: url(/images/bg2.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
}
a.body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
a.body:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00E9F7;
}
.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
a.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border:#000000
}
a.bodystyle:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00E9F7;
	text-decoration: none;
}
.ministyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
a.ministyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	border:#000000
}
a.ministyle:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00E9F7;
	text-decoration: none;
}
.bodystylered {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
a.bodystylered {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border:#000000
}
a.bodystylered:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}
.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	text-transform : none;
}
.mainlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
	text-transform : none;
}
a.mainlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #666;
	text-decoration: none;
	text-transform : none;
}
a.mainlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	text-transform: none;
	color : #00E9F7;
}
.footlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-decoration: none;
	text-transform : none;
}
a.footlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #999;
	text-decoration: none;
	text-transform : none;
}
a.footlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	text-decoration: underline;
	text-transform : none;
	color : #0FF;
}
#footer {
	bottom:0;
	margin: 30px 0px 0px 0px;
	padding:10px;
	color:#333;
	background-color:#fff;
	height:120px;
	width:auto;
	border-top:solid 3px #0FF;
}

/*----- Required Fields -----*/

.required {
	color: #FF0000;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
	color:#FFF;
	font-size:0.9em;
	background-color:#317082;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;
	position:relative;
}

