@charset "UTF-8";

a:link { 
text-decoration:none;
border:none;
color: #9C9C9D;

}
a:visited { 
text-decoration:none;
border:none;
color: #9C9C9D;

}
a:hover { 
text-decoration:none;
border:none;
color: #666666;

}
a:active { 
text-decoration:none;
border:none;
color: #9C9C9D;

}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-size: 10px;
	color: #9C9C9D;
}

.style2 {
	font-size: 10px;
	color: #fff;
}

#maintable { margin:0 auto; }

#notify {border:2px solid #000;background:#fc0;width:400px;height:25px;margin:15px auto 0 auto;text-align:center;padding-top:5px;}