﻿a {
	outline: none;
}
html, body #wrapper {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: 13px;
	font-weight: 400;
	color: #000;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	vertical-align: middle;
	width: 100%;
}
h1 {
	position: relative;
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	color: #4F4F4F;
	letter-spacing: 1px;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
}
h2 {
	position: relative;
	font-family: 'Segoe UI', Arial, Verdana;
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	color: #4F4F4F;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
a:link {
	position: relative;
	font-family: 'Segoe UI', Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #4685DF;
	text-decoration: none;
}
a:visited {
	font-family: 'Segoe UI', Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #4685DF;
	text-decoration: none;
}
a:hover {
	font-family: 'Segoe UI', Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #4685DF;
	text-decoration: underline;
}
a:active {
	font-family: 'Segoe UI', Arial, Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: 400;
	color: #4685DF;
	text-decoration: underline;
}
.linkim {
	border-style: solid;
	border-width: 0;
	margin-left: 5px;
	margin-right: 5px;
}
#framer {
	background-color: #EEE;
	text-indent: 0;
	text-align: justify;
	margin: 0;
	padding: 0;
}
#framer p {
	font-weight: 400;
	text-align: justify;
	margin: 5px 0 10px 0;
	padding: 0;
}
/**** CSS Enlarge Image ***/
.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span {
	/*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 0px;
	left: -1000px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img {
	/*CSS for enlarged image*/
	border-width: 0;
	padding: 0;
}
.thumbnail:hover span {
	/*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 10px; /*position where enlarged image should offset horizontally */
}
/**** Main ***/
.main {
	min-height: 80%;
	margin: 20px 20px 20px 20px;
	padding: 0px 0px 60px 0px;
}
.orange {
	color: red;
	font-weight: 700;
}
.color1 {
	color: #138CE3;
	font-weight: 700;
}
table.tbl1 {
	height= "100%";
	width= "100%";
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	Color: #000000;
	text-indent: 0;
	text-align: justify;
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: separate;
	background-color: #EEEEEE;
}
table.tbl1 td {
	border-width: 2px;
	padding: 3px;
	border-style: solid;
	border-color: gray;
	background-color: #EEEEEE;
	-moz-border-radius: ;
}
.tablomain {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	Color: #000000;
	text-align: center;
}
.tabloleft {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	Color: #000000;
	text-align: left;
}
.tablocenter {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	font-weight: normal;
	Color: #000000;
	text-align: center;
}
/**** List ***/
dl {
	margin: 0;
	padding: 0;
}
dt {
	font-weight: normal;
	color: #000000;
	margin: 0 0.2em 0.8em 0;
	padding: 0.2em 0 0 0;
}
dd {
	margin: 0 0 0 20px;
	padding: 0 0 0.5em 0;
}
/**** Footer ***/
.footer {
	width: 100%;
	height: 30px;
	border-top: solid 8px #FFFFFF;
	background-color: #EEEEEE;
	position: fixed;
	bottom: 0;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	clear: both;
}

