body {
	Background-color: #E2E9EE;
	background-image:  url("../images/background.jpg");
	background-repeat: repeat-x;
	background-position: top left;
	margin-top: 0px;
}
p, table, td, tr, input, .btn {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
}
ul li {
	padding-bottom: 15px;
}
.small {
	font-size: 7pt;
}
.border {
	border: 1px solid #000000;
}
.easy-steps {
	background-color: #000000;
}
.copy {
	background: url('../images/copy_repeat.jpg');
	background-repeat:repeat-y;
}
.menu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 155px;
}
.menu li {
	padding: 0;
}
.menu li a {
	/*background: url('../images/menu.gif');*/
	background: url('../images/menu_buttons.gif');
	background-position: 0px 0px;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
* html .menu li a {
	/*IE only. Actual menu width minus left padding of A element (10px) */
width: 155px;
}
.menu li a:visited, .menu li a:active {
	color: white;
}
.menu li a:hover {
	/*background-image: url('../images/menu2.gif');*/
	background: url('../images/menu_buttons.gif');
	background-position: 0px 24px;
}.green {
	color: #33CC33;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.large {
	font-size: 16pt;
	font-weight: bold;
}
.larger {
	font-size: 20pt;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.medium {
	font-size: 12pt;
}
