﻿/* Global section */
*{margin:0px; font-family:Arial;}
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}

a.menu:link, a.menu:active, a.menu:visited{
	color: #FFFFFF;
	width: 100%;
	height: 100%;
}
a.menu:hover{
	color: #CCCCCC;
}

a.submenu:link, a.submenu:active, a.submenu:visited{
	color: #92ACA3;
	width: 100%;
	height: 100%;
}
a.submenu:hover{
	color: #E6AD06;
}

a.trace:link, a.trace:active, a.trace:visited{
	font-family: Verdana, Arial;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 20px;
}
a.trace:hover{
	color: #CCCCCC;
}

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-top: #3F413E solid 1px;
	border-left: #3F413E solid 1px;
	border-right: none;
	border-bottom: none;
	height: 15px;
}
textarea.textarea{font-family:Arial; font-size:12px; width:100%; height:60px; border:#000000 solid 1px;}
input.sendbutton{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	color: #FFFFFF;
	border: none;
	background-color: #60BF7B;
}

input.logintextfield{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: none;
}

input.loginbutton{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	color: #FFFFFF;
	border: #B3B2B0 solid 1px;
	background-color: #4C5854;
}

/* Site classes section*/
.req{
	color: #AA0000;
}
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: #000000;
	text-decoration: none;
	padding: 5px 0px 0px 5px;
}
a.peligon_footer:hover{
	color: #777777;
}
td.peligon_footer_bullet{
	font-size:11px;
	font-family: Arial;
	font-weight:100;
	color: #000000;
	padding: 0px 5px 0px 5px;
}