﻿body
{
	background-color: #333333;
	color:lime;
	font-family: Verdana;
	font-size: 8pt;
}

a
{
	text-decoration: none;
	color: green;
}

a:hover
{
	color: green;
	cursor: hand;
}

a:visited
{
	color: green;
}

div
{
	margin: 0 0 0 0;
	width: 600px;
	cursor: default;
}

.titlebar
{
	background-image: url('img/bar1.gif');
	width: 600px;
	height: 34px;
}

.submenu
{
	width: 600px;
	height: 18px;
	background-color:#292E38;
}

.bottombar
{
	background-image: url('img/bar2.gif');
	width: 600px;
	height: 34px;
}

.page
{
	background-color: #58617a;
	width: 596px;
	height: 400px;
	margin-left: 2px;
	filter: alpha(opacity=0);
}