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

.TopInfoLine {
	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #514e4e;
        text-align: right;
        margin-right: 20px;
}

p {
              	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}

h1 {
               font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
               color: #FFFFFF;
               line-height: 30px;
               font-size: 35px;
               margin-bottom: 45px;
               text-transform: uppercase;
               font-weight: bold;
               text-align: center;
               letter-spacing: .3em;
}

h2 {
               font-family: Georgia, Times, “Times New Roman”, serif;
               color: #3a0b0b;
               font-size: 20px;
               margin-bottom: 5px;
               margin-top: 20px;
               text-transform: lowercase;
               font-weight: normal;
}

h3 {
               font-family: Georgia, Times, “Times New Roman”, serif;
               font-size: 17px;
               font-style: normal;
               font-weight: normal;
               color: #7e6e56;
               text-transform: lowercase;
               letter-spacing: normal;
               margin-top: 0;
               margin-bottom: 0;

a:link {
	text-decoration: none;
	color: #DB9520;
}

a:visited {
	text-decoration: none;
	color: #DB9520;
}

a:hover {
	text-decoration: none;
                    border-bottom: 1px dotted #DB9520;
}

a:active {
	text-decoration: none;
                    border-bottom: 1px dotted #DB9520;
}

blockquote {
               margin:22px 40px;
               upadding:3px;
               color:#575757;
               padding: 0 50px;
}

blockquote p {
              	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
}

