BODY, DIV, TABLE
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

A
{
	color: #990000;
	text-decoration:none;
}

A:hover
{
	text-decoration:underline;
}
	

.tableOuter
{
	border-left: #CCCCCC 2px solid;
	border-right: #CCCCCC 2px solid;
	background-color: white;
	height: 100%;
	width: 754px;
}

.tableContainer
{
	background-color: white;
}

.errorMsg
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
}

.successMsg
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Green;
}

.smallType
{
	font-size: 8pt;
	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

A.smallType:hover
{
	text-decoration:none;
}

.crumbType
{
	font-size: 8pt;
	color:#999999;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.smallRedBold
{
	font-size: 8pt;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.BigRed
{
	font-size: 12pt;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

A.spotlight:link
{
	color: #666666;
	text-decoration: none;
}
A.spotlight:visited
{
	color: Gray;
	text-decoration: none;
}

A.spotlight:active
{
	color: Black;
	text-decoration: underline;
}

.bigWhite
{
	font-size: 18px;
	color: white;
	font-family: Arial;
	font-weight: bold;
}


img.floatLeft
{
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	clear: left;
	vertical-align: top;
}


.contentImg
{
	border: 2px solid #E6E6A3;
	padding: 2px;
}

.Content
{
	margin: 10px;
	line-height: 18px;
	position: relative;
	vertical-align: top;
}

.ProjectDescription
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
}

/*STYLES FOR THE IMAGE GALLERY CONTROLS*/

.GalleryTable
{
	width: 500px;
	padding: 2px;
}

.GalleryName
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
}

.GalleryImage
{
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px Solid #D9D9D9;
	border-bottom: 1px Solid #D9D9D9;
}

.GalleryItem
{
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
}

.GallerySmallItalic{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: Gray;
}

.GallerySmall{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
}

.GalleryCatDropDown
{
	font-size: 9pt;
	border: 1px solid #CCCCCC;
}

.GalleryPagingLink
{
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: Gray;
}

.GalleryPagingLink A
{
	color: Blue;
	text-decoration: underline;
}

/* FOR THE VIEWER PORTION OF THE GALLERY */

.GalleryViewerTable
{
	width: 535px;
	border-left: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
}

.GalleryViewerName
{
	font-size: 12pt;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px Solid #D9D9D9;
}

.GalleryViewerDesc
{
	font-size: 10pt;
	font-family: Arial;
	color: #666666;
	line-height: 16px;
}

.pagelink,
.pagelinklast,
.pagecurrent
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 0px 2px 0px 2px;
	font-weight:bold;
	font-size:8pt;
	color:#990000;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link
{
	text-decoration: none;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: Gray;
}
