@charset "utf-8";

/* HEDZ page_specific.css */

/* links */
a:link, a:visited {
	color: #F00;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #F00;
}

/* titles */
h2 {
	color: #F00;
}
h3 {
	color: #F00;
}
h4 {
	color: #F00;
}

/* graphics */
.ctr_graphic {
	color: #F00;
	text-align: center;
}

img {border: #F00;
}

hr {
	color: #F00;
}
.ol_pic_left {
	margin-left: 305px;
}


/* menus */
.text_submenu {
	color: #F00;
}

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-variant: normal;
}

option {
	color: #FFF;
	background-color: #666;
}

#first_pic  {float: left;
             padding: 5px;
             margin: 0px;
             height: 100px}

#first_pic img {border: 1px #F00 solid}


/* Text mark-up CSS */

#content h1 {letter-spacing: 2;
             font-weight: bold;
             padding: 0px;
             margin: 0px}


span.ital   {font-style: italic}

p.text      {margin: 10px 3px 0px 3px}

div.lhs_pic {float: left;
             padding: 5px;
             margin: 0px}

div.lhs_pic img {border: 1px #A63F00 solid}


div.rhs_pic {float: right;
             padding: 5px;
             margin: 0px}

div.rhs_pic img {border: 1px #F00 solid}


p.rhs_pic_txt
            {float: right}
 
p.lhs_pic_txt
            {float: left}

div.ctr     {text-align: center;
             clear: both;
             border: 1px #F00 solid}

p.rhs_pic_txt, p.lhs_pic_txt 
            {
	display: block;
	text-align: center;
	color: #009;
	font-style: italic;
	font-size: 8pt;
	background-color: #F00;
	border: 0px;
	padding: 1px 1px 9px 1px;
	margin: 0px
}

