/*-----------Main Page Variables-----------*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-width: 0;
	border-style: none;
	border-color: inherit;
	width: auto;
	background-color: #051643; /* This will set the base BODY color of your page */
	font-family: arial, helvetica, geneva;
	text-align: center;
    }
#wrapper {
	position:relative;
	width:800px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0 auto 0;
	/* text-align stops the text in the wrapper being controlled by the centre instruction in the body tag */
	text-align: center;
	}
.mainTable {
	width: 800px;
	height: 600px;
	border: 1px solid;
	color: #FFFFFF;
	text-align: center;
	}
/*-----------Text-----------*/
.boldText {
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 10px 0px 5px; /* Top Right Bottom Left */	
    }
.mainText {
	color: #FFFFFF;
	font-size: 100%;
	margin: 0px 10px 10px 5px; /* Top Right Bottom Left */	
    }
.bottomMenu {
	color: #FFFFFF;
	font-size: 8pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
    }
.bottomMenuBold {
	color: #FFFFFF;
	font-size: 11pt;
	margin: 0px 0px 0px 0px; /* Top Right Bottom Left */	
	font-weight: bold;
    }
.errText {
	color: #FF0000;
	margin: 0pt 0pt 0pt 0pt; /* Top Right Bottom Left */
	font-size: 100%;
	}
.captionText {
	color: #FFFFFF;
	font-size: 24;
	font-weight: bold;
	margin: 0px 10px 0px 5px; /* Top Right Bottom Left */	
    }
.privacyBoldText {
	color: #FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px 10px 0px 5px; /* Top Right Bottom Left */	
    }
.privacyMainText {
	color: #FFFFFF;
	font-size: 8pt;
	margin: 0px 10px 10px 5px; /* Top Right Bottom Left */	
    }
.linksBoldText {
	color: #FF0000;
	font-size: 100%;
	font-weight: bold;
	margin: 0px 10px 0px 5px; /* Top Right Bottom Left */	
    }
ul, li {
	color: #FFFFFF;
	font-size: 100%;
	margin: 0px 0px 0px 15px; /* Top Right Bottom Left */	
	bullet: disc;
    }
/*----------Links-----------*/
A.mainLinks {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: underline;
	}
A.mainLinks:HOVER {
	font-size: 100%;
	color: #FFFFFF;
	text-decoration: underline;
	}
A.menuLinks {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
	}
A.menuLinks:HOVER {
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: underline;
	}