.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
}
.bigtable-border {
	border: thin solid #666666;
}
.blue-border {
	background-color: #6699CC;
	height: 1px;
	width: 1px;
}
.top-menu-divide {
	background-color: #777777;
	height: 1px;
}
.title-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.top-menu-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
}
.top-menu-links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}
.left-lower-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.left-lower-menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.orange-number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
	color: #FF6600;
}
.orange-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	color: #FF6600;
	text-decoration: none;
}
.orange-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.small-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 150%;
}
.people-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
body {
	margin-top: 5px;
	background-color: #CCCCCC;
}
.black-border {
	border-top-color: #666666;
	background-color: #666666;
}
.padding2
{
    padding:5px;
}


#popupfade {
	background-color: Gray;
	position: fixed; 
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	z-index: 10;
}
.popupbackground
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.popup1 {
	background: #fff;
	float: left;
	width: 375px;
	position: fixed;
	top: 40%;
	left: 50%;
	margin: 0 0 0 -150px;
	z-index: 100;
	padding:0 0 10px 0;
}

.modalClose
{
	float:right;
	padding-right:4px;
	padding-top:3px;
}
.modalDragHandle
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #333333;
    border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-bottom: solid 1px #999;
	border-right: solid 1px #999;
    text-align: center;
    line-height: 14pt;
	background: #B2CDE8;
}
