
/* Theme colours are #008E90 and #00203B ... line colour #BD9DBD */

body
{
	/*background-color:#e9e9e9;*/
}

font, basefont, p, body, table, tr, td, div, span, form, select, option, input, select, textarea, pre, button, submit, reset
{
	color: #333;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

h1
{
	font-size: 17px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #BD9DBD;
}

a:link, a:active, a:visited
{
	color: #BD9DBD;
	text-decoration: underline
}

a:hover
{
	color: #f00;
	text-decoration: underline;
}

a.topMenuBtn:link, a.topMenuBtn:visited, a.topMenuBtn:active
{
	display: block;
	margin: 0px;
	position: relative;
	color: #BD9DBD;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle; /*text-bottom*/
	text-align: center;
	text-decoration: none;
	padding: 3px 15px 0px 15px;
	font-weight: 300;
}

a.topMenuBtn:hover
{
	color: #CEB3CE;
	/*background-color: #eeeeee;*/
}

.footer
{
	font-size: 11px;
	color: #666666;
}

a.footer:link, a.footer:visited, a.footer:active
{
	font-size: 11px;
	color: #eee;
	text-decoration: none;
	padding-right: 12px;
}

a.footer:hover
{
	color: #fff;
}

.primaryLeftPlt
{
	font-size: 11px;
}

.primaryLeft:link, a.primaryLeft:visited, a.primaryLeft:active
{
	display: block;
	width:100%;
	color: #666;
	text-align: right;
	text-decoration: none;
	padding: 2px 10px 2px 5px;
}

a.primaryLeft:hover
{
	color: #BD9DBD;
	text-decoration: underline;
}

.primaryRightPlt
{
	font-size: 11px;
}

.primaryRight:link, a.primaryRight:visited, a.primaryRight:active
{
	display: block;
	width:100%;
	color: #666;
	text-align: left;
	text-decoration: none;
	padding: 2px 10px 2px 5px;
}

a.primaryRight:hover
{
	color: #000;
	text-decoration: underline;
}
