/* RESET MODULE */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, sub, sup, b, u, i, ol, ul, li, fieldset, form, label, legend, table, tbody, thead, tr, th, td 
{
	margin:				0;
	padding:			0;
	border:				0;
	vertical-align:		baseline;
	background:			transparent;
}
/* RESET MODULE END */
body {
	font-family:		Helvetica, Arial, Verdana;
	font-size:			14px;
	background:				#FFFFFF;
}
table {
	border-collapse:	collapse;
	border-spacing:		0;
}
th, td {
	text-align:			left;
	font-weight:		normal;
}
td {
	vertical-align:		top;
}
input,
textarea
{
	font-family:		Helvetica, Arial, Verdana;
	font-size:			13px;
}
select {
	font-family:		Helvetica, Arial, Verdana;
	font-size:			12px;
}
textarea {
	overflow:			auto;
}
ol, ul {
	list-style-image:	none;
	list-style-position:outside;
	list-style-type:	none;
}
img {
	border:				none;
}
a {
	color:				#5996c3;
	text-decoration:	underline;
}
a:hover {
	text-decoration:	none;
}