/* CSS Document */
html {
  overflow-y: scroll;
  background: url(../images/bg2.jpg) left top repeat-x;
}

body{
	margin: 0;
	padding: 0;
	font-size:100%;
}

td {
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
    text-align: left;
}

/* --------------------------------------------------
	2. Content
-------------------------------------------------- */
.main {
	width: 800px;
	height:1000px;

}

.d_line {
    background-image: url(../images/dot_line.gif);
    background-repeat: repeat-x;
    padding-top: 2;
    vertical-align: middle;
}

.h1FontB {font-size: 11pt; line-height: 16pt; font-weight: bold; 
}
.h2FontB {font-size: 10pt; line-height: 16pt; font-weight: bold; 
}

a { text-decoration: none; }
a:link{ color: #00a; text-decoration: none; }
a:visited{ color: #606; text-decoration: none; }
a:hover{ color: #f00; text-decoration: underline; }
a:active{ color: #960; text-decoration: none; }