/* CSS Document */
#wrap {
	position:relative;
	width:100%;
}

.fullbox {
	position:relative;
	width:100%;
}
.halfbox {
	width:50%;
}

.whitebox {
	background:#fff;
	padding:10px;
}

.greybox {
	background:#eaeaea;
	padding:10px;
}

.txt1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.txt2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006699;
}

.txt3 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#006699;
}
.size1 {
	width:100px;
}
.size2 {
	width:200px;
}
.size3 {
	width:300px;
}

.border1 {border:1px solid #000;}
.border2 {border:10px solid #fff;}

.left {float:left;}
.right {float:right;}
.image {
	display:inline;
	width:auto;
}