A {
	text-decoration: none;
	font-weight : bold;
	color: black;
}

A:Hover {
	text-decoration: normal;
	font-weight : bold;	
	color: gold;
}
A.top{
	text-decoration: none;
	font-weight : bolder;
	color: White;
	font-size : x-large;
	font-family : Arial, Helvetica, sans-serif;
}
A.topmenu {
	text-decoration: none;
	font-weight : bold;
	color: White;
	font-size : 10pt;
	font-family : Tahoma;
}
A.topmenu:Hover {
	text-decoration: normal;
	font-weight : bold;
	color: #800000;
}
A.leftmenu {
	text-decoration: none;
	font-weight : bold;
	color: #E67817;
	font-size : 10;
}
A.leftmenu:Hover {
	text-decoration: normal;
	font-weight : bold;	
	color: gold;
}
A.rightmenu {
	text-decoration: none;
	font-weight : bold;
	color: #E67817;
	font-size : 10;
}
A.rightmenu:Hover {
	text-decoration: normal;
	font-weight : bold;	
	color: gold;
}
A.created {
	text-decoration: none;
	color: white;
	font-size : 10;
}
A.created:Hover {
	text-decoration: normal;	
	color: white;
}
TD {
	font-size : 10pt;	
	text-decoration: normal;
	font-family : Tahoma;
	color : black;
	
}
body {
	font : Tahoma, arial;
	font-family : Tahoma;
	background : #383431;
}
H1{
	font-family : Tahoma;
	color : #333333;
	font-size : 18;
}
H2{
	font-family : Tahoma;
	color : #333333;
	font-size : 16;
}
H3{
	font-family : Tahoma;
	color : #333333;
	font-size : 14;
}
