@charset "utf-8";
/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color:#fff;
	font-family:"MS Gothic", Osaka-mono, monospace;
	font-size: 75%;
	line-height: 1.6;
}
hr {display: none;}


/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color:#663;
	text-decoration: underline;
}
a:visited {
	color: #663;
	text-decoration: underline;
}
a:hover {
	color: #663;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
------------------------------*/
#wrapper {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	/*background-color: #000; */
	width:680px;
	background-color:#FFF;
	border-style:none;


}

/* top styles
------------------------------*/

#opt1{
	font-size:14px;
	color:#333;
}

#opt1 table{
	border-collapse:separate;
	border-spacing:3px;
	border-color:#CCC;
	border-style:none;
	}


