a:link, a:active, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6B6B6B;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
.black {
	color: #000000;
}

BODY {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#003300;
text-indent:2px;
font-size: 14px;

}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7C7C7C;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #4C6378;
}
.red {
	color: #C5150C;
}
.px14 {
	font-size: 14px;
}
.px12 {
	font-size: 14px;
}
.grey {
	color: #C0C0C0;
}
.green {
	color: #487A79;
}
.orange {
	color: #FF8B02;
}
.yellow {
	color: #FFB200;
}
.shadow {
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=7, Color='gray', Positive='true');
background-color:#FFFFFF;
border:solid 1px #999999;
}

.commentbox{
background-color: #ececec;
width: 300px;
padding: 10px;
}

.commentfooter{
background: url(images/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}
.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}


.shadowcontainer{
width: 325px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

.style5 {font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000
}