/**	Regular HTML Tags. */



a:link, a:active, a:visited

{
	color: #000000;
	font-weight: bold;
}

a:hover
{
	color: #FF0000;
	font-weight: bold;
}


body
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

input.text,select, textarea
{
	border: 1px solid #000000;
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}

option
{
	color: #000000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
}


/**	Text Classes. */

.tiny
{
	font-size: 9px;
}

.xsmall
{
	font-size: 10px;
}

.small
{
	font-size: 11px;
}

.regular
{
	font-size: 12px;
}

.title
{
	color: #FE6F0F;
	font-size: 14px;
	font-weight: bold;
}