backgrnd
{
background-color: #8791ac;
}

body {
SCROLLBAR-ARROW-COLOR: #5f6585;
SCROLLBAR-BASE-COLOR: #8791ac;
}
.normal
{
	font-family: Century Gothic, tahoma, arial;
	font-weight	: normal;
	font-size		: 80%;
	color		: #ffffff;
}
.bold
{font-family: Century Gothic, tahoma, arial;
 font-weight	: bold;
 font-size		: 100%; /*small;*/
 color		: #ffffff;
}
.bold_big
{
	font-family: "Century Gothic", tahoma, arial;
	font-weight	: bold;
	font-size		: 10pt; /*small;*/
	color		: #ffffff;
}
.small
{
	font-family: "Century Gothic", tahoma, arial;
	font-weight	: bold;
	font-size		: 90%; /*x-small;*/
	color		: #ffffff;
}
.blue
{
	font-family: Century Gothic, tahoma, arial;
	font-weight	: normal;
	font-size		: 70%; /*x-small;*/
	color		: #333333;
}

.blue_big
{
	font-family: Century Gothic, tahoma, arial;
	font-weight	: normal;
	font-size		: 100%; /*x-small;*/
	color		: #333333;

}
.very_small
{font-family: Century Gothic, tahoma, arial;
 font-weight	: normal;
 font-size		: xx-small;
 color		: #ffffff;
}
a:link {
	color: #FFFFFF;
	text-decoration: none
}
a:visited {
	color: #333333;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration: none
}
a:active {
	color: #3300FF;
	text-decoration: none
}
