.subscribeTextField {
background-color: #ffffff; 
FONT-FAMILY: Verdana, Geneva, Arial; 
FONT-SIZE: 10px; FONT-WEIGHT: normal; 
border: 1 solid; border-color: 000000; 
padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px
} 

.searchTextField {
background-color: #ffffff; 
FONT-FAMILY: Verdana, Geneva, Arial; 
FONT-SIZE: 10px; FONT-WEIGHT: normal; 
border: 1 solid; border-color: 3EA1F4; 
padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px
} 

.memberTextField {
background-color: #ffffff; 
FONT-FAMILY: Verdana, Geneva, Arial; 
FONT-SIZE: 10px; FONT-WEIGHT: normal; 
border: 1 solid; border-color: 3EA1F4; 
padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px
}

.smalltext { font-family: verdana, arial; color:#3EA1F4; font-size: 9px; font-weight: normal; }
.smalltextB { font-family: verdana, arial; color:#3EA1F4; font-size: 9px; font-weight: bold; }

.textTitle { font-family: verdana, arial; color:#3EA1F4; font-size: 11px; font-weight: normal; }
.textTitleB { font-family: verdana, arial; color:#3EA1F4; font-size: 11px; font-weight: bold; }
.textTitleRed { font-family: verdana, arial; color:#FF0000; font-size: 11px; font-weight: normal; }
.textTitleRedB { font-family: verdana, arial; color:#FF0000; font-size: 11px; font-weight: bold; }

.textTitleGreen { font-family: verdana, arial; color:#7BAC14; font-size: 11px; font-weight: normal; }
.textTitleGreenB { font-family: verdana, arial; color:#7BAC14; font-size: 11px; font-weight: bold; }
.textTitleGreen20 { font-family: verdana, arial; color:#7BAC14; font-size: 20px; font-weight: normal; }
.textTitleGreenB20 { font-family: verdana, arial; color:#7BAC14; font-size: 20px; font-weight: bold; }

a.textTitle:link, a.textTitle:visited, a.textTitle:active {
	text-decoration: none;
}

a.textTitle:hover {
	text-decoration: underline;
}

a.textTitleB:link, a.textTitleB:visited, a.textTitleB:active {
	text-decoration: none;
}

a.textTitleB:hover {
	text-decoration: underline;
}

a.textTitleRed:link, a.textTitleRed:visited, a.textTitleRed:active, a.textTitleRed:hover {
	text-decoration: none;
}

a.textTitleRed:hover {
	text-decoration: underline;
}

a.textTitleRedB:link, a.textTitleRedB:visited, a.textTitleRedB:active, a.textTitleRedB:hover {
	text-decoration: none;
}

a.textTitleRedB:hover {
	text-decoration: underline;
}

textarea {
	/* border: solid 1 #404040; */
	font-family: verdana, arial;
	font-size: 11px;
}

input {
	/* border: solid 1 #404040; */
	font-family: verdana, arial;
	font-size: 11px;
}

/*html, body {overflow:auto; height:100%; width:100%;}*/
