/* CSS Document */

BODY {
	font-family:Arial, Helvetica, sans-serif;
	background:#e8e6e0;
	font-size:12px;
	color:#414141;
	margin:10px;
}

A:link, A:visited {
	color:#a92b37;
	text-decoration:none;
	font-size:12px;
}

A:hover {
	color:#a92b37;
	text-decoration:underline;
	font-size:12px;	
}

.text_visiniu {
	color:#a92b37;
	font-weight:bold;
}

.main_table {
	width:750px;
	border:1px solid #9b999a;
	background:#ffffff;
}

.top_menu {
	height:26px;
	background:#a92b37;
	color:#ffffff;
}
/* normal menu item */
.menu_item_td {	
	background-color:#a92b37;
	padding:0 10px 0 10px;
	height:26px;
	text-transform:uppercase;	
}

.menu_item a:link, .menu_item a:visited  {
	font-family:"Times New Roman", Times, serif;
	color:#f7eaeb;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.menu_item a:hover  {
	font-family:"Times New Roman", Times, serif;
	color:#f7eaeb;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}
/* ... */

/* current menu item */
.menu_item_td_on {	
	background-color:#fac830;
	padding:0 10px 0 10px;
	height:26px;
	text-transform:uppercase;	
}

.menu_item_on a:link, .menu_item_on a:visited  {
	font-family:"Times New Roman", Times, serif;
	color:#a41e2a;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.menu_item_on a:hover  {
	font-family:"Times New Roman", Times, serif;
	color:#a41e2a;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

/* ... */

.menu_space {
	background:#FFFFFF;
}

.left_column {
	background:#f0f0f2;
	width:161px;	
}

.left_links, .left_links a:link, .left_links a:visited {
	font-size:12px;
	color:#414141;
	text-decoration:none;
}

.left_links a:hover {
	font-size:12px;
	color:#a92b37;
	text-decoration:none;
}

.padd_1 {
	padding: 1px;
}
.padd_interior {
	padding: 18px;
}

.footer {
	
	background:#a92b37;
	padding:3px 20px 3px 20px;
	font-size:11px;
}

.footer_link, .footer_link a:link, .footer_link a:visited  {
	color:#e3b9bd;
	font-size:11px;
    text-decoration:none;
}

.footer_link a:hover  {
	color:#ffffff;
	font-size:11px;
    text-decoration:none;
}
/* ----- Title /.. --- */
.big_title {
	font-family: Tahoma, Arial;
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
/* ----- ../ title. --- */

/* ----- Subtitle /.. --- */
.sub_title {
	font-family: Tahoma, Arial;
	color: #a92b37;
	font-size: 13px;
	font-weight: bold;
}
/* ----- ../ subtitle. --- */
