BODY {
	background-color: #white;
	background-position: left top;
}
TD {	
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #111111;
}
A{	
	color:#1F00CC;
	text-decoration:none;
}

a:visited {
	text-decoration: none;
	color:15008C;
}
A:hover {
	color:#cf5402;
	text-decoration:underline;
}
h3 {
	color: #ef6303;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 20px;
	font-weight:normal;
}
li {
	list-style-image:url(imgs/m.gif);
}
.main {
	background-image: url(imgs/main_bg.gif);
	background-position: left top;
	background-repeat:repeat-x;
	vertical-align:top;
	text-align:center;
	padding-top:3px;
	padding-bottom:5px;
}
.top {
	height:85px;
	background-color:#FFFFFF;
	background-image: url(imgs/top_bg.gif);
	background-position: left top;
	background-repeat:repeat-x;
	vertical-align:top;
}
.left {
	width: 178px;
	padding-right:12px;
	vertical-align:top;
}
.right {
	width: 205px;
	padding-left:15px;
	vertical-align:top;
}
.text {
	line-height:17px;
}
.menu {
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color:#362f2d;
}
.menu:hover {
	text-decoration:none;
}

.zag {
	color: #af7310;
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
}
.zag_td {
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;
	padding-left:14px;
	font-weight:bold;
	height:30px;
}
.photo {
	margin-bottom:10px;
	margin-right:10px;
	margin-top:10px;

}
.grey {
	color:#9f9e9c;

}
.block {
	border:1px solid #c7ccd4;
	background-image: url(imgs/block_bg.gif);
	background-repeat: repeat-x;
	background-position:right bottom;
	padding-top:13px;
	padding-left:13px;
	padding-right:13px;
	padding-bottom:16px;

}
.footer {
	border-top: 2px solid #c7ccd4;
	padding:13px;
	color: #afb6bc;
	font-family: Tahoma;
	font-size: 9px;
}

.button {
	height:23px;
	color:#000000;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	background-color:#ebebeb;
	background-image: url(imgs/button_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top:1px solid #a0a0a0;
	border-left:1px solid #a0a0a0;
	border-bottom:1px solid #464646;
	border-right:1px solid #464646;
	cursor:hand;
}
.input {
	border:1px solid orange;
	width:135px;
	height:20px;
	padding-left:5px;
	padding-top:3px;
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	margin-right:8px;
}
.search_button {
	color:red;

}

.small {
	font-size: 11px;
}

.brown {
	color:#ca5301;
}

table.table, table.table td {
	border-bottom:1px solid #c7ccd4;
	border-right:1px solid #e3e5e9;
	border-left:1px solid #e3e5e9;
    border-collapse: collapse;
    padding:3px;
	font-size:11px;
}
table.table th {
	height:25px;
	background-color:#f4f4f5;
	border-bottom:1px solid #c7ccd4;
	border-top:1px solid #c7ccd4;
	border-right:1px solid #e3e5e9;
	border-left:1px solid #e3e5e9;
	text-align:left;
	font-weight:normal;
    padding:3px;
	color:#464646;
	font-weight:bold;
}