/********************************************************************************
**
** Module        : style.css
** Description   : Definition of styles used on css web pages
** Originator    : D. Bolton
** Creation Date : 16/05/06
** Reference     : N/A
**
** (c)2006 Evolution MultiMedia Solutions, Stafford, England
**
*********************************************************************************
*/

/*
**------------------------------------------------------------------------------
** TEXT STYLE DEFINITIONS
**------------------------------------------------------------------------------
*/

.logo,a:link,a:visited,a:active,a:hover,.page_title,h1,h2,h3,h4,h5,h6,ul,p,table,.img_text,.footer
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

a:link,a:visited,a:active
{
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
/*	text-decoration: none;  */
}

a:hover
{
	/* mouse over link */
	color: #FF0000;
/*	text-decoration: none;  */
}

.logo
{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}

.page_title
{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	color: #000000;
}
h1 {font-size: 28px}
h2 {font-size: 24px}
h3 {font-size: 22px}
h4 {font-size: 20px}
h5 {font-size: 18px}
h6 {font-size: 16px}

ul
{
	font-size: 16px;
/*	list-style-image: url('/images/arrow.gif');  */
}

.content,p,table
{
	font-size: 16px;
	color: #000000;
}

table
{
	border: 0pt;
	vertical-align: middle;
}

.img_text
{
	font-size: 10px;
	color: #000000;
}

.footer
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/*
**------------------------------------------------------------------------------
** HORIZONTAL RULE DEFINITION
**------------------------------------------------------------------------------
*/
	
hr {color: #000000}


/*
**------------------------------------------------------------------------------
** BACKGROUND DEFINITION
**------------------------------------------------------------------------------
*/

body 
{
	background-color: #FFFECB;
/*  background-color: #FFFF99;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center; */
}

.main 
{
	background-color: #FFFECB;
}