BODY
{
   font: 12px Arial;
   color: #ffffff;
   background: #000000 url('images/background.gif') repeat-x;
}
table
{
   font: 12px Arial;
}
A:link {color: #ffffff; text-decoration: none;}
A:active {color: #d0ffe0; text-decoration: none;}
A:visited {color: #ffffff; text-decoration: none;}
A:Hover {color: #d0ffe0; text-decoration: underline;}

h3 {font: 20px Arial; margin:0px; padding:0px; position:inline;}
h5 {font: 13px Arial; font-weight: bold; color: #00C676; margin:0px; padding:0px; position:inline;}

LI { display: block;  list-style : none;}
UL, OL { counter-reset: item }

img {border:0px;}

HR { color: #39363A;}

.li { display: relative;  list-style : square; margin-top: 5px;}

.image { border: 5px solid #39363A;}

.menu-item
{
	background: #343938 url('images/menu_main_button.gif') repeat-x;
	padding-left: 15px;
}

.small
{
	font: 10px Arial;
}

.bold
{
	font: 12px MS Sans Serif;
	font-weight: bold;
}

.bgcolor1
{
	background-color: #282529;
}
.bgcolor2
{
	background-color: #383539;
}
.bgcolor4
{
	background-color: #302D31;
}
.bgcolor3
{
	border-bottom: 1px solid #383539;
}

.color1
{
	color: #00a261;
}
.color2
{
	color: #635e5f;
}

.form-text
{
	border: 1px solid #49464A;
	background-color: #39363A;
	color: #909090;
	font: 12px Arial;
	padding: 2px;
	margin: 1px;
}

.click
{
	cursor: pointer;
}