html,body {
	background-repeat: no-repeat;
	height: 100%;
	margin: 0;
	padding: 0;
	direction: ltr;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.bgColor{
	background-color:#DEFED7;
}
.height100pc {
	height: 100%;
}
.UIButton_Text {
	border: medium none;
	cursor: pointer;
	line-height: 13px;
	border-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	color: #EEFEDE;
	padding: 0px 7px 0px;
	height: 21px;
	text-decoration: none;
	background-color: #57872E;
	border-color: #2E5E1E #2C5C2E #2C5C2E;
	font-weight: bold;
	font-size: 13px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
.RedButton {
	border: medium none;
	cursor: pointer;
	border-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	color: #EEFEDE;
	text-decoration: none;
	background-color: #EE3331;
	border-color: #AE2E1E #AC2C2E #AC2C2E;
	font-size: 21px;
	font-weight: bold;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	height: 33px;
	width: 177px;
}
.block {
	display: block;
}
a:hover {
	text-decoration: underline;
}
a {
	color: #173331;
	cursor: pointer;
	outline-style: none;
	text-decoration: none;
	font-size: 13px;
}
.loginInput {
	background-color: #97CC73;
	border: 1px solid #8DAC69;
	color: #37571E;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
small {
	color: #003300;
	font-size: 13px;
	font-weight: bold;
	display: block;
}
.paddingTop{
	padding-top: 7px;
}
.paddingTop0px{
	padding-top: 0px;
}
.marginTop {
	margin: 7px 0px 0px 0px;
}
h1 {
	color: #004300;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
}
h2 {
	color: #004300;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 23px;
	font-weight: bold;
}
h3 {
	color: #004300;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.logoTD {
	width: 171px;
}
.stretchImage {
	/*position: relative;*/
	top: 100;
	left: 100;
	height: 100%;
	width: 100%;
}
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.margin {
	margin: 0px 0px 0px 23px;
}
.hand{
	cursor: pointer;
}
strong {
	color: #A71117;
	font-size: 10px;
	font-weight: bold;
}
td {
vertical-align:top;
horizontal-align:left;
}
.valignBottom{
	vertical-align: bottom;
}
a.h2 {
	font-size: 23px;
	color: #004300;
	cursor: pointer;
	outline-style: none;
	text-decoration: none;
}
a.h2:hover {
	text-decoration: underline;
}
#navigation {
background-image: url(assets/layout/black.png);
padding: 0px;
font-size: 18px;
height:15px;
border:0 none;
margin:0;
outline:0 none;
text-align: left;
width: 350px;
}
ul.topnav  {
clear:right;
float:left;
list-style:none outside none;
margin:0;
}
ul.topnav li {
float:left;
margin:0;
padding:0;
position:relative;
}
ul.topnav li a {
display:block;
float:left;
font-weight:bold;
padding:0px 5px;
}
ul.topnav li span {
background:transparent;
float:left;
height:35px;
margin-top:5px;
width:17px;
}
ul.topnav li span.subhover {
background-position:center bottom;
cursor:pointer;
}

ul.topnav li ul.subnav {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
background:none repeat scroll 0 0 #333333;
border:1px solid #111111;
display:none;
float:left;
left:13px;
list-style:none outside none;
margin:0;
padding:0;
position:absolute;
top:16px;
width:220px;
z-index:700;
}
ul.topnav li ul.subnav li {
border-bottom:1px solid #444444;
border-top:1px solid #252525;
clear:both;
margin:0;
padding:0;
width:220px;
}
html ul.topnav li ul.subnav li a {
background:#333333;
float:left;
font-size:12px;
padding:7px 0 7px 20px;
text-decoration:none;
width:200px;
color: #DEFED7;
}

html ul.topnav li ul.subnav li a:hover {
background:#222222;
text-decoration:underline;
}
