*
{
	font-family: Tahoma, Verdana, Helvetica;
	/*font-size: 10px;*/
	font-size: 13px;
	/*color: #818181;*/
	/*color: #000000;*/
}

body
{
	font-family: Tahoma, Verdana, Helvetica;
	/*font-size: 10px;*/
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	/*color: #818181;*/
	color: #000000;
}

#body
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

td 
{
	color: #000000;
	font-size: 13px;
}

p 
{
	margin-top: 0px;
	margin-bottom: 10px;
}

@media print
{
	#printfriendly
	{
		display: none;
	}
	#footer
	{
		display: none;
	}
	#maintable
	{
		width: 500px;
	}
	#leftside
	{
		display: none;
	}
	#menu
	{
		display: none;
	}
	#top
	{
		display: none;
	}
}

a
{
	color: #239755;
	text-decoration: underline;
}

a.blue
{
	color: #4CB2DA;
	text-decoration: underline;
}

a.grey
{
	/* This used to be grey... until everything went black, feel free to delete once this is live
	color: #818181;*/
	color: #000000;
	text-decoration: none;
}

.menu
{
	font-size: 11px;
}

ul.leftmenu
{
	margin-left: 20px;
	margin-bottom: 20px;
}

/* TD styles */
td.headertop
{
	width: 680px;
	background: Url(../images/top.gif) repeat-x;
}

td.bodyleft
{
	text-align: right;
	background: Url(../images/shadow_left.gif) repeat-y right;
}

td.bodyright
{
	text-align: left;
	background: Url(../images/shadow_right.gif) repeat-y left;
}

td.headermain
{
	height: 60px;
	background: Url(../images/banner_bg.gif) repeat-x bottom;
}

td.footermain
{
	width: 680px;
	background: Url(../images/bottom.gif) repeat-x;
}

/* Text Colours */
.bluetext
{
	color: #1E64AC;
}

.headerLeft
{
	color: #1E64AC;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-left: 15px;
	background: Url(../images/fadeline.gif) no-repeat top left;
}

.headerRight
{
	color: #1E64AC;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 12px;
	padding-left: 15px;
	border-left: 1px solid #E1E1E1;
	background: Url(../images/fadeline.gif) no-repeat top left;
}

.header2
{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.headerText
{
	/*color: #1E64AC;*/
	font-size: 16px;
}

.dottedline
{
	height: 20px;
	background: Url(../images/dottedline.gif) repeat-x center center;
}

.dottedline1
{
	height: 1px;
	background: Url(../images/dottedline.gif) repeat-x center center;
}

.dottedlinevert
{
	width: 2px;
	background: Url(../images/dottedlinevert.gif) repeat-y center center;
}

.dottedlinevertleft
{
	background: Url(../images/dottedlinevert.gif) repeat-y left;
}

/* Padding */
.paddingleft10
{
	padding-left: 10px;
}

.paddingtop15
{
	padding-top: 15px;
}

.paddingtop10
{
	padding-top: 10px;
}

.paddingright10
{
	padding-right: 10px;
}

.paddingbottom5
{
	padding-bottom: 5px;
}

.paddingbottom10
{
	padding-bottom: 10px;
}

.paddingleft20
{
	padding-left: 20px;
}

.paddingright20
{
	padding-right: 20px;
}

.paddingleft25
{
	padding-left: 25px;
}

.paddingright25
{
	padding-right: 25px;
}

.leftmenu
{
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}

/* Forms */
.formLeft
{
	text-align: left;
	padding-right: 20px;
	width: 130px;
}

.formRight
{
	text-align: left;
	padding-right: 20px;
}

.textboxForm
{
	font-size: 12px;
	width: 200px;
	height: 18px;
	font-family: Verdana, Arial, Helvetica;
	border-color: #B4C1BA;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 0px;
	vertical-align: middle;
}

.noHeightForm
{
	font-size: 12px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica;
	border-color: #B4C1BA;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 0px;
	vertical-align: middle;
}

.textareaForm
{
	font-size: 12px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica;
	border-color: #B4C1BA;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	margin-top: 0px;
	vertical-align: middle;
}


