/* CSS Document */
* {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
html {
	height:100%
}
body {

}
table {
	border-collapse:collapse;
	border:0px;
	padding:0;
}
td {
	vertical-align:top
}
th {
	text-align:left;
	vertical-align:top
}
img {
	border:none
}
h1 {
	font-size:130%; color:#000000;
}
h2 {
	font-size:120%; color:#000000;
}
h3 {
	font-size:110%; color:#000000;
}
h4 {
	font-size:120%; color:#5e940d;
}
h5 {
	font-size:100%; font-weight:bold; color:#5e940d;
}

h6 {
	font-size:80%; font-weight:normal;
}
p {
	padding:0px 0px 10px 0px;
}
textarea .inputbox {
	width:300px;
	height:100px;
	margin:0px 0px 5px 0px;
}
select {
	height:auto;
	margin:12px 0px 12px 0px;
	vertical-align:middle
}
ul {
	list-style:disc;
	margin:0px 0px 0px 15px;
}
ol {
	margin:0px 0px 0px 35px;
}
.width {
	width:100%
}
.main {
	text-align:left
}
table.blog{ width:100%;}