a {
	text-decoration: none;
	color: #0000CC;
}
a:link {
	text-decoration: none;
	color: #4040BB;
}
a:hover {
	text-decoration: none;
	cursor: hand;
	color: #66CCFF;
	background-color: #FFFFCC;


}
a:visited {
	text-decoration: none;
	color: #4040BB;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(/Images/index_background.gif);
	background-repeat: no-repeat;
}
.spanish {
	font-weight: bold;
	color: #FF7700;
}
.uno {
	font-weight: bold;
	color: #88C4FF;
}
.menu1 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}
.menu1selected {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: default;
	font-weight: bold;
}
.menuSpacer {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12px;
	width: 20px;
}
.smallerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}.menu2 {

	font-family: "Trebuchet MS", Helvetica;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: hand;
}
.menu2selected {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: default;
	font-weight: bold;
}
h2 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 16px;
	font-weight: bold;
	
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 14px;
	font-weight: bold;

	margin-top: 2px;
	margin-bottom: 2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 18px;
}
.smallInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.niceTable1 {
	font-size: 12px;
	border: 1px solid #FF9900;
}
.formInput1 {
	font-size: 10px; 
	font-weight: bold; 
	height: 16px; 
	border: 1px solid #000000; 
	background-color: #FFD681; 
	width: 60px;
}
.buttonEnabled {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFDFA4;
	border: 1px solid white;
	margin: 1px;
	padding: 0px 4px;
	cursor: hand;
}
.buttonDisabled {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #83817C;
	margin: 1px;
	padding: 0px 4px;
	cursor: default;
}
.buttonHighlighted {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;
	border: 1px solid #83817C;
	margin: 1px;
	padding: 0px 4px;
	cursor: default;
}
.friendsTitle {
	font-size: 11px;
	font-weight: bold;
}
.friendsBrief {
	font-size: 10px;
}