<style>
.gooo	{}

/* ........................................................................................................ */
/* pre-defined settings */
/* ........................................................................................................ */

a:link	{
	color: #0066BB; 
	text-decoration: none;
}
a:visited	{
	color: #0066BB;
	text-decoration: none;
}
a:active	{
	color: #0066BB; 
	text-decoration: none;
}
a:hover	{
	color: #BB0000; 
	text-decoration: underline;
}

a.headHref:link	{
	color: #BB0000; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:14px;
	font-weight:bold;
	font-family: verdana;
}
a.headHref:visited	{
	color: #BB0000; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:14px;
	font-weight:bold;
	font-family: verdana;
}
a.headHref:active	{
	color: #BB0000; 
	text-decoration: none; 
	font-weight:bold; 
	font-size:14px;
	font-weight:bold;
	font-family: verdana;
}
a.headHref:hover	{
	color: #BB0000; 
	text-decoration: underline; 
	font-weight:bold; 
	font-size:14px;
	font-weight:bold;
	font-family: verdana;
}
body	{
	background-color: #777777;
}
img.outline	{
	border-right: #333333 0.02mm solid; 
	border-top: #333333 0.02mm solid; 
	border-left: #333333 0.02mm solid; 
	border-bottom: #333333 0.02mm solid; 
	z-index:0;
}

/* ........................................................................................................ */
/* defined settings */
/* ........................................................................................................ */

.text	{
	font-family:verdana; 
	font-size:11px;
}
.header	{
	font-family: verdana;
	font-size:14px;
	font-weight:bold; 
	color:#606060;
}
.headerRed{
	font-family: verdana;
	font-size:14px;
	font-weight:bold; 
	color:#BB0000;
}
.headerRed2{
	font-family: verdana;
	font-size:11px;
	font-weight:bold; 
	color:#BB0000;
}
.outerDiv	{
	width:740px;
	position:relative; 
	margin-top:8px; 
	background-color:#FFFFFF;
	border: #303030 solid 1px;
}
.innerDiv	{
	width:700px;
	position:relative; 
	margin-top:12px; 
	background-color:#FFFFFF;
}
.headerDiv	{
	width:740px;
	position:relative; 
	margin-top:42px; 
	background-color:#BB0000;
}
.footerDiv	{
	width:740px;
	position:relative; 
	margin-top:8px; 
	background-color:#003366;
}
.mainTitle	{
	color:#FFEEAA; 
	font-size:36px; 
	font-family:verdana; 
	letter-spacing:14px;
}

</style>