/* 2fold5.css - HTML tags */



body {
	margin: 0;
	font-size: 1em;
	background-color: #202739;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited{ 
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;

}

a:active {
	color: #FF3300;
	text-decoration: none;
	background-color: #1D0E29;
}

h1 {
	line-height: 2em;
	font-weight: normal;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	line-height: normal;
	font-weight: normal;
	color: #33CC99;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0em;
}

h3 {
	line-height: 1em;
	font-weight: normal;
	font-size: 1.5em;
	color:#FFCC66;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	line-height: 1em;
	font-weight: bold;
	font-size: 1.3em;
	color:#336699;
}

/* styled elements */

.subHead1 {
	font-family: Verdana, Helvetica, Arial, sans-serif
	padding-left: 2em;
	font-size: 1.5em;
	line-height: normal;
	color: #FFCC99;
}

.content {
	padding: 2em;
	line-height: 115%;
	font-size: 0.8em;
	width: auto;
	background-color: #1B2343;
	height: auto;
	visibility: visible;
	color: #CCCCCC;
	margin: 2em;
}

.content table {
	width: auto;
	border-color: #003366;
	margin: 4%;
	overflow: visible;
}



.content td {
	border-top-style: solid;
	border-right-style: solid;
	padding: 0.5em;
	margin-top: 0.5em;
	border-color: #333333;
	border-width: 1px;
}

.content a {
	color: #FF66CC;
	text-decoration: none;
}

.content a:hover {
	color: #FF3366;	
	text-decoration: none;
}

.content a:active{
	color: #FF3300;	
	text-decoration: none;
}

.content img{
}

.contentHolder td{
	margin: 0em;
	padding: .5em;
}

.contentHolderIndex td{
	padding: .3em
}

/* positioning */

.floatLeft {
	float:left;
	margin: .5em;
}

.floatRight {
	float:right;
	margin: .5em;
}




/* navigation */


.hnavigation {
	padding: .5em;
	background-color: #000033;
	font-size: 0.8em;
	width: auto;

}

.hnavigation li {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;

}

.hnavigation li a {
	padding: .75em;
}

/* colours */ 

.invisibleText {
	visibility: hidden;
}

.pinktext {
	color : #990000;
}
	
.limetext {
	color : #66FF99;
}

.bluetext {
	color : #05B5F8;
}

.deepbluetext {
	color: #7187F2;
}

.goldtext {
	color: #FFCC66;
}

.deepgoldtext {
	color: #990000;
	line-height: normal;
}

.hottext {
	color: #FF0000;
}
.cooltext {
	color: #33CC99;
}

