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

body {
	margin-top: 10px;
	background-color: #ffffff;
	color: #333333;
	font-family: sans-serif;
	}
h1 {
	font-size: 30px;
	line-height: 80%;
	text-align: left;
	}
h2 {
	font-size: 16px;
	line-height: 140%
	}
h3 {
	font-size: 13px;
	font-weight: lighter;
	line-height: 140%;
	text-align: left;
	}
h4 {
	font-size: 14px;
	color: #a9a9a9;
	}
h5 {
	font-size: 14px;
	line-height: 140%;
	}
h6 {
	font-size: 10px;
	font-weight: lighter;
	line-height: 140%;
	text-align: left;
	}
td {
	vertical-align: top;
	text-align: center;
	}
tr {
	vertical-align: middle;
	text-align: center;
	}
p.text1 {
	font-size: 14px;
	text-align: left;
	}
p.text2 {
	font-size: 13px;
	font-weight: lighter;
	line-height: 140%;
	text-align: left;
	}
p.text3 {
	font-size: 14px;
	line-height: 140%;
	text-align: left;
	
	}
p.text4 {
	font-size: 14px;
	line-height: 140%;
	text-align: center;
	vertical-align: middle;
	}
p.text5 {
	font-size: 13px;
	font-weight: lighter;
	line-height: 140%;
	text-align: center;
	}
span#sold {
	font-size: 14px;
	text-align: center;
	color: #e95464;
	}
a {
	text-decoration: none;
	}
a:link {
	color: #719bad;
	}
a:hover {
	color: #ea5550;
	}
a:visited {
	color: #719bad;
	}