.menutd {
	font-size: 11px;
	color:#000055;
	padding:3px;
}

.largemenutd {
	font-size: 12px;
	color:#000055;
	padding:4px;
	cursor: pointer;
}

body,td { 
	font-size:12px;
	font-family:Verdana; 
} 

.smalltext {
	font-size: 11px;
} 

.tinytext {
	font-size: 10px;
}

.LargeText {
	font-size: 15px;
}

.BigText {
	font-size: 15px;
	font-weight: bolder;
}

.BiggerText {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.input {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #7F9DB9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputnoborder {
	font-size: 11px;
	background-color: #F9F9F9;
	border: thin groove;
	border-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.combo {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	text-decoration: none;
}

.fakeInput {
	font-size: 11px;
	background-color: #F9F9F9;
	border: 1px solid #7F9DB9;
	padding: 2px 20px 1px 2px;
}

.ClickableTitle {
	font-size: 16px;
	color: #333399;
	cursor: pointer;
}

.ClickableTitleRed {
	font-size: 14px;
	color: #993333;
	padding-left: 1px;
}

.error {
	font-size: 14px;
	color: #FF0000;
	text-align: center;
}
