﻿td, table{
	font-family: "Segoe UI";
	font-size: x-small;
	vertical-align: top;
	line-height: 14px;
	color: #9A9A9A;
}

h1{
	font-family: "Segoe Script";
	font-size: medium;
	vertical-align: top;
	line-height: 14px;
	color: #90A613;
}
form { margin:0px; padding:0px}
body { margin:0px; padding:0px; background-color:#ABAD9C}

.pagingBtn {
	background-color: #ABAD9C; 
	font-size: 6pt; 
	font-family: "Segoe UI";
	font-weight: bold; 
	padding-left: 1px; 
	padding-right: 1px; 
	border: 1px solid gray; 
	margin-right: 1px;
}

.imgContainer {
	width: 200px; 
	margin-top: 25px; 
	margin-left: auto; 
	margin-right: auto; 
}

.imgContainer img {
	width: 200px; 
	height: 150px; 
	text-align: center;
	cursor: pointer; 
	border: 1px solid gray; 
	position: relative; top: 4px;
}

.captions {
	background-color: #FFFFFF; 
	color: #000000; 
	width: 203px; 
	text-align: center; 
	font-size: 10pt;
	font-family: "Segoe UI";
	font-weight: normal; 
	margin-left: auto; 
	margin-top: 1px;
	margin-right: auto; 
	padding-top: 4px; 
	padding-bottom: 3px;
}	
	
.popImgCaption {
	font-family: "Segoe UI"; 
	font-size: 10pt; 
	text-align: center; 
	color: #4169e1; 
	background-color: #ABAD9C; 
	padding-top: 1px; 
	padding-bottom: 1px;
}

.list ul{margin:0px; padding:0px; list-style:none; line-height:18px}
.list ul li{  background:url(images/list_marker.gif) no-repeat left top; padding-left:12px }
.list ul li a{ color:#5B5A5A; text-decoration:underline;}
.list ul li a:hover{text-decoration:none}

a{ color:#5B5A5A; text-decoration:underline}
a:hover{ text-decoration:none}

span a{ color:#9A9A9A; text-decoration:underline}
span a:hover{ text-decoration:none}

b{ color:#5B5A5A}

.footer_left{ color:#5F5F5F; margin-left:57px; font-size:10px}
.footer_left a{ color:#4A4949; text-decoration:underline}
.footer_left a:hover{ text-decoration:none}

.footer_right{ color:#989898; margin-left:38px}
.footer_right a{ color:#989898; text-decoration:underline}
.footer_right a:hover{ text-decoration:none}



.form input{
	width:221px;
	height:21px;
	font-family:tahoma;
	font-size:11px;
	color: #545143;
	padding:2px 0 0 5px;
	border-color:#D1D1D1;
	border-width:1px;
	border-style:solid;
	background-color:#FFFFff
}


.form textarea {
	width:221px;
	height:128px;
	font-family:tahoma;
	font-size:11px;
	color: #4B4B4B;
	overflow:hidden;
	padding:2px 0 0 5px;
	border-color:#D1D1D1;
	border-width:1px;
	border-style:solid;
	background-color:#ffffff
}

