body {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #555555;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.MainNav {
	padding-top: 3px;
}

a.Nav:link {
	color:#FFFFFF;
	text-decoration: none;
}

a.Nav:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a.Nav:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

a.Nav:active {
	color:#FFFFFF;
	text-decoration: underline;
}

.SmallFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.MainInput {
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
}
a:link {
	color: #008A87;
	text-decoration: none;
}
a:visited {

	color: #008A87;
	text-decoration: none;
}
a:hover {


	color: #008A87;
	text-decoration: underline;
}
a:active {



	color: #008A87;
	text-decoration: underline;
}
.FormTitle {
	font-weight: bold;
	color: #FFFFFF;
}
.MainButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008A87;
	height: 19px;
	background-color: #FFFFFF;
	border: none;
	background-image: url(../images/button_back.gif);
}
.MainTitle {
	font-size: 14px;
	font-weight: bold;
	color: #008A87;
}
.LightText {
	color: #999999;
}
.MainInput2 {

	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	padding-top: 1px;
	padding-bottom: 1px;
}
.SmallFont2 {
	font-size: 10px;
}
.LayerTable {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A5DEDE;
	border-right-color: #A5DEDE;
	border-bottom-color: #A5DEDE;
	border-left-color: #A5DEDE;
	padding-right: 10px;
	padding-left: 10px;
}
.TableTitle {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
}
.TableContent {

	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.MainText {
	border: 1px solid #CCCCCC;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 100px;
	width: 350px;
}

.error{
  color: #FF0000;
	font-size: 10px;
}