BODY {
	color: #F5F5F5;
	background-position: center;
	font-family: "MS Serif", "New York", monospace;
	font-size: 12px;
	background-image: url(images/hp_bkrnd.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #fe1702;
scrollbar-3dlight-color: #646464;
scrollbar-darkshadow-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #fe1702;
scrollbar-track-color: #000000;
}

A {
	color: #FF9900;
	font-weight: bold;
}

A:HOVER {
	color: Red;
	font-weight: bold;
}

.hr {
height: 1px;
	background-image: url(images/capm.gif);
	background-repeat: repeat;
	color: #F7A100;
	background-color: #A52A2A;
}

div.menu_cap {
   height:           125px;
   width:            125px;
   background-image: url(images/capr_h.gif);
}
.menu_link {
   background-color: black;
   height:     26px;
   text-align: center;
   width:      16%;
}
.menu_link a:link{
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(images/capm_h.gif);
	height: 23px;
	padding-top:3px;
}
.menu_link a:visited{
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-image: url(images/capm_h.gif);
	height: 23px;
	padding-top:3px;
}
.menu_link a:hover {
   color: #FF9900;
   font-weight: bold;
   text-decoration: none;
   display: block;
   background-image: url(images/capm.gif);
   height: 23px;
	padding-top:3px;
}
.menu_link a:active {
	color: #FF9900;
	display: block;
}

.cell class {
padding: 15px 12px 15px 12px;
 vertical-align: middle;
 height: 100%;
}

