/* Global section */
*{margin:0px; font-family:Arial;}
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}
td{vertical-align: top;}

/* Fonts section */
.black12{font-family:Arial; font-size:12px; font-weight:normal; color:#000000;}
.black12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#000000;}
.white12{font-family:Arial; font-size:12px; font-weight:normal; color:#FFFFFF;}
.white12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF;}

/* Forms section */
.contact_text{font-family:Arial; font-size:12px; font-weight:bold;}
input.textfield{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: #8093A1 solid 1px;
	background-color: #F6F6F6;
}
select.selectbox{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	background-color: #F6F6F6;
}
textarea.textarea{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height:60px;
	border: #8093A1 solid 1px;
	background-color: #F6F6F6;
}
input.sendbutton{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
	background-color: #2E8BCE;
	border: #97AEBE solid 1px;
}

/* Site classes section*/
a.peligon_footer, a.peligon_footer:link, a.peligon_footer:active, a.peligon_footer:visited {
	font-size:11px;
	font-family: Arial;
	font-weight:100;
	color: #777777;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
}
a.peligon_footer:hover{
	color: #000000;
}
td.peligon_footer_bullet{
	font-size:11px;
	font-family: Arial;
	font-weight:100;
	color: #777777;
	padding: 0px 5px 0px 5px;
}
