/* *************************************************************************
*
*  File: default.css
*  Purpose: Basic Classes Redefinition
*
************************************************************************* */

html
{
	height: 100%;

	width: 100%;
}

body
{
	background: #FFFFFF;

	color: #6A6B6D;

	font-family: arial, geneva, helvetica, tahoma, sans serif, verdana;
	font-size: 11pt;

	height: 100%;

	width: 100%;
}

body,
table,
th,
tr,
td,
form,
button
{
	margin: 0px;

	padding: 0px;
}

img
{
	border: 0px;
}

a
{
	color: #0164AE;
}

a:visited
{
	color: #0164AE;
}
