﻿body 
{
	font-family: Arial,Tahoma,Verdana,Helvetica;
	font-size: 0.7em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #5B5B5B;
	background-color: White;
}

/*
a {
color: Black;
text-decoration: underline;
}

a:hover {
color: DodgerBlue;
text-decoration: none;

}
a:visited:hover {
color: DodgerBlue;
text-decoration: none;
}*/

#header
{
	width: 100%;
	background-color: AliceBlue;
	height: 50px;
	text-align: left;
	padding: 4px 4px 4px 4px;	
	background-image: url(/img/header_back.gif);
	background-repeat: no-repeat;
	
}
#footer
{
	/*height: 4em;		
	background-color: White;
	color: SteelBlue;
	width: 100%;
	text-align: right;	*/
	border-top: solid 1px DodgerBlue;
}

h1
{
	width: 100%;	
	color: DarkDarkGray;
	background-color: LightSteelBlue;
	font-size: 1em;
	font-weight: bold;
	text-align: center;	
	padding:0 0 0 0;
	margin: 0 0 0 0;		
	background: url(/img/b_back.gif) AliceBlue repeat-x;	
}

/*
td.menu_back {
	border-style: none;	
	padding: 0 0 0 0;	
	margin: 0 0 0 0;	
	background: url(/img/mm_back.gif) AliceBlue repeat-x;	
	height: 20px;
}

td.menu_back_light {
	border-style: none;
	background: DodgerBlue;
	padding: 0 0 0 0;	
	margin: 0 0 0 0;		
}*/

table.page_background
{
	background-color: White;
	height: 100%;
}

.brief_box
{
	background-color: White;
}