/**
 * Common CSS file
 */

html, body, form, img, p, hr, h1, h2, h3, h4, h5, ol, ul, ol li, ul li {
	margin: 0px;
	padding: 0px;
}
body, div, td, th, input, select, option, textarea {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
img {
	border: 0px;
}
html {
	height: 100%;
}
body {
	color: #000;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	position: relative;
	text-align: left;
}
a {
	color: #0000cc;
	text-decoration: underline;
}
a:hover {
	color: #6d87da;
}
/*
a:visited {
	color: #800080;
}
*/
h1, h2, h3 {
	font-family: Tahoma, Arial;
	font-weight: normal;
	text-align: left;
	text-indent: 0;
}
h1 {
	color: #000;
	font-size: 28px;
	line-height: 26px;
	margin-left:-2px;
}
h2 {
	color: #888888;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin-left:-1px;
}
h3 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
}
