BODY
{
	margin: 0 0 0 0;
	background-color: White;
	direction: ltr;
	font-family: Tahoma;
	font-size: 10pt;
}

TD
{
	font-size: 10pt;
}

#header
{
	width: 100%;
	background-color: #114171;
	x-background-color: #404b82;
	color: White;
}

#date
{
	background-color: #15528e;
	color: White;
	font-size: 8pt;
}

#date_links
{
	float: right;
}

#name, #search, #account, #admin, #body, #date
{
	padding: 2px 5px 2px 7px;
}

#date, #name, #account
{
	border-bottom: solid 1px #5e91c3;
}

#name
{
	font-size: 18pt;
	padding-top: 6px;
}

#page_name
{
	padding: 2px 5px 2px 0px;
	font-weight: normal;
	font-size: 18pt;
}

#flash_logo
{
	float: right;
}

#body
{
	border-top: solid 1px #5e91c3;
	border-bottom: solid 1px grey;
	padding-top: 10px;
	padding-bottom: 20px;
}

#copyright
{
	padding: 3px 5px 6px 5px;
	text-align: right;
	font-size: 8pt;
	background-color: Gray;
	color: White;
}

#search, #admin
{
	background-color: #3d71a3;
}

#account
{
	background-color: #15528e;
}

#account_actions
{
	float: right;
}

#account_name
{
	font-weight: bold;
}

#search_title, #admin_title
{
	font-weight: bold;
}

A.copyright_link
{
	color: #fac689;
	text-decoration: none;
}

A.copyright_link:hover
{
	color: #ff9537;
}

A.search_link, A.action, A.admin_link, A.date_link
{
	color: White;
	text-decoration: none;
}

A.search_link:hover, A.action:hover, A.admin_link:hover, A.date_link:hover
{
	color: #fac689;
}

A
{
	color: #404b82; 
	text-decoration: none;
}

A:hover
{
	color: Red;
}

INPUT.button
{
	background-color: #404b82;
	color: White;
	font-size: 10pt;
	font-weight: bold;
}

DIV.error
{
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
	
	background-color: #820002;
	color: White;
	font-weight: bold;
}

#admin_master_lists
{
	background-color: #404b82;
	padding: 5px 5px 5px 5px;
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 15em;
	border: 1px solid gray;
}

#admin_master_lists_close
{
	float: right;
	border: 1px solid white;
	padding-top: 0;
	padding-left: 1pt;
	padding-right: 1pt;
	padding-bottom: 2pt;
	font-size: 8pt;
	text-align: center;
}

#admin_master_lists_close_link
{
	line-height: 6pt;
	text-decoration: none;
	color: White;
}

DIV.text
{
	width: 645px;
	line-height: 1.2em;
	text-align: justify;
}