body {
		margin: 0;
		font-family: tahoma, Arial, sans-serif;
		/* font-family: 'Kanit', sans-serif; */
		font-size: 13px;
		color: #000000;
}
.select {
	font-size: 13px;
	font-weight: bold;
}
.report {
	font-size: 13px;
	font-weight: none;
}
a {
	font-size: 13px;
}
a:link { 
	color: #000000; text-decoration: none; font-weight: none;
}
a:visited { 
	color: #000000; text-decoration: none; font-weight: none;
}
a:active { 
	color: #000000; text-decoration: none; font-weight: none;
}

a:hover {
	color: #000000;
	text-decoration: bold;
	font-weight: none;
	text-decoration: none;  
}
.exe {
	margin: 0px;
	width: auto;
	display: inline-block;
	background: #ffe6e6;
	border: 1px solid red;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: none;   
	padding: 1px 6px 1px 6px;
	text-align: left;
	height: 15px;
	border-radius: 10px;
}
.bat {
	margin: 0px;
	width: auto;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #e68a00;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: none;   
	padding: 1px 6px 1px 6px;
	text-align: left;
	height: 15px;
	border-radius: 10px;
}
.footer {
	font-size: 13px;
}
.version {
	font-size: 13px;
	color: #808080;
}
.sitename {
	margin: 0;
	font-size: 18px; 
	color: #000000;
	text-transform: uppercase; /* uppercase lowercase capitalize */
}