@media screen, print {
	body {
	font-family: "Times New Roman", serif;
	background-image: url("images/blue_gradient.jpg");
	background-repeat: repeat-x;
	background-color: #f0f0ff;
	margin-left: .2in;
	margin-top: .1in;
	margin-right: .2in;
	margin-bottom: .5in;
}
td,th,p,blockquote,ul,ol,li, h1, h2, h3, h4 {
	font-family: "Times New Roman", serif;
    font-size: medium;
	color: #000000;
}
em,strong {
    font-weight: normal;
    font-style: normal;
}
td.l {
	text-align: left;
}
caption {
	font-weight: bold;
	font-size: large;
}
div.lists {
	text-align: center;
}
a:link {
	color: red;
}
a:visited {
	color: green;
}
a:active {
	color: blue;
}
a:link.phone {
	color: black;
	text-decoration: none;
}
a:visited.phone {
	color: black;
	text-decoration: none;
}
a:active.phone {
	color:black;
	text-decoration:none;
}
h1 {
	font-size: x-large;
	text-align: center;
}
h1.header {
	font-size: x-large;
	text-align: center;
	color: blue;
}
h2 {
	font-size: large;
    font-weight: bold;
    text-align: center;
}
h3 {
	font-size: small;
    font-weight: normal;
    text-align: center;
}
h4 {
	font-size: x-large;
	text-align: center;
	color: blue;
}
p.copy {
	text-align: center;
}
}
@media handheld {
	body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th,p,blockquote,ul,ol,li, h1, h2 {
    font-size: x-small;
	color: #000000;
}
a.phone {
	color:red;
}
div.lists {
	text-align: left;
}
h1 {
	font-size: x-small;
	text-align: center;
	}
h1.header {
	font-size: x-small;
	text-align: center;
	color: blue;
}
h2 {
	font-size: x-small;
    text-align: center;
}
h3 {
	font-size: small;
    font-weight: normal;
    text-align: center;
}
h4 {
	font-size: x-small;
    text-align: center;
    color: blue;
}
p.copy {
    display: none;
}
li {
	list-style-type: none;
}
}