body
{
	/*background-color: #EEEEEE;*/
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
}

a:link {
	color: #cc3333;
	text-decoration:none;
}

a:visited {
	color: #cc3333;
	text-decoration:none;
}

a:hover {
	color: #cc3333;
	text-decoration: underline;
}

a:active {
	color: #333333;
	text-decoration: underline;
	outline: none;
}

a:focus{
-moz-outline-style: none;
}

.greyed {
	color: #999999;
}
img{ border: 0; }
.menu {
	color: #666;
	font-family: Verdana, Monaco, Courier, mono;
	font-size: 9pt;
	margin-bottom: 8px;
}

.holder {
	height: 290px; width: 760px;
}

.scroll-pane {
	width: 750px;
	height: 390px;
	overflow: visible;
	position: absolute;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 5px;
	top: 5px;
	background-image: url(../../imgs/scroller.gif);
	background-repeat: repeat-y;
	height: 378px; /*12 less than height of scroll-pane*/
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
}


.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background-image: url(../../imgs/dragger.gif);
	background-repeat: no-repeat;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.img_align_left{
	margin-right: 16px;
}

.pTitles {

padding-top: 12px;
}
.imgLink{
cursor: pointer;
}