/* $Id: timot-v2.css,v 2.00 25/08/2003 12:33:07 jim Exp $ */

body { 
   background: url("imgs/back.jpg"); 
	background-color: #232323;
	background-position: top left;
	background-repeat: repeat-y;
	background-attachment: fixed;

	color : White;
	font-family : Verdana, Tahoma, Helvetica;
	font-size: 12px;
	font-style : normal;
	font-weight: normal;

	
	margin-left: 0px;	
	margin-top: 0px;	
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color : #DDDDDD;
	font-style : normal;
	font-family: Verdana, Tahoma, Helvetica;
	text-decoration : none;
}

a:link {
	color: #DDDDDD;
}

a:active {
	color: #EEDDDD;
}

a:visited {
	color: #DDDDDD;
}

a:hover {
	color: #DDDDFF;
}

.cat-title {
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.cat-content {
	color: white;
	font-size: 11px;
}

.smalltable {
	background: #A9A9A9;
	border-left : 1px solid #666666;
	border-top : 1px solid #666666;
	border-right : 1px solid #666666;
	border-bottom : 1px solid #666666;
	font-size: 7pt;
	font-weight : bold;
	color: Maroon;
	padding : 1px;
	margin : 1px;
}

input,textarea,select {
	text-align: center;
	background-color : transparent;
	border-bottom: #DDDDDD solid 1px;
	border-left: #DDDDDD solid 1px;
	border-right: #DDDDDD solid 1px;
	border-top: #DDDDDD solid 1px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	color: #BBBBBB;
}

