/********************************************************************************
**
** Module				: style.css
** Description	 : Definition of styles used on css web pages
** Originator		: D. Bolton
** Creation Date : 23/10/06
** Reference		 : N/A
**
** (c)2006 Evolution MultiMedia Solutions, Stafford, England
**
*********************************************************************************
*/

/*
**------------------------------------------------------------------------------
** TEXT STYLE DEFINITIONS
**------------------------------------------------------------------------------
*/

.page_links,.page_links_highlighted,a:link,a:visited,a:active,a:hover,.page_title,.caption,h1,h2,h3,h4,h5,h6,ul,p,table,.banner,img_text,.footer,.btt,.no_select,.message,page_title_banner
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link,a:visited,a:active
{
	font-size: 16px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

.page_links,.page_links_highlighted
{
	font-size: 18px;
	font-weight: bold;
	color: #006633;
	text-decoration: none;
}

.page_links_highlighted
{
	font-style: italic;
}

a:hover
{
	/* mouse over link */
	color: #00CC33;
	text-decoration: none;
}

.caption_link
{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #006633;
	padding: 10px 0px 5px 0px;
}

.page_title_banner
{
	border: 0pt;
	vertical-align: middle;
	background-color: #006633;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

.page_title
{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}

.caption
{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	padding: 10px 0px 5px 0px;
}

.message
{
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #FFFF00;
	padding: 10px 0px 5px 0px;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: bold;
	color: #00CCFF;
}
h1 {font-size: 22px}
h2 {font-size: 20px}
h3 {font-size: 18px}
h4 {font-size: 17px}
h5 {font-size: 16px}

ul
{
	font-size: 16px;
}

.content,p,table
{
	font-size: 16px;
	color: #FFFFFF;
}

table
{
	border: 0pt;
	vertical-align: middle;
}

.img_text
{
	font-size: 12px;
	color: #DDDDDD;
}

.btt
{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.footer
{
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

{
	font-size: 16px;
	color: #333333;
}

/*
**------------------------------------------------------------------------------
** HORIZONTAL RULE DEFINITION
**------------------------------------------------------------------------------
*/

hr {color: #999999}


/*
**------------------------------------------------------------------------------
** BACKGROUND DEFINITION
**------------------------------------------------------------------------------
*/

body
{
	background-color: #000000;
	background-image: url('images/background.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}

.clear
{
	clear: both;
}