﻿body { 
	background-color: #000000;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	background-attachment: fixed; 
	font-family: Verdana, Geneva, San-serif;
	color: #CCC;
	line-height: 150%;
	font-size:small;
}
p { 
	font-size:small;
	margin-top: 30px;
}
.title {
	color: #FFF;
	font-size:xx-large;
	font-weight:bold;
	font-variant:small-caps;
}
.highlight {
	font-weight: bold;
	color: #FFF; 
}
.bold {
	font-weight: bold;
}
.large {
	font-size:large; 
}
.small {
	font-size:small; 
}
a {
	color: #FFF; 
	text-decoration: none; 
}
a:hover {
	text-decoration: underline; 
}
a:active { 
	color: orange; 
	text-decoration: underline; 
}
img {
	border: 0px; 
}
div.wrapper {
	display: block;
	background-color: #000000;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
div.TitleBlock {
	margin-top: 20px;
}
div.ContentBlock {
	display: block;
	margin-top: 30px;
	line-height: 145%;
}
.columnL {
	display:block;
	float: left;
	width:480px;
}
.columnR {
	display:block;
	float: right;
	width:460px;
}
.noWrap{
	white-space: nowrap;
}

