
BODY {
margin:0 auto;
background-repeat: repeat; 
background-attachment: fixed;
}
body,table,td,th {
	font-size: 12px;
	/*! margin-left: 0px; */
	color:#333333;
}
a
{
	
	text-decoration: none;
	color: #333333;
}

a:link {
	text-decoration: none;
	color:#333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration:none;
	color:#1B56B4;
}
a:active {
	text-decoration: none;
	color:#1B56B4;
}
.menu{
    font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.searchtext{
    border-top:1px;
}
.gridviewstyle{
  background-color:#cccccc;
  font-size:12px;
}
.gridviewheaderstyle{
  background-color:#66CCFF;
  font-size:12px;
  
}
.gridviewrowstyle{
  background-color:#ffffff;
  font-size:12px;
}
.h1{
	font-family: "o¨²¨¬?";
	font-size: 20px;
	color: red;
	font-weight:bold;
}
a.h1:link {
	color: red;
	text-decoration: none;
}
a.h1:visited {
	color: red;
	text-decoration: none;
}
a.h1:hover {
	color: red;
	text-decoration: none;
}