.header
{
	background-image: url('../../../images/header.png');
	background-repeat: no-repeat;
	width: 950px;
	height: 113px;
}
.middle 
{
	width: 945px;
}
.left_side_nav
{
	width: 200px;
}
h1
{
	font-weight:normal;
}
.right_side_nav
{
	width:100px;
}
IMG
{
	border: 0px;
	background-color:#FFFFFF;
	outline: none;
}
A
{
	text-decoration:none;
	outline: none;
}
A:hover
{
	text-decoration:none;
	outline: none;
}
A:visited
{
	text-decoration:none;
	outline: none;
}
/* font sizes */
.size_10 
{
	font-size: 10px;
}
.size_11 
{
	font-size: 11px;
}
.size_12 
{
	font-size: 12px;
}
.size_13 
{
	font-size: 13px;
}
.size_14 
{
	font-size: 14px;
}
.size_15 
{
	font-size: 15px;
}
.size_16 
{
	font-size: 16px;
}
.size_17 
{
	font-size: 17px;
}
.size_20 
{
	font-size: 20px;
}
.size_26
{
	font-size: 26px;
}
/* end font sizes */

.hidden {
	display: none;
}
.visible {
   
}
.clear
{
	clear: both;
}
/* background-colors */
.bg_white
{
	background-color: #FFFFFF;
}
.bg_green
{
	background-color: #BDEB81;
}
.bg_green1
{
	background-color: #74AE27;
}
.bg_gri
{
	background-color: #434343;
}
.bg_gri1
{
	background-color: #B5B7BA;
}
.bg_gri2
{
	background-color: #EEEEEE;
}
.bg_gri3
{
	background-color: #5D5D5D;
}
.bg_blue_dark
{
	background-color: #1F4E6A;
}
.bg_green_dark
{
	background-color: #74AE27;
}
.bg_violet
{
	background-color: #6C2284;
}
/* end background-colors */
/* colors */
.alb
{
	color: #FFFFFF;
}
.gri
{
	color: #9E9D9D;
}
.gri1
{
	color: #555555;
}
.rosu
{
	color: #FF0000;
}
.rosu1
{
	color: #E31C43;
}
.blue
{
	color: #6DCFF6;
}
.blue1
{
	color: #6DCFF6;
}
.blue2
{
	color: #547E8E;
}
.blue3
{
	color: #6DCFF6;
}
/* end colors */
.str
{
	font-weight: bold;
}
.no_border
{
	border: 0px;
}
/* margins */
.mg_1
{
	margin: 1px;
}
.mg_3
{
	margin: 3px;
}
.mg_5
{
	margin: 5px;
}
.mg_top_1
{
	margin-top: 1px;
}
.mg_top_3
{
	margin-top:3px;
}
.mg_top_5
{
	margin-top:5px;
}
.mg_left_1
{
	margin-left: 1px;
}
.mg_left_3
{
	margin-left:3px;
}
.mg_left_5
{
	margin-left:5px;
}
/* end margins */
/* padding */
.pad_left_5
{
	padding-left: 5px;
}
.pad_left_10
{
	padding-left: 10px;
}
.pad_5
{
	padding:5px;
}
/* end padding */