/* CSS Formats */
/* CSS Formats */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.Heading {
	color: #144891;
	font-weight: bold;
	font-size: 18px;
	font-weight: bold;
}
.SubHeading {
	color: #144891;
	font-size: 14px;
	font-weight: bold;
}
.inputhide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	border:solid 0 #FFFFFF;
	background: transparent;
	color: #666666;
	font-weight: bold;
}
.inputhideNoView {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px; 
	border:solid 0 #FFFFFF;
	background: transparent;
	color: #FFFFFF;
	font-weight: bold;
}



.but_yellowlg{
	background-color : #e87309; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 12px; 
	font-weight: bold; 
	height: 23px;
	border : 1px solid #e87309;
	text-align: center;
}
.but_brown{
	background-color : #873005; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 11px; 
	font-weight: bold; 
	height: 20px;
	border : 1px solid #873005;
	text-align: center;
}
.but_yellow{
	background-color : #e87309; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 11px; 
	font-weight: bold; 
	height: 20px;
	border : 1px solid #e87309;
	text-align: center;
}
.but_pink{
	background-color : #e52ee0; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 11px; 
	font-weight: bold; 
	height: 20px;
	border : 1px solid #e52ee0;
	text-align: center;
}
.but_green{
	background-color : #6dd49c; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 11px; 
	font-weight: bold; 
	height: 20px;
	border : 1px solid #6dd49c;
	text-align: center;
}
a:link {
	color: #5E9776;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5E9776;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #5E9776;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #5E9776;
	font-weight: bold;
}
.ButtonLink {
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color:#000066;
}
.ButtonLink:link {
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color:#000066;
}
.ButtonLink:visited {
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color:#000066;
}
.ButtonLink:hover {
	text-decoration: underline;
	font-size: 13px;
	font-weight:bold;
	color:#000066;
}
.ButtonLink:active {
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	color:#000066;
}
.SmallButtonLink {
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	color:#000066;
}
.SmallButtonLink:link {
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	color:#000066;
}
.SmallButtonLink:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	color:#000066;
}
.SmallButtonLink:hover {
	text-decoration: underline;
	font-size: 10px;
	font-weight:bold;
	color:#000066;
}
.SmallButtonLink:active {
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	color:#000066;
}
.PageHeading {
	font-size: 14px;
	}
.PageHeadingBold {
	font-size: 16px;
	font-weight:bold;
	color:#000066;
	}
.footer {
	font-size: 9px;
	}

.but_large{
	background-color : #5E9776; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 13px; 
	font-weight: bold; 
	height: 25px;
	border : 1px solid #5E9776;
	text-align: center;
}
.but_small{
	background-color : #5E9776; 
	color : #ffffff; 
	font-family :Arial; 
	font-size : 11px; 
	font-weight: bold; 
	height: 20px;
	border : 1px solid #5E9776;
	text-align: center;
}