/* CSS Document */

<style type="text/css">

body {
	background-color: #F3F6D7;
}
.body {	background-color: #F3F6D7;
}
/* link writing connectedt to linkbackground */
.style1 {font-size: large; color: #FFFFFF; font-family: Papyrus;} 
/* small writing for most headers and items dealing w/ medbackground */
.style2 {font-size: medium; color: #000000; font-family: sans-serif;}
/* large product name  */
.style3 {font-size: 30px; color: #97ca4a; font-family: Papyrus; font-weight: bold;}
/* small print for extra info */
.style4 {font-size: 14px; color: #777D37; font-family: Papyrus;}
/* writing for menu w/ headline background */
.style5 {font-size: large; color: #FFFFFF; font-family: Papyrus; font-weight: bold;}
/* submit buttons */
.style6 {font-size: large; color: #422819; font-family: Papyrus;}
/* client login txt */
.style7 {font-size: large; color: #FFFFFF; font-family: Papyrus;} 
/* rep login txt */
.style8 {font-size: large; color: #FFFFFF; font-family: Papyrus;} 
/* rep princile login txt */
.style9 {font-size: large; color: #FFFFFF; font-family: Papyrus;} 
/* sustainable furnishings council writing */
.style10 {font-size: 14px; color: #97ca4a; font-family: Papyrus;} 
/*office and warehouse fonts */
.business1 {font-size: large; color: #000000; font-family: sans-serif;} 
/*office and warehouse font bold */
.business2 {font-size: large; color: #000000; font-weight: bold; font-family: sans-serif;} 
/* business header font */
.header1 {font-size: medium; color: #777D37; font-family: Papyrus;}
/*print text size */
.print {font-size: 25px; color: #000000; font-family: Papyrus;} 

/*clyde printing*/
.print2 {font-size: 25px; color: #000000; font-family: georgia;} 

.printheader {font-size: 14px; color: #000000; font-family: Papyrus;} 

.linkbackground { background: #777D37; }
.medbackground { background: #E6EABB; }
.officecell { background: #E6EABB; border: 2; cellspacing: 0; bordercolor: #F3F6D7; font-family: sans-serif;}
.officewrite { background: #D7DAB5; border: 2; cellspacing: 0; bordercolor: #F3F6D7; font-family: sans-serif; }
.menubackground { background: #C89017}
.headline { background: #777D37}
.clientlogin { background: #777D37; }
.replogin { background: #9d7013; }
.repprinciplelogin { background: #2b002b; }
/* link detail */
a:link {text-decoration:none; color: #422819; font-family: sans-serif;}
a:visited {text-decoration:none; color: #422819; font-family: sans-serif;}
a:hover {text-decoration: underline; font-weight: bold;	color: #422819; font-family: sans-serif;}
a:active {text-decoration: none; color: #422819; font-family: sans-serif;}


</style>
