.whitetabletext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 8px;
}
ul, ol{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 4px;
}
.Maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
}
.forminline {
	display: inline;
}
.forminline input { 
	margin: -15px 0px 4px;
	padding: -18px 0px 4px;
	background-color: #E6E6E6; 
 height: 20px;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 

}
.forminline.textfield input {
height: 15px;
}
.forminline.submit input
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
color: #333333;
	background: #E6E6E6;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	
} 
a.dkback:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

a.dkback:visited {
	color: #ffffff;
	font-weight: bold;
}h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CE0000;
	margin: 2px 2px 0px;
	padding: 2px 2px -5px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* PHOTO GALLERY MODULE */

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.photoGallery {
	list-style-type: none;
	padding: 0 0 12px 0;
	margin: 0;
}

.photoGallery li	{
	float: left;
	display: inline;
	margin: 0px 10px 10px 10px;
	padding:0;
	text-align: center;
}

.photoGallery li a	{
	text-decoration: none;
	color: #3399CC;
	background: inherit;
}

.photoGallery li a:hover	{
	font-weight: bold;
	text-decoration: underline;
	color: #99CC00;
	background: inherit;
}

.photoGallery li p	{
	padding: 2px;
	margin: 0;
	color: #333333;
}

.photoGallery li img	{
	border: 2px solid #DCDCDC;
	padding: 4px;
	background: transparent;
}

.photoGallery li a:hover img{
 border: 2px solid #017DC7;
}

#photoGallery #previous {
	float: left;
	margin-left: 15px;
}

#photoGallery #next {
	float: right;
	margin-right: 20px;
}

#photoGallery #list {
	margin-top: 15px;
	text-align: center;
}

#photoGallery #go, #next, #previous {
	color: #FFFFFF;
	background: #CE0000;
	border: 1px solid #CCCCCC;
	padding: 2px 4px 2px 4px;
	font-size: 11px;
	line-height: 12px;
}

#photoGallery #next:hover, #previous:hover {
	background: #80AD08;
}.watermark {
	background: #F1F5F4 url(images/watermark.jpg) no-repeat fixed left top;
}
