/* text formats  */
/* ------------- */

/* standard text definition  */
body, p, td, tr, div, input	{ 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	color: #000000;
	line-height:120%;
}

/* links  */
a:link 	{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:visited 	{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

a:hover	{
	color: #636363;
	font-weight:bold;
	text-decoration: none;
}

a:active 	{
	color: #636363;
	font-weight:bold;
	text-decoration: none;
}


/* bold text  */
.bold {
	font-weight:bold;
}

/* italic text  */
.italic {
	font-style: italic;
}