/* CSS Document */
.body
{
	background-color:#171411;
	font-family:"Trebuchet MS";
	font-size:small;
	margin:0px;
	padding:0px;
}

.bodytext
{
	font-family:"Trebuchet MS";
	font-size:small;
	color:#333333;
}

.h1
{
	font-family:"Trebuchet MS";
	font-size:medium;
	font-weight:bold;
}

.h2
{	font-family:"Trebuchet MS";
	font-size:large;
}

.bodytext:link
{
	font-family:"Trebuchet MS";
	font-size:small;
	color:#333333;
}

.bodytext:hover
{
	font-family:"Trebuchet MS";
	font-size:small;
	color:#666666;
	text-decoration:underline;
}

.leftcolumn
{
	width:200px;
	border-right-color:#000000;
	border-right-style:solid;
	border-right-width:thin;
}
