/* Global section */
*{margin:0px;}
td{vertical-align: top;}

/* Links */
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}

a.menu:link, a.menu_in:active, a.menu:visited{
	color: #000500;
	text-decoration: none;
	width: 100%;
	font-size:13px;
}
a.menu:hover{color:#555555;}

a.bottommenu:link, a.bottommenu:active, a.bottommenu:visited{
	color: #9D8E79;
	text-decoration: none;
	font-size: 13px;
}
a.bottommenu:hover{color:#000000;}

/* 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: #9198A2 solid 1px;
}

textarea.textarea{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 60px;
	border: #9198A2 solid 1px;
}

input.sendbutton{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
	background-color: #4F5F81;
	border: none;
}

.tnr{
	font-family: "Times New Roman", Arial;
}

/* Site classes section*/
.trace{
	font-family: Arial;
	font-size: 18px;
	color: #FDFEF8;
	letter-spacing: 2px;
	padding-top: 2px;
}

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: #9D8E79;
	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: #9D8E79;
	padding: 0px 5px 0px 5px;
}