@charset "utf-8";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-image:url(../images_background/body_topbar_gray-transition.jpg);
	background-repeat:repeat-x;
	background-color:#717171;
	color:#11BB00;	/* This text color is helpful in identifying */
	margin: 0;      /* paragraphs without css formats.*/
	padding: 0;
	text-align: center;
	font-family:'trebuchet ms', 'lucida grande', 'lucida sans unicode', arial, helvetica, sans-serif;
	font-size:13px;
}

h1 {
	font-weight: bold;
	font-size:140%;
	text-align: center;
	color:#000000;
	background-image:url(../images_background/green_horiz_gradient_stripe.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding:5px 5px 5px 5px;
	margin-top:2px;
	margin-bottom:7px;
}
.h1_sublevel {
	font-weight: normal;
	font-size:85%;	/* Percentage relative to the h1 font-size */
}
h2, h3, h4 {
	color:#000000;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:10px;
}
h2 {
	font-size:115%;
}
h3 {
	font-size:110%;
}
h4 {
	font-size:100%;
}
p {
	color:#000000;
	text-align:justify;
	line-height:140%;
	padding-bottom:10px;
}
p.techspecssubjecttochange {
	color:#000000;
	text-align:right;
	font-size:90%;
	;
}
/*--------------------------------------*/
ul {
	color:#000000;
	line-height:140%;
	text-align:left;
	margin-left:25px;
	margin-right:25px;
	list-style-image:url(../images_misc/bullet.gif);
}
li {
	padding-bottom:5px;
}
/*--------------------------------------*/
a {
	font-weight:bold;
	color: #000000;
	border: none;
	text-decoration: underline;
}
a:hover {
	color: #00B800;
	text-decoration: underline;
}
a.external:link {
	background: url(../images_misc/external-link_2.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}
a.external:visited {
	background: url(../images_misc/external-link_2.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}
a.external:hover {
	background: url(../images_misc/external-link_2.gif) no-repeat 100% 0;
	padding: 0 15px 0 0;
}
/*--------------------------------------*/
.imageFloatLeft {
	float:left;
	border:0px /*solid #000000*/;
	margin-top:5px;
	margin-right:15px;
	margin-bottom:5px;
	margin-left:0px;
}
.imageFloatRight {
	float:right;
	border:0px /*solid #000000*/;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:15px;
}
.imageGeneral {
	border:0px /*solid #000000*/;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
}
/*--------------------------------------*/
#footnotes {
	margin-top:10px;
	border-top: #CCCCCC solid thin;
	padding-top:10px;
	padding-bottom:5px;
}
#footnotes p {
	font-size:90%;
	color: #000000;
	text-align:left;
	margin-left:18px;
	text-indent:-18px;
}
/*--------------------------------------*/
#overview_level2 a {
	font-weight:bold;
	color: #000000;
	border: none;
	text-decoration:none;
}
#overview_level2 a:hover {
	color: #00B800;
	text-decoration:none;
}
/*--------------------------------------*/
