html, body{
	margin:0px;
	padding:0px;
	background-image:url(.../images/main_bg.jpg);
	background-color:#ffffff;
}
h1, h2, h3, h4, h5, h6, p, form {
	margin:0px;
	padding:0px;
}
.admin_header_left {
	background-image:url(../images/admin_header_left.jpg);
	background-repeat:no-repeat;
	height:121px;
	width:30px;
}
.admin_header_bg {
	background-image:url(../images/admin_header_bg.jpg);
	background-repeat:repeat-x;
	height:121px;
}
.admin_header_right {
	background-image:url(../images/admin_header_right.jpg);
	background-repeat:no-repeat;
	height:121px;
	width:30px;
}
.combobox_admin {
	font-family:Arial, Verdana,"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#000000;
	width:auto;
}
.grey_text_title {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:15px;
	font-weight:bold;
	color:#838383;
	text-decoration:none;	
}
.grey_text_title_big {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:20px;
	font-weight:bold;
	color:#838383;
	text-decoration:none;	
}
.admin_small_text {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:13px;
	font-weight:bold;
	color:#838383;
	text-decoration:none;	
}
.admin_tray_bg {
	background-image:url(../images/tray_bg_white.jpg);
	background-repeat:no-repeat;
	height:65px;
	width:65px;
}
.admin_tray_bg1 {
	background-image:url(../images/tray_bg1_white.jpg);
	background-repeat:no-repeat;
	height:65px;
	width:65px;
}
.black_text_small {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:9px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	line-height:10px;	
}
.grey_text_small {
	font-family:Arial, Verdana,"Trebuchet MS";
	font-size:11px;
	font-weight:normal;
	color:#71716F;
	text-decoration:none;
}
.admin_border {
	background-color:#000000;
	height:1px;
}
.black_big_link {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:15px;
	font-weight:bold;
	color:#363638;
	text-decoration:underline;	
}
.black_big_link:hover {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:15px;
	font-weight:bold;
	color:#363638;
	text-decoration:none;	
}