﻿
/* Site Font Declaration  */

body {
	background-color: #FFFFFF;
	font-size: 12px;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:1.5em;
	color: #666666;
}

p, table {
	font-size: 12px;
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height:1.5em;
	color: #666666;
}
img 
{
    border:0;
}
/* Links  */

a:link
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	
}

a:visited
{
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

a:active
{
	color: #E31B23;
	text-decoration: underline;
	font-weight: normal;	
}
a:hover
{
	color: #E31B23;
	text-decoration: underline;
	font-weight: normal;
}


a:link.header
{
	color: #666666;
	text-decoration: none;
	font-size:14px;
    font-weight:bold;
}

a:visited.header
{
	color: #666666;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}

a:hover.header
{
	color: #E31B23;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}

a:active.header
{
	color: #E31B23;
	text-decoration: none;
	font-size:14px;
    font-weight:bold;
}
a:link.newslink
{
	color: #666666;
	text-decoration: none;
	font-size:14px;
    font-weight:bold;
}

a:visited.newslink
{
	color: #666666;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}

a:hover.newslink
{
	color: #666666;
	text-decoration: underline;
    font-size:14px;
    font-weight:bold;
}

a:active.newslink
{
	color: #666666;
	text-decoration: underline;
	font-size:14px;
    font-weight:bold;
}
a:link.footer
{
	color: #666666;
	text-decoration: none;
	font-size:12px;
 }

a:visited.footer
{
	color: #666666;
	text-decoration: none;
    font-size:12px;
}

a:hover.footer
{
	color: #666666;
	text-decoration: Underline;
    font-size:12px;
}

a:active.footer
{
	color: #666666;
	text-decoration: Underline;
	font-size:12px;
}

a:link.redlink
{
	color: #E31B23;
	text-decoration: underline;
	font-size:14px;
    font-weight:normal;
}

a:visited.redlink
{
	color: #E31B23;
	text-decoration: underline;
    font-size:14px;
    font-weight:normal;
}

a:hover.redlink
{
	color: #E31B23;
	text-decoration: underline;
    font-size:14px;
    font-weight:bold;
}

a:active.redlink
{
	color: #E31B23;
	text-decoration: underline;
	font-size:14px;
    font-weight:bold;
}
a:link.current
{
    color: #E31B23;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}
a:visited.current
{
    color: #E31B23;
	text-decoration: none;
    font-size:14px;
    font-weight:bold;
}


/* Table Settings  */

table.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.default
{
	width: 594px;
}


/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.medblue {
	background-color: #BAD5E0;
}

.lightblue
{
	background-color: #DCEEF5;
}

.darkblue
{
	background-color: #314047;
}

.defaultblue
{
	background-color: #89A8B5;
}
.redtext
{
    color: #E31B23;
}
/* Borders  */

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}



/* Padding  */

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.leftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}
.toppadding
{
	padding-top: 25px;
	
}
.bottompadding
{
	padding-bottom: 10px;
}
.smtoppadding
{
	padding-top: 5px;
}

.leftpadding
{
	padding-left: 40px;
}

.smleftpadding
{
	padding-left: 10px;
}

.rightpadding
{
	padding-right: 40px;
}


/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.whitetext
{
	color: #FFFFFF;	
}

.darktext
{
	font-weight: bold;
}

.smalltext
{
	font-size: 10px;	
}
.largetext
{
	font-size: 14px;	
}
.header
{
    font-size:14px;
    font-weight:bold;
}
.center
{
    text-align:center;
}
.doublespace
{
    line-height:2em;
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
/*	align: bottom;  */
}

/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}
.specTextBox
{
	width: 380px;
}
