.text  {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

.smalltext  {
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

.boldtext  {
	font-size : 12px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

.header  {
	font-size : 16px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

input, textarea, select, option
{
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	background-color: #F1F2ED;
    border: 1px solid #cccccc;
}


/*----------------------------*/
.link  {
	font-size : 11px;
	font-family : Tahoma, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #fffffff;
}

.link:Hover  {
	font-size : 11px;
	font-family : Tahoma, Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : normal;
	color : #ffffff;
}

.smalllink  {
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #ffffff;
}

.smalllink:Hover  {
	font-size : 10px;
	font-family : Trebuchet MS, Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	text-decoration : normal;
	color : #14373e;
}
/*----------------------------*/
