BODY,TD,TH,LI,OL,UL,DL,BLOCKQUOTE,SELECT {
	color: #424242;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
A:LINK, A:ACTIVE {
	color : #ce1010;
	background-color: transparent;
	text-decoration : none;
}

A:VISITED {
	color : #8b0000;
	background-color: transparent;
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
	color : #dd6900;
}

	.maintable {
		border: 1px solid #8274B3;
		background-color: #EFEFEF;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.maintitle	{
		color: #9386C4;
		background-color: transparent;
		font-weight: bold;
		font-size:10pt;
		text-transform: uppercase;
	}
	.topmenu {
		line-height : 130%;
		font-size: 11px;
	}

	.image {
		border-style : solid;
		border-width : 1px;
		border-color : #424242;
		margin : 2px;
		vertical-align:middle;
	}

	a:hover .image,	a:active .image
	{
		border-color : #DD6900;
		border-width:2px;
		margin: 1px;
	}
	
	.biggest {font-family : Arial, Helvetica, sans-serif;font-size:13pt;}
	.bigger {font-family : Arial, Helvetica, sans-serif;font-size:11pt;}
	.smaller 	{font-family : Arial, Helvetica, sans-serif;font-size:10.4px;padding-left:5px;padding-right:5px;}
	.smallest {font-family : Arial, Helvetica, sans-serif;font-size:9.4px;}

