a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #555555;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #555555;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #FFFFFF;
	
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #787878;
}
.px10 {
	font-size: 10px;
}

.underline {
	text-decoration: underline;
}

.uppercase {
	text-transform: uppercase;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #698CA5;
}
.red {
	color: #C5150C;
}
.red_1 {
	color: #FF9900;
	font-size:14px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.grey {
	color: #747474;
}
.grey_1 {
	color: #747474;
	font-size:14px;
}
.grey_2 {
	color: #747474;
	font-size:12px;
}
.green {
	color: #70A022;
}
.orange {
	color: #F76400;
}
.yellow {
	color: #FFB200;
}
input.textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC; 
	font-size:11px;
	color: #333333; 
	background-color:#FFFFFF;
}
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #CCCCCC; 
	font-size:12px;
	cursor: hand; 
	color: #000000; 
	background-color:#CCCCCC
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC; 
	font-size:11px; 
	color: #333333; 
	background-color:#FFFFFF;
	}
