body
{
	font-size				: 10pt;
	color					: white;
	line-break				: strict;
	background-color		: black;
	background-attachment	: fixed;
	background-image		: url( img/back.png );
	scrollbar-base-color	: black;
	scrollbar-arrow-color	: red;
	margin					: 0px 0px 0px 0px;
	text-align				: center;
}

a
{
	color					: white;
}

a:link
{
	color					: white;
	font-weight				: bold;
}

a:visited
{
	color					: #CCCCCC;
	font-weight				: bold;
}

a:hover
{
	font-weight				: bold;
	color: #FF0000;
	text-decoration: none;


}

a:active
{
	color					: #ff6600;
	font-weight				: bold;
}

p
{
	font-size				: 12pt;
	line-break				: strict;
	padding					: 2px;
}

H2
{
	font-size				: 12pt;
	line-break				: strict;
	padding					: 2px;

}

div
{
	font-size				: 10pt;
	line-break				: strict;
}

img
{
	border					: 0px;
}

.nopadding
{
	padding					: 0px;
}

.head_line_menu
{
	color					: white;
	font-size				: 14px;
}

th
{
	background-color		: black;
	text-align				: center;
	vertical-align			: middle;
	padding					: 5px 5px auto 5px;
}

td
{
	text-align				: center;
	vertical-align			: middle;
	padding					: 5px 5px auto 5px;
	font-size				: 12px;
}

td.title
{
	color					: red;
	font-weight				: bold;
}

