@charset "utf-8";
/*Comment CSS Shorthand used throughout*/
/*Comment HTML Tag Styles*/
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #333;
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #F0F5F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h1 {
	color: #B99400;
	font-size: 2.8em;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}
h2 {
	color: #7A7A7A;
	font-variant: small-caps;
	margin-left: 10px;
	margin-bottom: 0.3em;
	text-align: center;
}

img {
	margin: 0px;
	padding: 0px;
}
#Footer {
	background: #E0D9C5;
	text-align: center;
	margin: 0px;
	padding: .1em 0px 0.1em;
	line-height: 0;
}

ul {
	font-style: normal;
	list-style: circle;
}
/*a or anchor tags - the four states that must appear in the following order - L, V, H, A (LoVeHAte)*/
a:link {
	color: #009;
	text-decoration: none;
}
a:visited {
	color: #009;
	text-decoration: none;
}
a:hover {
	color: #B79E06;
	text-decoration: underline;
}
a:active {
	color: #009;
	text-decoration: none;
}
/*Comment Class Style - can be applied many times per page*/
.ItalicWords {
	font-style: italic;
	color: #960;
}
/*Comment DIV ID Style - can be applied only once per page*/
#Content {
	margin: 0px auto;
	width: 780px;
	background: #D9F0FF;
	text-align: left;
	padding: 20px;
}
#Phone {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
#Content table tr td {
	font-size: 1em;
}
