body, html
{
	font-family: arial;
	font-size:.9em;
	padding:0;
	margin:0;
}
.leftside
{
	height:100%;
	width:94px;
	background:url(../images/burn1.jpg);
}
.rightside
{
	height:100%;
	width:94px;
	background:url(../images/burn2.jpg)
}

#menu .menu
{
	font-family:times;
	font-style:italic;
	font-size: 1em;
	font-weight: bold;
	height:1.8em;
	width:20em;
}

#menu a
{
	background:url(../images/deselect.jpg) no-repeat 0% 50%;
	width:20em;
	height:1.5em;
	padding:.5em 2em;
}

#menu a:hover
{
	background:url(../images/select.jpg) no-repeat 0% 50%;
	width:20em;
	height:1.5em;
	padding:.5em 2em;
	text-decoration: none;
	color:#414141;
}

#menu .active
{
	background:url(../images/select.jpg) no-repeat 0% 50%;
	width:20em;
	height:1.5em;
	padding:.5em 2em;
	text-decoration: none;
	color:#414141;
}

a:visited
{
	color:color:#414141;
	text-decoration: none;
}

table
{
	padding:0;
	margin 0;
	border-collapse: collapse;
}
table .width
{
	width: 100%;
	height:100%;
}

table h2
{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 0;
	padding-bottom:4px;
	margin: 0;
	font-weight: bold;
	font-family: arial;
}

table p
{
	color: #fff;
	padding: .1em;
	font-weight: normal;
	font-family: arial;
}
table a
{
	color: #C0C0C0;
	text-decoration: none;
}
table a:hover
{
	text-decoration: underline;
}
.C0C0C0
{
 color: #C0C0C0;
}

img
{
	border:0;
}

