/* straight tag styles  */
body,td,input,select,div,p,ul,li {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 10px;
}

.footer {
	color: #D5D5D5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #D5D5D5;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	padding: 8px;


}

body, td {color:#003;}
p {
	line-height:11pt;
	padding:0px;
	margin:10px 0px 10px 0px;
}
p.spaced {line-height:13pt;}

.Arrow
{
	FLOAT: right;
	FONT-FAMILY: Webdings;
	POSITION: absolute;
	TEXT-ALIGN: left;
	vertical-align: middle;
}

/* link styles  */
a:link,a:visited,a:active{
    text-decoration: none; color: #999999;
}

a:hover {
	text-decoration: none; color: #990000;
}



/* list styles  */
ul li {
	list-style-image:url(../images/bullet_hyphen.gif);
}

ul,ol {
	margin-top:-5px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}

ul {margin-left:23px;}
ol {margin-left:-15px;}

/*padding styles */
div.pad10 {padding:10px;}
div.sidePad10 {padding-left: 10px;}
div.subTitlePad {padding-left: 155px;}

h3.pageTitleForPrintVersionOnly {
	display:none !important;
}
.cellBorder {
	background-color: #FFFFFF;
	border: 2px solid #D5D5D5;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: bold;
}
.subMenuBdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5D5D5;
}

/*scroll styles */
/* for on-demand mode only:
	control (arrow) to scroll items backward - DIV
	use to position the control */
.ArrowUp {
	top: 10px;
	height: 16px;
	width: 16px;
	right: 10px;
}

/* for on-demand mode only:
	control (arrow) to scroll items forward - DIV
	use to position the control */
.ArrowDn {
	height: 16px;
	width: 16px;
	bottom: 10px;
	right: 10px;
}
.pastEvent {
	color: #D5D5D5;
}

