html{
  overflow-y:scroll;
  height:100%;
  min-height:100%;
}
body{
	background:#ffffff;
	margin:0;
	text-align:center;
	padding:0px;
	height:100%;
	min-height:100%;
}

#all{
	background:#ffffff;
	width:740px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	min-height:100%;
}
#all2{
	background:#ffffff url("../images/bg.gif") repeat-y;
	width:813px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:100%;
	min-height:100%;
}

body > #all2{
  height:auto;
}
body > #all{
  height:auto;
}

.normal     { font-size: 12px; line-height: 16px; text-decoration: none }
.big     { font-size: 14px; line-height: 18px; text-decoration: none }
.exbig     { font-size: 16px; line-height: 21px; text-decoration: none }
.small     { font-size: 10px; line-height: 12px; text-decoration: none }
.exsmall     { font-size: 9px; line-height: 10px; text-decoration: none }
.long     { font-size: 12px; line-height: 21px; text-decoration: none }
A:hover {color: "#999999"; text-decoration: underline}
A {color: "#3366CC"; text-decoration: none}
.line   { font-size: 12px; line-height: 150%; padding-left: 5px; border-bottom: 1px dotted #999999 }
.left   {padding-left: 5px}
.td2     { font-size: 12px; line-height: 16px; text-decoration: none; border: 1px solid #FF9933; padding: 7px 7px;}
H1{ 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
}

.seofontstile { font-size: 10px; } 
