/* CSS Document */

#salesPageTable {
	width: 90%;
       margin: 20px 0px 0px 20px;
	border-top: #ffea01 1px solid;
	border-left: #ffea01 1px solid;
	border-right: #ffea01 1px solid;
	border-bottom: #ffea01 1px solid;
	background-color: #006600;
	text-align: center;
       cellpadding: 0;
       cellspacing: 0;
}

#headerLinkTable {
	width: 100%;
	border-left: #ffea01 1px solid;
	border-right: #ffea01 1px solid;
	text-align: center;
       cellspacing: 0;
       cellpaddding: 0;
	background-color: #ffea01;
}

.headerLinkTD {
	text-align: center;
	padding: 3px;
}

.headerLink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
}

.headerLink:hover {
	text-decoration: underline;
	color: #0000FF;
}

.headerLinkSeparator {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

#pageTable {
	width: 90%;
}

#contentTable {
  width: 98%;
  cellpadding: 25px;
}

#columnone {
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-family: "Lucida Calligraphy", "Harlow Solid Italics", cursive;
  font-size: 14px;
  font-weight: bold;
  color: #99cc00;  
}  

.contenttd {vertical-align: top;
            padding: 20px 0px 0px 0px;}

.indenttd {vertical-align: top;
           text-align: left;
           padding: 20px 5px 0px 25px;}

.leftSidePage {
	width: 25%;
       padding: 10px;
	vertical-align: center;
	border: #ffea01 1px solid;
}

.rightSidePage {
	width: 75%;
       text-align: center;
	vertical-align: top;
       padding: 20px;       
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: #FFEA01 1px solid;
}

.picturecell {
    	width: 50%;
	text-align: center;
       vertical-align: center;
  	padding: 20px;
	border: #ffea01 1px solid;
}

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       bgcolor="#006600";
}

h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	margin: 15px 0px 3px 20px;
}

h3.label {
    float:right;
    background-color:#ffea01;
    color: #006600;
   }


h4 {
	font-family: "Lucida Calligraphy", "Harlow Solid Italics", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #99cc00;  
}


h5 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #99cc00;
	margin: 15px 0px 3px 0px;
}


h6 {
	font-family: "Lucida Calligraphy", "Harlow Solid Italics", cursive;
	font-size: 14px;
	font-weight: bold;
	color: #99cc00;  
}

p {	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
       margin-top: 0px;
	font-size: 12px;
	text-indent: 0px;
	color: #FFEA01;
}

.headerfont {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
}
   
.congratulations {
	font-size: 16px;
	font-weight: bold;
	color: white;  
}

.congratulationsSub {
    font-size: 12px;
    color: white;
}

.pageRule {
	margin: 0px 0px 0px 0px;
	color: #FFEA01;
	height: 1px;
}


.footerTD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;       
       line-height: 20px;
       text-align: center;
	padding: 4px;
	background-color: #FFEA01;
	border-top: #000000 1px solid;
}

