html, body, td, *
{
	font-family:		Tahoma, Arial, Sans-Serif;
	font-size:			14px;
}

body
{
	background-color:	#a19ebe;
	background-image:	url( 'bg1.gif' );
	background-repeat:	repeat-x;
}

#main_table
{
	border:				1px solid black;
	background-color:	#706c80;
}

#fade
{
	border:				1px solid black;
	color:				#ffffff;
	background:			url( 'fade.gif' );
	font-size:			16px;
	font-weight:		bold;
	width:				700px;
	height:				48px;
	text-indent:		20px;
}

#logo
{
	border:				1px solid black;
	background:			url( 'splash.gif' );
	width:				494px;
	height:				200px;
}

#sidebar
{
	border:				1px solid black;
	background:			url( 'sidebar.gif' );
	width:				200px;
	height:				200px;
}

#textarea
{
	border:				1px solid black;
	background:			#cfd5e4 url( 'bg2.gif' ) repeat-x;
	width:				700px;
}

#content
{
	padding:			10px;
}

#copyright
{
	padding-top:		5px;
	background:			#d7d7d7 url( 'copyright.gif' ) repeat-x;
	width:				700px;
	height:				24px;
	font-size:			12px;
	text-indent:		20px;
}

a.navigation, a.navigation:link, a.navigation:active, a.navigation:visited, a.navigation:hover
{
	display:			block;
	width:				200px;
	height:				30px;
	margin-bottom:		-3px;
	padding-top:		4px;
	padding-left:		40px;
	color:				#000000;
	background:			url( 'button.gif' ) no-repeat;
	overflow:			hidden;
}

a.navigation:hover
{
	color:				#000066;
	background:			url( 'button_over.gif' ) no-repeat;
}

a, a:link, a:visited, a:active
{
	color:								#000066;
	text-decoration:					none;
}

a:hover
{
	color:								#0000CC;
	text-decoration:					none;
}

hr
{
	width:								100%;
	background-color:					#000000;
	color:								#000000;
	height:								2px;
	border:								none;
}

input, select, textarea
{
	color:								#000000;
	background-color:					#FEFEFE;
	margin:								2px;
	border:								1px solid #666666;
}

pre
{
	background-color:					#FEFEFE;
	border:								1px solid #666666;
	padding:							10px;
	text-indent: 						0px;
}

h1, h2, h3, h4, h5
{
	font-size:							18px;
	color:								#000000;
	margin:								0px 0px 0px 0px;
}

.paragraph
{
}