/* 
    Document   : style
    Created on : Jul 6, 2009, 11:04:22 AM
    Author     : criswell
    Description:
        Print format style sheet.
*/

body {
    font-size: 10pt;
    font-family: Verdana, Arial, Tahoma, 'Lucida Sans';
}

div {
	margin: 0px;
	padding: 0px;
}

img {
	margin: 0px;
	padding: 0px;
}

h2 {
    color: #AF6723;
    font-family: 'Times New Roman';
    font-size: 14pt;
    font-weight: bold;
	margin-top: 20px;
    margin-bottom: 5px;
    text-decoration: underline;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}

.special {
    font-family: 'Times New Roman';
    font-size: 11pt;
    font-style: italic;
}

.note {
	padding-top: 10px;
	padding-right: 20px;
	font-family: 'Times New Roman';
	font-size: 9pt;
	font-style: italic;
	float: right;
}

.page {
	width: 680px;
	text-align: center;
}

div .banner {
	width: 680px;
	height: 125px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img .banner {
	width: 676px;
	height: 121px;
	border: 2px solid #E6A362;
}

.links {
    display: none;
}

.header-1, .header-2, .header-3 {
    display: none;
}

.main {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	width: auto;
}

.content {
	margin: 0px;
	padding: 0px;
}

.buttons, .email {
	display: none;
}

.footer {
	display: none;
}

.left {
    float: left;
    margin-right: 20px;
}

.right {
    float: right;
    margin-left: 20px;
}

