/********************************************************************************
**
** Module        : style.css
** Description   : Definition of styles used on css web pages
** Originator    : D. Bolton
** Creation Date : 12/07/08
** Reference     : N/A
**
** (c)2006 Evolution MultiMedia Solutions, Stafford, England
**
*********************************************************************************
*/

/*
**------------------------------------------------------------------------------
** TEXT STYLE DEFINITIONS
**------------------------------------------------------------------------------
*/

.links,a:link,a:visited,a:active,a:hover,.page_title,.caption,h1,h2,h3,h4,h5,h6,ul,p,table,img_text,.footer
{
	font-family: Tahoma;
	color: #000000;
}

.links,a:link,a:visited,a:active
{
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
}

a:hover
{
	/* mouse over link */
	color: #0000FF;
	text-decoration: none;
}

.links_highlighted
{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.main_title
{
	font-family: "Cataneo BT";
	font-size: 42px;
	font-weight: bold;
	color: #550000;
}

.page_title
{
	font-size: 20px;
	color: #550000;
}

.caption
{
	font-size: 20px;
	font-weight: bold;
	color: #550000;
	padding: 10px 0px 5px 0px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	color: #000000;
}
h1 {font-size: 18px}
h2 {font-size: 15px}
h3 {font-size: 14px}
h4 {font-size: 12px}
h5 {font-size: 11px}
h6 {font-size: 10px}

ul
{
	font-size: 14px;
	list-style-image: url('/images/arrow.gif');
}

.content,p,table
{
	font-size: 14px;
	color: #550000;
}

table
{
	border: 0pt;
	vertical-align: middle;
}

.img_text
{
	font-size: 10px;
	color: #000000;
}

.btt
{
	font-size: 8px;
	color: #000000;
	text-decoration: none;
}

.footer
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


/*
**------------------------------------------------------------------------------
** HORIZONTAL RULE DEFINITION
**------------------------------------------------------------------------------
*/
	
hr {color: #550000}


/*
**------------------------------------------------------------------------------
** BACKGROUND DEFINITION
**------------------------------------------------------------------------------
*/

.main 
{
	background-color: #FFFECB;
}