@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----------------------------------*/
h3 {
	color: #FFFFFF;
	margin: 5px 0 0 5px;
	padding: 4px;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
form {
	margin: 0px;
	padding: 0px;
}
.marpad {
	margin: 10px 0px;
	padding: 0px;
}
/*-----------------------------------*/
/*-----------------------------------*/
.glow:hover {
	background-color: #FF0000;
}
.textBlack {
	color: #000000;
	font-size: 15px;
}
.textBlackSmall {
	color: #000000;
	font-size: 12px;
}
.text1 {
	color: #000000;
	font-size: 14px;
}
.text1Small {
	color: #5E5E60;
	font-size: 15px;
}
