body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:  Arial;
	font-size:10px;
	background-color: #ffffff;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Font Sizes */

.ten {font-size: 10px;}
.eleven {font-size: 11px;}
.twelve {font-size: 12px;}
.thirteen {font-size: 13px;}
.fourteen {font-size: 14px;}
.fifteen {font-size: 15px;}
.sixteen {font-size:16px;}
.eighteen {font-size:18px;}
.twenty {font-size:20px;}
.twentyfour {font-size:24px;}

/* Font Colours */

.white {color: #FFFFFF;}
.black {color: #666666;}
.gray {color: #666666;}
.dgary{color:#666666;}
.ddgray{color: #666666;}
.red {color: #0e3e6e;}
.blue { color: #0e3e6e;}
.lblue {color: #0e3e6e;}
.dblue {color: #0e3e6e;}
.orange {color: #0e3e6e;}

/* Font Style & Weight */

.bold {font-weight: bold;}
.italic {font-style: italic;}
.strikeout {text-decoration: line-through;}

/* Hovers */

.n2u {text-decoration: none;}
.n2u:hover {text-decoration: underline;}

.u2n {text-decoration: underline;}
.u2n:hover {text-decoration: none;}

/* BLOCK Hovers */

.block {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	line-height: 25px;
	color: #666666;
}
.block:hover {
	color: #FFFFFF;
	background: #76A9D4;
}
.active {
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent;
	float: center;
	margin: 0;
	white-space: nowrap;
	line-height: 25px;
	color: #FFFFFF;
	background: #76A9D4;
	font-size: 13px;
}


.font {font:arial;}

.blue2orange { color: #666666; text-decoration:none}
.blue2orange:hover {color: #0e3e6e;}

.gray2blue { color: #666666; text-decoration:none}
.gray2blue:hover {color: #0e3e6e;}

.blue_12orange { color: #0e3e6e; text-decoration:none}
.blue_12orange:hover {color: #666666;}

.caps {
	text-transform: uppercase;
}

.text_field  {width:175px;}

.TrebuchetMs {font-family: "Trebuchet MS"}

/* Layers */

#h {
	position:relative;
	width:981px;
	height:339px;
	z-index:1;
	display:block;
}
#a {
	position:relative;
	width:981px;
	height:339px;
	z-index:2;
	display:none;
}
#p {
	position:relative;
	width:981px;
	height:339px;
	z-index:3;
	display:none;
}
#m {
	position:relative;
	width:981px;
	height:339px;
	z-index:4;
	display:none;
}
#c {
	position:relative;
	width:981px;
	height:339px;
	z-index:5;
	display:none;
}
#t {
	position:relative;
	width:981px;
	height:339px;
	z-index:6;
	display:none;
}
#n {
	position:relative;
	width:981px;
	height:339px;
	z-index:7;
	display:none;
}
#w {
	position:relative;
	width:981px;
	height:339px;
	z-index:8;
	display:none;
}

 h6{
    /* to replace black bold sixteen! */
    font:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

h5, td h5{
    
    font:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top: 0px;
	padding-top: 0px;
		
}

strong{

	font-weight: normal;
	
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	width: 470px;
	margin-bottom:2px;
	margin-top:2px;
	padding: 0px 0px 5px 0px;
	height:15px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	width: 470px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}

.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding: 10px 10px 10px 22px;
	position: relative;
}
