a
{
	color: rgb(0,0,0); 
	text-decoration: none;
}
a:active 
{
	color: rgb(64,64,127);
}
a:hover 
{
	color: rgb(200,0,0);
}
body
{
	font-family: arial, verdana, helvetica, sans-serif;
	color: rgb(0,0,32);
	font-size: 11px;
	text-align: center;
	margin: 5px;
    background: white url(../image/bg_head.png) repeat-x left top;
}
table
{
	font-size: 12px;
	padding: 5px;
}
td
{
	color: rgb(0,64,0); 
}
th
{
	color: rgb(0,0,64); 
	font-weight: bold; 
	background-color: rgb(180,180,180);
}
div.bg_head
{
        position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 52px;
		z-index: -1;
		background: grey url(../image/bg_head.png) repeat-x left top;
}
div.mn_head
{
        font-size: 11px;
		padding-top: 3px;
		padding-bottom: 0px;
		background-color: silver;
		width: 798px;
		height: 50px;
		border: 1px solid black;
		border-bottom-width: 0px;
}
div.credit
{
		text-align: right;
        width: 790px;
		height: 50px;
		margin-top: -14px;
        padding-top: 6px;
        padding-right:10px;
		border-top: 1px solid black;
		background: silver url(../image/bg_foot.png) repeat-x left top;
}
div.credit div.mn_foot
{
		color: white;
}
div.credit div.mn_foot a
{
		color: yellow;
}
div.credit div.mn_foot a:hover
{
		color: red;
}
div.credit div.mn_foot a:active
{
		color: blue;
}
table.c_main
{
		border: 1px solid black;
		border-bottom-width: 0px;
		background-color: white;
		height: 400px;
		width: 800px;
}
