﻿/* Global section */
*{margin:0px; font-family:Arial;}
body {
	background-color: #000000;
}
td{vertical-align: top;}

/* a */
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}

a.top_menu:link, a.top_menu:active, a.top_menu:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.top_menu:hover{color:#EEEEEE;}

a.bottom_menu:link, a.bottom_menu:active, a.bottom_menu:visited{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.bottom_menu:hover{color:#555555;}

/* 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: #000000 solid 1px;
	line-height:12px;
	height:14px;
}
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%;}

.button01{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: none;
	color: #FFFFFF;
	background-color: #000000;
	line-height:12px;
	height:14px;
}

.button02{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: 1px solid #414141;
	color: #414141;
	background-color: #FFFFFF;
	line-height:12px;
	height:14px;
}

.button03{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: 1px solid #ADADAD;
	color: #000000;
	background-color: #E3E3E3;
}

.search_text{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: none;
	background-color: #FFFFFF;
	line-height:12px;
	height:14px;
}
.search_button{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: none;
	color: #FFFFFF;
	background-color: #000000;
	line-height:12px;
	height:14px;
}
.adv_search_text{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: #B0B1B3 solid 1px;
	color: #15547F;
}
.adv_search_select{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	color: #15547F;
}
.adv_search_button{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: none;
	color: #FFFFFF;
	background-color: #94B7D3;
}

/* Site classes section*/
.req{
	color: #A30E10;
}

.trace {
	font-family: Arial;
	font-size: 15px;
	line-height: 15px;
}

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;
}