﻿/* CSS Document */
html{height: 100%; overflow-y: scroll;}
body 
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color:#fff;
	color:#000;
	margin:0px;
}
form{ margin: 0px; padding: 0px; }
input{border: none;}
th	{ text-align: center; font-weight: bolder; }
caption	{ text-align: center; }
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
}
h1	{ font-size: 19px; }
h2	{ font-size: 16px; }
h3 	{ font-size: 14px; }
h4 	{ font-size: 12px; }
h5 	{ font-size: 10px; }
h6 	{ font-size: 8px; }
img { border: none; }
a, a:link, a:active, a:visited { color: #03C; text-decoration: none; }
a:hover { text-decoration: underline; }
li {list-style-image: none; list-style-type:none;}

