/* Global settings */

html,body{
	margin: 0;
	padding: 0;
}

body {
	font-size: 90%;
	color: #000;
}

td,div,input,textarea,select { font-family: Arial; }
td { vertical-align: top; }
img.block { display: block; }
div.block { font-size: 0em; height: 10px; }
form { display: block; }
/* --------------------------- */

/* Main layout */
#site_wrapper {
	margin: auto;
	width: 1004px;
}


#site_footer {
	padding: 3px 30px 3px 10px;
}

/* p */

p.news:first-line { 
	font-weight: bold; 
	color: gray;
}

/* a */
a:link, a:active, a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a.side_menu {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	color: #000;
	text-decoration: none;
}

a.side_menu:hover {
	color:#ff0000;
}

a.side_menu_on {
	font-size: 8pt;
	font-weight: bold;
	font-family: Arial;
	color: #ff0000;
	text-decoration: none;
}

a.side_menu_on:hover {
	color:#770000;
}

a.topmenu {
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	display: block;
	padding: 0px 8px 2px 8px;
}
a.topmenu:hover {
	color: #AB5A4F;
}

a.topmenu_curr {
	font-weight: bold;
	color: #AB5A4F;
	text-decoration: none;
	display: block;
	padding: 0px 8px 2px 8px;
	
}
a.topmenu_curr:hover {
	color: #AB5A4F;
}

a.topsubmenu {
	background: #FFFFFF;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 20px 5px 10px;
}
a.topsubmenu:hover{
	color: #AB5A4F;
}

a.topsubmenu_curr {
	color: #AB5A4F;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0px 20px 5px 10px;
}
a.topsubmenu_curr:hover{
	color: #989898;
}

a.bottommenu {
	font-weight: bold;
	color: #2A3E70;
	text-decoration: none;
}
a.bottommenu:hover{
	color: #AB5A4F;
}

a.trace {
	font-size: 1.2em;
	font-weight: bold;
	color: #026000;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 10px;
}
a.trace:hover {
	color: #000;
}

/* Fonts section */
.black {	color: #000; }
.white {	color: #fff; }
.bold { font-weight: bold; }

/* Forms section */
.contact_textfield {
	width: 170px;
	background: #fff !important;
}

.contact_textarea {
	width: 170px;
	border: 1px solid #000;
	height: 80px;
	background: #fff !important;
}

.contact_button {
	width: 174px;
	background: #2A3E70;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
/* 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: #2A3E70;
	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: #2A3E70;
	padding: 0px 5px 0px 5px;
}