.body
{
	background-color:	#ffffff;
	cursor:			default;
	font-family:		Tahoma, Verdana;
	font-size:          	11px;
	color:			#000000;
	overflow:           	hidden;
	overflow-x:         	hidden;
}

.mainframe
{
	background: 		url(../gfx/background.png) repeat-x;
	background-color:	#ffffff;
	text-align:         	center;
	position:           	relative;
	display:            	block;
}

.window
{
	position:		relative;
	display:		block;
	width:			950px;
	height:			500px;
/*
	border-color:		#bfbfbf;
	border-style:		solid;
	border-width:		1px;
*/
}

.logo
{
	position:		absolute;
	top:			280px;
	left:			0px;
}

.promo
{
	position:		absolute;
}

.menu
{
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:          	12px;
	text-align:         	right;
	color:			#bb0000;
}

.line
{
	background: 		url(../gfx/line.png) repeat-x;
	text-align:         	center;
	position:           	absolute;
	display:            	block;
}

.heading
{
	position:		absolute;
	/*background-color:	#696969;*/
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:          	32px;
	font-weight:		bold;
	text-align:		left;
	/*color:		#ffffff;*/
	color:			#474747;
}

.ingress
{
	position:		absolute;
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:          	18px;
	text-align:		left;
	color:			#696969;
}

A.menu_link
{
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:		12px;
	text-decoration:	none;
	color:			#9c9c9c;
}

A:HOVER.menu_link
{
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:		12px;
	text-decoration:	none;
	color:			#474747;
}

A.ingress_link
{
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:		18px;
	text-decoration:	none;
	color:			#696969;
	border-bottom:      	dotted 1px #696969;
}

A:HOVER.ingress_link
{
	font-family:		Arial, Helvetica, MS Sans Serif, Tahoma, Verdana;
	font-size:		18px;
	text-decoration:	none;
	color:			#9c9c9c;
}
