html, body, table, td, th, h1, h2, h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1{
	font-size: 18px;	
}
h2{
	font-size: 16px;
}
h3{
	font-size: 16px;	
}
body {
	background-color: #292929;
}
a:link {
	color: #EC0000;
	text-decoration: none;
}
a:visited {
	color: #EC0000;
	text-decoration: none;
}
a:hover {
	color: #EC0000;
	text-decoration: underline;
}
a:active {
	color: #EC0000;
	text-decoration: none;
}
.style1 {font-size: 16px}

#tip {
	/*Все параметры кроме Left,Position и Top можно менять*/
	background: #FFFFCC;
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	left: -1000px;
	padding: 1px;
	position: absolute;
	top: -1000px;
	border : 1px solid Black;
}

input.admin_top
{
	border : 1px solid gray;
	font-size : 12px;
	width : 80px;
	height : 17px;
	vertical-align : middle;
}
.admin_top
{
	font-size : 12px;
	color : #898989;
	font-weight : bold;
}
.admin_table{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
th.admin_table
{
	width : 1%;
	vertical-align : top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	text-align : right;
}
form
{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
a:HOVER.admin
{
	color: #FF9900;
	position : relative;
	left : -2px;
	top : -2px;
}
a.admin
{
	text-decoration : none;
	color : #003399;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
}
.admin_action{
	color: Blue;
	text-decoration : none;
}