.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0082D6;
	font-weight: bold;

}
.textLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0033FF;
	text-decoration: underline;

}
.textbase {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.textbaseLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;

}
.BlueWhiteHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	background-color: #eeeeee;
	font-weight: bold;


}
.OrgHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0082D6;
	text-align: center;
	background-color: #eeeeee;


}
.leftbg {
	background-image: url('../images/left.gif');
	background-repeat: repeat-y
}
.rightbg {
	background-image: url('../images/right.gif');
	background-repeat: repeat-y;
	background-position:  right 50%;

}
.highlightgrey {
	font-family: tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.cursor {
	cursor: hand;
}

