html, body, table
{
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	margin-left:auto; /*this centres the table*/
	margin-right:auto; /*this centres the table*/
	border-collapse:collapse;
}

.menuItem
{
	position: absolute;
	top: 277px; 
	background-color: #9E3031;
	display:none;
	cursor: pointer
}

.bg
{
	background-image:url("bg.jpg");
	background-position: bottom center;
	background-repeat:no-repeat;
}

.tablebg
{
	background-image:url("vic.jpg");
	background-position: bottom left;
	background-repeat:no-repeat;
}


.headingbg
{
	background-image:url("heading.jpg");
	background-position: top left;
	background-repeat:no-repeat;
	background-color: #356ca9
}

.bgOpp
{
	background-image:url("bgOpp.jpg");
	background-attachment: fixed
}

.back1
{
	background-image:url("back1.jpg");
	background-repeat:no-repeat
}

.back2
{
	background-image:url("back2.gif");
	background-repeat:no-repeat
}

.image
{
	padding:3px;
	border: thin solid #CCCCCC;
	border-style: solid;
	border-width: 1px
}

.imageBorderDashed
{
	border: thin solid #000000;
	border-style: solid;
	border-width: 4px
}

.pageBorder
{
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

.heading
{
	font-family: verdana; 
	font-weight: bold;
	font-size: 13px;
	text-decoration: underline;
	text-transform: uppercase;
	color: #dddddd
}

.mainFontText
{
	font-family: tahoma; 
	font-size: 11px;
	line-height:1.4;
	color: #dddddd
}

.mainFontTextMenu
{
	font-family: verdana; 
	font-size: 12px;
	text-align: justify;
	line-height:1.4;
	color: #dddddd
}

.mainFontTextNoJustify
{
	font-family: verdana; 
	font-size: 11px;
	line-height:1.4;
	color: #ffffff
}

.mainFontTextBigger
{
	font-family: verdana; 
	font-size: 12px;
	color: #606060 
}

.smallFont
{
	font-family: verdana; 
	font-size: 10px;
	color: #000000
}

.hiddenPic
{
	display:none;
}

a:link 
{
	font-family: verdana;
	font-weight: bold;
	color: #dddddd;
	text-decoration: none
}

a:visited
{
	font-family: verdana;
	font-weight: bold;
	color: #dddddd;
	text-decoration: none
}

a:hover 
{
	font-family: verdana;
	font-weight: bold;
	color: #ee2529;
	text-decoration: underline
}

.mainFontTextLinkOpp a:link 
{
	font-family: verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: none
}

.mainFontTextLinkOpp a:visited
{
	font-family: verdana; 
	color: #000000;
	font-weight: bold; 
	text-decoration: none
}

.mainFontTextLinkOpp a:hover 
{
	font-family: verdana;
	color: #ee2529;
	font-weight: bold; 
	text-decoration: underline
}

input
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000;
	height:20px
}

select
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000
}

textarea
{
	font-size: 8pt;
	font-family: verdana;
	color: #000000
}
