@charset "UTF-8";

/*
Name: Main Style Sheet
Version: 1.02
Author: Thomas Wojak
Description: Thomas Wojak website style sheet
Copyright 2005 Thomas Wojak
*/


a:link {color: #0066cc; }
a:active {color: #66ccff }
a:visited {color: #0066cc; }

body	{
	background: #000000;
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	line-height: 18px;
	font-style: normal; 
	font-weight: normal; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	}
	
h1	{
	font-size: 14px;
	font-weight: bold;
	}
	
h2	{
	font-size: 13px;
	font-weight: bold;
	}

.homeText	{
	padding: 10px 10px 10px 10px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 13px;
	line-height: 18px;
	}

.nav	{
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	line-height: 14px;
	}

.foot	{
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	text-align: center;
	}

.copyright	{
	color: #999999; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 9px;
	text-align: center;
	}

.description	{
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 15px;	
	}

.whitebox	{
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	color: #000000;
	}

.art	{
	display: none;
	}

.artText	{
	display: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	}
	
.artTextBig	{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	}

.indent	{
	padding-left: 20px;
	}

.smText	{
	color: #000000; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	}
