A {
	color : #CCCC66;
	text-decoration : none;
}

A:hover {
	color : #CCCC66;
	text-decoration : underline;
}

A:visited {
	color : #CCCC66;
}

A:focus {
	color : #CCCC66;
}

A:ACTIVE {
	color : #CCCC66;
}

A:LINK {
	color : #CCCC66;
}

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #FFFFF0;
	background-color : Black;
	background-image : url(images/backgr.jpg);
	background-attachment : fixed;
}

.tbig{
	font-size : 12pt; 
}

.tsmall{
	font-size : 8pt; 
}

.tseperator{
	color: #FFFFF0;
	font-size : 12pt;
	text-align : center;
	background-color : #999933;
}

.theader{
	color : #FFFFCC;
}

.rtheader{
	color : #FFFFCC;
	text-align : right;
}

.tsource{
	color: #FFFF99;
	font-size : 8pt;
	text-align : right;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #FFFFF0;
	font-weight : bold;
	text-align : justify;
}

td.small {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FFFFF0;
	font-weight : bold;
	text-align : justify;
}

td.rsmall {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FFFFF0;
	font-weight : bold;
	text-align : right;
}

td.lsmall {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FFFFF0;
	font-weight : bold;
	text-align : left;
}

ul {
	list-style-type : square;
}
