/* CSS Formats */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.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;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
.PageHeading {font-size: 14px;}
.footer {font-size: 9px;}
