body {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #444444;
	background-color:#FFFFFF;
	background-image:url(template_images/bg.jpg);
	margin:0px;
}

td {
	line-height: 1.4em; letter-spacing:1px;
	}

.title {
	font-size: 16px; color: #052D0B; font-weight: bold; padding:0px 0px 2px 0px; text-decoration:none;
	}

.content {

}

.title_small {
	font-size: 11px; color: #D42724; font-weight: normal; text-decoration:none;
	}

a.title_small:link, a.title_small:active, a.title_small:visited {
font-size: 11px; color: #D42724; font-weight: normal; text-decoration:none; padding-left:3px;
}

a.title_small:hover { color: #00CC00; text-decoration: underline;
}

.green_text {
  color: #052D0B;
}


/* STYLES FOR MENU */
a:link, a:active, a:visited {color: #A60400; text-decoration: underline; font-weight: normal}
a:hover {color: #321F70; text-decoration: underline; font-weight: normal }


/* STYLES FOR MINI-WAY (home >> about us >> contacts) */
.mini_way {
    font-size: 70%;
}
a.mini_way_link:link, a.mini_way_link:active, a.mini_way_link:visited {
    font-size: 70%;
}
a.mini_way_link:hover { 

}

/* STYLES FOR TOP MENU */
a.top_menu:link, a.top_menu:active, a.top_menu:visited  {
	display:block;
	margin:5px 0px 5px 0px;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	padding:2px 0px 2px 5px;
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	color: #003366;
}
a.top_menu:hover {
	color: #FF0000;
	text-decoration:none;
	border:1px dotted #0033FF;
	background-color: #E9EBF5;

}
a.top_menu#active_top_menu:link, a.top_menu#active_top_menu:active, a.top_menu#active_top_menu:visited  {

}
a.top_menu#active_top_menu:hover {

}

/* STYLES FOR SUB MENU */
a.sub_menu:link, a.sub_menu:active, a.sub_menu:visited  {

}
a.sub_menu:hover {

}

/* STYLES FOR SECOND MENU */
a.second_menu:link, a.second_menu:active, a.second_menu:visited  {
	display:block;
	text-align:left;
	font-size:11px;
	font-weight: normal;
	padding:4px 0px 4px 0px;
	color: #006600;
	text-decoration:none;
}
a.second_menu:hover {
	background-color:#F8FAF8;
	color:#FFCC00;
	text-decoration:underline;

}
a.second_menu#active_second_menu:link, a.second_menu#active_second_menu:active, a.second_menu#active_second_menu:visited  {

}
a.second_menu#active_second_menu:hover {

}

/* STYLES FOR BLOG ITEMS */
.blog_item_to_show {

}

.blog_item {

}

a.blog_itemtitle:link, a.blog_itemtitle:active, a.blog_itemtitle:visited {

}
a.blog_itemtitle:hover {

}

