/* author: Anakowi - promo version */

body {
	margin: 0;
	padding: 0;
	font-family: "tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 100%;
}

body.bgcolor {
	background-color: #6666FF;
}

#bgWrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	height: auto;
	width: 85%;
	min-width: 730px;
	background-color: #FFFFFF;
	color: #666666;
	}
#banner {
	width: auto;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-color: #000066;
	}
	
#navBox {
	height: auto;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bgNav.gif);
	background-repeat: repeat;
	position: relative;
	margin-top: 0px;
	padding-top: 0px;
}

p {	font-size: 85%;	line-height: 140%;}

p.navlinks {
	text-align: center;
	color: #FF99FF;
	font-size: 85%;
	line-height: 85%;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}
A.linknav:link {	color: #FFFFFF;	text-decoration: none; }
A.linknav:hover {	color: #FFCCFF;	text-decoration: none; }
A.linknav {	color: #FFFFFF;	text-decoration: none; }

A.linksoft:link {	color: #333399;	text-decoration: underline;	font-size: 90%;	font-weight: bold; }
A.linksoft:hover {	color: #FF6666;	text-decoration: underline;	font-size: 90%;	font-weight: bold; }
A.linksoft {	color: #333399;	text-decoration: underline;	font-size: 90%;	font-weight: bold; }
	
#content {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	position: relative;
	margin-top: 20px;
}


#footer {
	font-size: 80%;
	color: #000066;
	padding-bottom: 10px;
}

.pageTitle {
	color: #666699;
	font-weight: normal;
	font-size: 110%;
	}
	
	
h1 {
	font-size: 140%;
	line-height: 100%;
	font-weight: normal;
}
h2 {
	font-size: 110%;
	line-height: 100%;
	font-weight: normal;
}
h3 {font-size: 100%;	line-height: 100%;	font-family: Arial, Helvetica, sans-serif; }

td.tight  {
	line-height: 80%;
	font-size: 80%;
}

ul.psize, ol.psize { font-size: 85%;	line-height: 140%; }

.ptight {line-height: 80%;}
.tinyText {	font-size: 80%;}
.indent  { margin-left: 50px}
.indent15 {margin-left: 15px}
.caption {	font-style: italic;	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666; }
.medCaption {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666699;
	font-size: 100%; }
.bigCaption {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666699;
	font-size: 120%; }				

/* colours */

.col-main     {	color: #333399;}
.col-contrast { color: #993300; }
.col-difference     {	color: #666699;}
.col-alert {	color: #FF0000; }
.cell-main {
	background-color: #CCCCFF;
	color: #000066;
}
.cell-contrast {
	background-color: #CCCCCC;
	color: #333333;
}
.cell-White {	background-color: #FFFFFF; }

hr.fine {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #996666;
	margin-bottom: 5px;
	width: 90%;
}



			

	
/* #popContent {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 50px;
	}	 */
