body  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
	margin-top : 5px;
	margin-left : 10px;
	background-color : White;
}

A  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

A:Visited {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

A:Active  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
	text-align : left;
}

A:Hover  {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Gray;
	text-decoration : none;
	text-align : left;
}

.basic  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}


.error  {
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : italic;
	color : Red;
	text-decoration : none;
	text-align : left;
}


