/* FONTS */

a
{
	color: #006600;
	text-decoration:none;
}
a:hover
{
	color: #99CC99;
	text-decoration:none;
}

.title
{
	font-family: tahoma;
	font-size: 16px;
	line-height: 26px;
	color: #006600;
}

.introText
{
    font-weight:bold;
    color:#333333
}

.txtFormLbl
{
    font-weight:bold;
    font-size:10px;
    color:#999966;
    text-transform:uppercase
}

.txtFormLblsmall
{
    font-size:9px;
    /*text-transform:uppercase*/
}

.inputField
{
    font-size:11px
}

