@CHARSET "ISO-8859-1";

.frame-top {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				23px;
	border-style:		solid;
	border-width:		0px 0px 1px 0px;	
}

.colors1 {
	background-color:		#000000;
	color:					#FFFFFF;	
	border-color: 			#c5b027;	
}

.frame-leftblock {
	position:			absolute;
	top:				0px;
	left:				50%;
	padding-top:		5px;
	margin-left:		-470px;
	margin-left:		0px;
	left:				5px;
}

.frame-rightblock {
	position:			absolute;
	top:				0px;
	right:				50%;
	padding-top:		5px;		
	margin-right:		-470px;
	margin-right:		0px;
	right:				5px;
}

.frame-bottom {
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				100%;
	height:				23px;
	border-style:		solid;
	border-width:		1px 0px 0px 0px;	
}

.fonts1 {
	font-family:			arial;
	font-size:				11px;
}

.link1 a {
	color:					#FFFFFF;
	text-decoration:		none;	
}
.link1 a:hover {
	text-decoration:		underline;	
}

.link2 a {
	color:					#cc6600;
	font-weight:			bold;		
	text-decoration:		none;	
}
.link2 a:hover {
	text-decoration:		underline;	
}