﻿body { 
	background-color: #000000;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed; 
}
p { 
	font-family: Verdana, Geneva, San-serif;
	color: #CCCCCC;
	font-size:small;
}
.title {
	font-family: Verdana, Geneva, San-serif;
	color: #FFFFFF;
	font-size:x-large;
	font-weight:bold;
	font-variant:small-caps;
}
.menu { 
	font-family: Verdana, Geneva, San-serif;
	color: #CCCCCC;
	font-size:small;
}
.highlight {
	font-weight: bold;
	color: #FFFFFF; 
	font-size:small;
}
.bold {
	font-weight: bold;
}
.large {
	font-size:large; 
}
.small {
	font-size:x-small; 
}
a:link {
	color: #FFFFFF; 
	text-decoration: none; 
}
a:visited {
	color: #CCCCCC; 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
a:active { 
	color: green; 
	text-decoration: underline; 
}
img {
	border: 0px; 
}
div.mainBlock {
	display: block;
	background-color: #000000;
	width: 860px;
	height: 580px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
div.TitleBlock {
	display: block;
	width: inherit;
	height: auto;
	margin-top: 20px;
}
div.SubTitleBlock {
	display: block;
	width: inherit;
	height: auto;
	margin-top: 20px;
	line-height: 145%;
}
div.ContentBlock {
	display: block;
	width: inherit;
	height: auto;
	margin-top: 60px;
	line-height: 145%;
}
.floatLeft {
	display:block;
	float: left;
	width:auto;
	height:auto;
	margin-right: 15px;
	margin-bottom: 5px;
}
.floatBottom {
	display: block;
	width: auto;
	height: auto;
	margin-top: 160px;
}
.noWrap{
	white-space: nowrap;
}
