
*{
	margin: 0;
	padding:0;
	border: solid 0px #000000;
	font: normal normal normal 100% /1.5em 'lr SVbN','Osaka-',sans-serif;
	color: #333333;
	text-decoration: none;
	letter-spacing: normal;
	word-spacing: normal;
	text-indent: 0;
	float: none;
	clear: none;
	position: static;
}

body{
	background-color: #ffffff;
	font-size: medium;
	width: 750px;
	padding: 10px;
}
div{
}
h1{
	font-size: large;
	font-weight: bold;
}
h2{
	font-size: normal;
	font-weight: bold;
}
h3{
	font-size: small;
	font-weight: bold;
}
h4{
	font-size: small;
	font-weight: normal;
}
p{
	font-size: small;
	text-indent: 1em;
	margin: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	
}
th{
	text-align: center;
	font-weight: bold;
}
td{
}
ul{
	list-style: disc outside;
	padding-left: 1em;
}
ul ul{
	list-style-type: square
}
ul ul ul{
	list-style-type: circle;
}
ol{
	list-style: disc outside;
	padding-left: 1.5em;
	list-style-type: decimal;
}
li{
	
}
img{

}
a{
	color: #0000ff;
	text-decoration: underline;
}
a:link{
	color: #0000ff;
	text-decoration: underline;
}
a:visited{
	color: #3333ff;
	text-decoration: underline;
}
a:hover{
	color: #ff9500;
	text-decoration: none;
}
a:focus{
}
em{
	font-weight: bold;
}
strong{
	font-weight: bolder;
}

input.text,textarea{
	border: inset 2px #999999;
}


.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}

