html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666666;
}


/*****************************************************************************************************************************/
/* CSS DEFINITIONS BODY */
/*****************************************************************************************************************************/

p {
	font: normal Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	color: #666666;
}

A:link, A:active, A:visited {
	text-decoration: none ;
	font-weight: bold;
	color: #58ccec;
}


A:hover {
	text-decoration: underline ;
	color: #97c524;
}


/*****************************************************************************************************************************/
/* CSS DEFINITIONS SUB HEAD */
/*****************************************************************************************************************************/

.sub {
	font-size: 18px;
	line-height: 14px;
	font-weight: bold;
	color: #666666;
}


.sub2 {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #666666;
}

.sub3 {
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #666666;
}

/*****************************************************************************************************************************/
/* CSS DEFINITIONS TINY */
/*****************************************************************************************************************************/

.tiny {
	font-size: 9px;
	line-height: 10px;
	color: #666666;
}

/*****************************************************************************************************************************/
