a:visited, a:link, .fontA{
	color: #318FCC;
	text-decoration: none;
}

.linkG a:visited, .linkG a:link, .fontG{
	color: #6E6E6E;
	text-decoration: none;
}

.linkB a:visited, .linkB a:link, .fontB{
	color: black;
	text-decoration: none;
}

a:hover, .linkG a:hover, .linkB a:hover{
	text-decoration: underline;
}

html{
    width: 100%;
    height: 100%;
}

body{
	margin: 0;
    width: 100%;
    height: 100%;
    /* text-align: center; */
}

body, td, th, div, p, span, select, input, textarea{
    font-family: "Tahoma", "Verdana", "MS Sans Serif", "Helvetica";
    font-size: 9pt;
    color: black;
}

div{
	/* overflow: hidden; */
	zoom: 1;
}

img{
	border: 0;
}

ul{
    margin: 0 0 0 16px;
    padding: 0px;
    list-style-type: square;
}

li{
    margin-top: 3px;
    margin-bottom: 3px;
}

hr{
    color: #D0D0D0;
    height: 1pt;
    size: 1pt;
}

.mini{
    font-size: 7pt;
}

.head{
    font-size: 10pt;
}

.arrow{
    font-family: "MS Sans Serif", "Tahoma", "Helvetica";
    font-size: 10pt;
}

.border{
	border: #cccccc 1px solid;
}

.notice{
	margin: 20px;
	text-align: center;
}

.bg{
	background: #ededed;
}

/*
.bgLN{
	background: url(img/line01.jpg);
	margin: 10px 0 10px 0;
}

.padding01{
	padding: 5px 10px 5px 10px;
}

.table01{
	width: 100%;
	margin: 0 auto;
}

.table01, .table02, .table03, .table04{
    border-collapse: collapse;
    background: #ffffff;
}

.table01 td, .table01 th, .table02 td, .table02 th, .table03 td, .table03 th{
	text-align: left;
    padding: 6px;
}

.table04 td, .table04 th{
    padding: 0px;
}

.table01 td, .table01 th, .table03 td, .table03 th{
	border: #CCCCCC 1px solid;
}

.table02 td, .table02 th, .table04 td, .table04 th{
	border: 0px;
}
*/
