
h1
{
font-size: 1em;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;

} 

h2 {
font-size: 1em;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;

}

h3 {
font-size: 1em;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;

}

.textspeech {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: normal;
	text-decoration: italic;
}

.navtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820C46;
	font-weight: normal;
	text-decoration: none;
}


.textone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #820C46;
	font-weight: normal;
	text-decoration: none;
}

.texttwo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}

.textthree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}

.textfour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.textfive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #820C46;
	font-weight: normal;
	text-decoration: none;
}

.basetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005500;
	font-weight: normal;
	text-decoration: none;
}

.outlinebox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000060;
	BORDER: 1px solid #000046;
	
}
A:hover {
	font-weight : medium;
    color : #FF0000;
	text-decoration : none;
}

/* Common Styles */
/* Used by all layouts: do NOT remove this section */
.qtwrapper {
	height: 1%;
}
ul.qtabs {
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
ul.qtabs li {
	list-style-type: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	cursor: pointer;
}
.qtcontent {
	position: absolute;
	margin: 0;
	padding: 3px;
	width:99%;
	visibility: hidden;
}
.qtcurrent {
	position:relative;
	overflow:hidden; 
}
/* End Common Styles */

/* Layouts */
/* You can remove a section if you don't need that particular layout */

/* Basic Tabs  (class suffix: -basic) */

.qthead-basic ul.qtabs li {
	background: #eeeeee !important;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	border-width: 1px 1px 0;
	border-color: #a0a0a0;
	border-style: solid;
	position: relative;
	bottom: -1px;
}
.qthead-basic ul.qtabs li span {
	display: block;
	margin: 0;
	padding: 3px;
}
.qthead-basic ul.qtabs li.open {
	background: #fff !important;
	z-index: 2;
}
.qthead-basic ul.qtabs li.open span {
	color: #000;
}
div.current-basic {
	clear: both;
	border-width: 1px 1px 1px; 
	border-style: solid;
	border-color: #a0a0a0;
	width: 490px;
	height: 120px;
}

/* Rounded Tabs (class suffix: -round1) */
.qthead-round1 ul.qtabs li {
	background:#eeeeee url(images/round1l.gif) no-repeat scroll 0% 0%;
	margin-left: 5px !important;
	padding: 0;
}
.qthead-round1 ul.qtabs li span {
	background: transparent url(images/round1r.gif) no-repeat scroll right top;
	display: block;
	margin: 0;
	padding: 4px;
}
.qthead-round1 ul.qtabs li.open {
	background:#666666 url(images/round1lo.gif) no-repeat scroll 0% 0%;
}
.qthead-round1 ul.qtabs li.open span {
	background:transparent url(images/round1ro.gif) no-repeat scroll right top;
	color:#fff;
}
.qthead-round1 ul.qtabs li.hover span {
	text-decoration: underline;
}
div.current-round1 {
	clear:both;
	border-width: 3px 1px 1px; 
	border-style:solid;
	border-color: #666666;
	width: 450px;
}

/* Left Aligned Blue Buttons (class suffix:lft-blue1) */
.qthead-lft-blue1 {
	float:left;
	background: #ffffff no-repeat scroll right top;
	border-width: 0px 0 0px 0px;
	border-style: solid;
	border-color: #d0d0d0;
	height: 200px; /* same as .current-lft-blue1 */
}
.qthead-lft-blue1 ul.qtabs {
	margin: 0;
	
}
.qthead-lft-blue1 ul.qtabs li {
	float: none;
	background:#fff url(images/bg-blue1.gif);
	margin: 0;
	padding: 6px !important;
	border-bottom: 0px solid #d0d0d0;
	border-right: 0px solid #d0d0d0;
	width: 100px;
}

.qthead-lft-blue1 ul.qtabs li span{
	color: #000066;
}
.qthead-lft-blue1 ul.qtabs li.open {
	float: none;
	background:#fff url(images/bg-blue2.gif);
	margin: 0;
	padding: 6px !important;
	border-bottom: 0px solid #d0d0d0;
	border-right: 0px solid #d0d0d0;
	width: 100px;
}
.qthead-lft-blue1 ul.qtabs li.hover span {
	text-decoration: underline;
}
.qthead-lft-blue1 ul.qtabs li.open span{
	color: #666666;
	text-decoration: none;
}

div.current-lft-blue1 {
	clear: none;
	float: left;
	border-width: 0px 0px 0px 0;
	border-style: solid;
	border-color: #d0d0d0;
	background-color: #D0F2FE;
	padding: 0;
	width: 388px;
	height: 200px; /* same as .qthead-lft-blue1 */
}