html { 
	margin:0; 
	padding:0; 
}
body { 
	margin: 0px; 
	padding: 0px; 
	color: #000000; 
	font-family: arial,lucida grande,lucida sans,arial,verdana,tahoma,helvetica,sans-serif; 
	font-size: 70%; 
}
h1 { font-size: 200% }
h2 { font-size: 160% }
h3 { font-size: 130% }
h4 { font-size: 120% }
h5 { font-size: 110% }
h6 { font-size: 100% }
h1, h2, h3, h4, h5, h6	{ 
	margin: 0; 
	padding: 0; 
	margin-bottom: 0.5em; 
	font-family:  arial,lucida grande, lucida sans, trebuchet MS;
	font-weight: normal;
}
a:hover {
color: #ff622b;
}
h1 {
	text-align: right;
}

p,form	{ 
	margin:0; 
	padding:0; 
	line-height: 1.5em;
}
input { 
	width: auto; 
	vertical-align: middle; 
}
label { 
	cursor: pointer; 
	font-family: lucida sans, trebuchet ms, arial, lucida sans;
}
table { 
	font-size:100%; 
	border: 0; 
	border-collapse: collapse; 
}
div { position: relative; }
img	{ border: 0; }
ul { 
	margin: 0; 
	margin-bottom: 1em; 
	padding: 0; 
	padding-left: 1.4em;
}
ul ul {
	margin-bottom: 0 ! important;
	margin-left: 10px;
}






#min-width { 
	width: 100%; 
	height: 1px; /* needs height to work in Netscape */ #
	display: none;
}
#style_old { 
	background-color: #EFEFEF; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	padding-top: 10px; 
	padding-bottom: 5px; 
	text-align: left; 
	padding-left: 10px;
}
#style_old h1 { 
	color: red;
}
#style_old ul { 
	padding-top: 10px;
}
#admin_login th {
	text-align: left; 
	padding:7px 7px 7px 0px;
}






.error { color:#891F1A; }
.msg { color: #11628F; }
.error, .msg {
	font-weight:bold; 
	text-decoration:underline; 
}
.sqlcode { 
	font-family:Courier New,Andale Mono,Monaco,Courier,Monospace; 
	font-size:8pt; 
	color:#0000FF; 
	text-decoration:none;
}
.smaller { font-size: 80%; text-align: center; }
.txt, .txtArea, .optional, .txt_search { 
	color: black; 
	font-family: Trebuchet MS,arial,helvetica,sans-serif; 
	border: 1px solid black; 
	width: 100%; 
	background-color:#FFF; 
	font-size: 100%; 
}
.optional { 
	color: #808080; 
	border:dashed 1px #808080; 
	background-color: white;
}
.btn, .btn2 { 
	font-family: Lucida Sans, Lucida Grande, Trebuchet MS,arial,helvetica,sans-serif; 
	cursor: pointer; 
	font-size: 1em;
}
.btn { 
	color: white; 
	width: 7.3em!important;
	border: 0;
	height: 1.8em;
	background: url(images/button_bg.gif) no-repeat top left;
}
.btn2 { 
	color: #808080;
	background-color: #C0C0C0; 
}
.textonly { display: none!important; }
.center, .center td, .center th { text-align:center ! important; }
.right, .right td, .right th	{ text-align:right ! important; }
.left, .left td, .left th		{ text-align:left ! important; }
.bottom, .bottom td, .bottom th	{ vertical-align: bottom ! important; }
.top, .top td, .top th			{ vertical-align: top ! important; }
.middle, .middle td, .middle th { vertical-align: middle ! important; }
.padding0 td					{ padding: 0 ! important; }
.padding2 td, p.padding2		{ padding: 2px ! important; }
.padding4 td, p.padding4		{ padding: 4px ! important; }
.padding6 td, p.padding6		{ padding: 6px ! important; }
.padding8 td, p.padding8		{ padding: 8px ! important; }
.width1							{ width: 1% ! important; }
.table_grid						{ width: auto; }
.table_grid th, .table_grid td	{ padding: 8px; text-align: center; vertical-align: middle; border: 1px solid #808080; }
.table_grid th					{ background-color: #C0C0C0; color: #FFF; }
.table_grid td table td			{ border: 0; padding: 0; }
.clear		{ clear:both; }
.rightf		{ float: right; }
.leftf		{ float: left; }
.centerf	{ text-align: center; margin: 0 auto; }
.bold		{ font-weight: bold; }
.normal		{ font-weight: normal ! important; }
.italic		{ font-style: italic; }
.mono		{ font-family: courier new, courier, andale mono, fixed, monospace ! important }
.nowrap		{ white-space: nowrap; }
.u			{ text-decoration: underline ! important; }
.divider {
	border: #808080;
	color:#808080;
	background-color:#808080;
	height:1px;
	width:100%;
	text-align:left;
	margin-bottom:10px;
}
.list_parent { list-style-type: none; background-image: none ! important; }
.display {
	width:100%;	
	margin-bottom: 1em;

}
.display .display_txt {
	float:left;
	width:80%;
	margin: 0.8em 0.8em 0em 0em;
}
.display .display_img {
	width:25px;
	float:left;
}
.table1 {
	width:100%;
}
.table1 th {
	background-color:#ff622b;
	color:white;
	font-weight:bold;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 td {
	background-color:#DFDFDF;
	font-weight:normal;
	padding:5px;
	border:1px solid white;
	vertical-align:top;
}
.table1 .dormant {
	background-color:#DFE7F3;
}
.table1 .blank {
	background-color:transparent;
}
ul.dragdrop {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.dragdrop li {
	cursor:move;
	padding:5px;
	border-bottom: 1px solid white;
	background-color:#FF8FBE;
	width:100%;
}
.dragdrop .left_text {
	float:left;
	width:78%;
}
.dragdrop .right_text {
	float:left;
	width:22%;
	white-space: nowrap;
}
.dragdrop .dormant {
	background: #E9E9E9 url("images/dormant.gif") repeat;
	color:#5C5C5C;
}

.faq_index li a {
	color: #659C2B;
	text-decoration: none;
	font-weight: bold;
}

.faqs_detail, .links_detail {
list-style-type: none;
}

.faqs_detail li {
border: 0;
margin-top: 2em;
padding-top: 2em;
}

.links_detail li {
border: 0;
margin-bottom: 1em;
padding-bottom: 1em;
}

.links_detail li a {
color: #659C2B;
text-decoration: none;
font-weight: bold;
}

.links_detail li h2 {
font-size: 1.2em;
}

.links_detail li a:hover {
text-decoration: underline;
}

.anchors {
display: block;
list-style-type: none;
padding-bottom: 5px;
margin-bottom: -1px;
padding-left: 0;
z-index: 10;
}

.anchors li {
display: inline;
border: 1px solid #81C338;
border-bottom: 1px solid #B0DF7D;
padding: 5px;
margin-right: 5px;
background-color: #74BF23;
}

.anchors li a {
color: #FFF!important;
}

.fragment {
margin: 0;
border: 1px solid #81C338;
background-color: #B0DF7D;
padding: 10px;
padding-bottom: 20px;
}

hr {
height: 0;
border: 0;
border-top: 1px dotted #ff622b;
margin: 1em 0em 1em 0em!important;
}

.fragment h3 {
color: #808080;
text-align: right;
}

.fragment .txt {
border: 1px solid ;
}

.nobullets li {
min-height: 1.5em;
}

* html .nobullets li {
height: 1.5em;
}

a {
color: #000;
}

* html #wrapper_right {
 width: 69%;
}

.txt_search {
	width: 18em;
	border: 1px solid #ff622b;
}

