﻿/*
Light Blue/Grey BG Colour = #65737e
Dark Blue/Gret BG Colour = #3b444d
*/

body
{
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #3b444d;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a
{
	color: #E1F0FF;
	text-decoration: underline;
}
a:visited
{
	color: #E1F0FF;
	text-decoration: underline;
}
a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

.trans_box2
{
	/*
	background-position: right top;
	border: 0px;
	z-index:-1;
	background-image: url(../images/bg_image.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	*/
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	/*
	filter: progid:DXImageTransform.Microsoft.Alpha(src= '../images/bg_image.png' , sizingMethod= 'scale', opacity=15 );
	*/
}

/* stop child elements inheriting the parents alpha opacity in ieWin */
.trans_box2 * {
	/* A position:absolute or position:relative is required for ieWin to actually set the filter? */
	/*
	position:relative;
	z-index:-1;
	top: -2147483648px;
	left: -2147483648px;
	width: 285px;
	height: 179px;
	*/
}

.FrontNews a
{
	color: #FFF;
	text-decoration: none;
}
.FrontNews a:visited
{
	color: #E1FFFF;
	text-decoration: none;
}
.FrontNews a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

.CategoryHead
{
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}


