body {
	margin:0px 0px 0px 0px;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main {	
	color: #333333;
}
a.main:link,a.main:visited,a.main:active {
	color: #990000;
	text-decoration:underline;
}
a.main:hover {
	color: #0066CC;
	text-decoration:none;
}
.footer {
	font-size: 11px;
	color: #000000;
}
a.footer:link, a.footer:visited, a.footer:active  {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
a.footer:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.toplinks {
	font-size: 11px;
	color: #000000;
}
a.toplinks:link, a.toplinks:visited,a.toplinks:active {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
a.toplinks:hover {
	font-size: 11px;
	color: #FE0000;
	text-decoration: underline;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0066CC;
	font-weight:bold;
}
.newheading {
	font-size: 20px;
	color: #007DC0
	font-weight:bold;
}
input{
	height:18px;
	width:auto;
	font-size:11px;
	color:#333333;
	font-weight:normal;
	background-color:#f5f5f5;
	border: 1px solid #333333;
}
.textbtn{
	height:22px;
	width:auto;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#808080;
	border: 1px solid #FFFFFF;
}
.textarea{
	height:auto;
	width:200px;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	border: 1px solid #CDCDCD;
}
.select{
	font-size:11px;
	color:#333333;
	width:200px;
	height:20px;
	background-color:#FFFFFF;
	border: 1px solid #CDCDCD;
}

/* BOF Left Memu Link */
.lftlink {
	color:#999999;
}
a.lftlink:link ,a.lftlink:visited,a.lftlink:active{
	color:#999999;
	text-decoration:none;
}
a.lftlink:hover {
	color: #009AFF;
	text-decoration:underline;
}
/* EOF Left Menu Link */
.imgborder{
	height:103px; 
	width:300px;
	border:1px solid #CDCDCD;
}
.prjlink {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 18px;
	color:#999999;
}
a.prjlink:link, a.prjlink:visited ,a.prjlink:active {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 18px;
	color: #999999;
	text-decoration:none;
}
a.prjlink:hover {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size:18px;
	color: #009AFF;
	text-decoration:underline;
}
a.news_title:link,a.news_title:visited ,a.news_title:active{
	font-size: 14px;
	color:#385D89;
	text-decoration:none;
	font-weight:bold;
}
a.news_title:hover {
	font-size:14px;
	color: #CA0002;
	text-decoration:none;
	font-weight:bold;
}
a.news_more{
	font-size:10px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
a.news_more:hover{
	font-size:10px;
	font-weight:bold;
	color:#CA0002;
	text-decoration:none;
}
.img_border{
	border:1px solid #999999;
}
.tr_light{
	background:#F0F0F0;
}
.tr_dark{
	background:#DDD9D8;
}