﻿/* Global section */
*{margin:0px; font-family:Arial;}
body {
	background-color: #FFF8DE;
}
td {
	vertical-align: top;
}

/* a */
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}

a.menu_off:link, a.menu_off:active, a.menu_off:visited{
	color: #531603;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0px 10px 0px 10px;
}
a.menu_off:hover{color:#95B8D4;}

a.menu_on:link, a.menu_on:active, a.menu_on:visited{
	color: #95B8D4;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0px 10px 0px 10px;
}
a.menu_on:hover{color:#531603;}

a.sub_menu_off:link, a.sub_menu_off:active, a.sub_menu_off:visited{
	color: #95B8D4;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 0px 10px 0px 10px;
}
a.sub_menu_off:hover{color:#531603;}

a.receipt:link, a.receipt:active, a.receipt:visited{
	color: #7097B6;
	font-size: 12px;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 5px 10px 5px 10px;
}
a.receipt:hover{color:#723810;}

/* 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-weight: bold;
	font-size: 15px;
	color: #6B96B8;
}
a.peligon_footer, a.peligon_footer:link, a.peligon_footer:active, a.peligon_footer:visited {
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}
a.peligon_footer:hover{
	color: #777;
}
td.peligon_footer_bullet{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000;
	padding: 0px 5px 0px 5px;
}
td.peligon_footer_text{
	font-size: 11px;
	font-family: Arial;
	font-weight: normal;
	color: #000;
	padding: 0px 0px 0px 0px;
}