	html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #9A9379;
	border-left: 12px solid #F5F1D2;
     }

a:link	  { color: #000000; text-decoration: underline}
a:visited { color: #000000; text-decoration: underline}
a:hover	  { color: #000000; text-decoration: underline}

img {
	border: none;
    }

/* Set the default font */
body, p, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.heading    {  font-family: Arial, Helvetica, sans-serif; font-size: 1.oem; font-weight: BOLD; color: #c2f200; letter-spacing: 1px}
.bodycopy   { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #000000}
.minicopy   { font-family: Arial, Helvetica, sans-serif; font-size: 70%; color: #000000}
.terms      { font-family: Times New Roman, Times, Serif; font-size: 80%; color: #000000}
.quantiy    { font-family: Verdana, Tahoma, sans-serif; font-size: 80%; color: #99CCFF}
.newrelease { font-family: Verdana, Tahoma, sans-serif; font-weight: BOLD; font-size: 80%; color: #CC0000}

.rowOdd     { background-color: #FFFFFF }
.rowEven    { background-color: #FFFFFF }

.portfolio  { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #000000}
.qty 	    { font-weight: BOLD; color: #F84962}

.SearchBox  { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; font-weight: normal; color: #000000; width:185px; height:18px; border-width: 1px; border-style: solid ; border-color: #757575; background-color: #FFFFFF}
.SearchBox2 { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; font-weight: normal; color: #000000; width:180px; height:18px; border-width: 1px; border-style: solid ; border-color: #757575; background-color: #FFFFFF; padding-left: 3px}

.results            { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #000000}
.results a:link	    { color: #F84962; text-decoration: none }
.results a:visited  { color: #F84962; text-decoration: none }
.results a:hover    { color: #F84962; text-decoration: underline }

.detail             { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #000000}
.licenses           { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #000000}
.licensesbold       { font-family: Verdana, Tahoma, sans-serif; font-weight: BOLD; font-size: 70%; color: #9A9379}

.news               { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #9A9379}
.news a:link	    { color: #9A9379; text-decoration: underline }
.news a:visited     { color: #9A9379; text-decoration: underline }
.news a:hover       { color: #9A9379; text-decoration: underline }

.paging    { font-family: Verdana, Tahoma, sans-serif; font-size: 70%; color: #000000}

#content td {
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: normal;
	font-size: 70%;
	border: 1px solid #9A9379;
	background-color: #FFFFFF;
	}

#content th {
	font-family: Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 70%;
	border: 1px solid #9A9379;
	background-color: #FFFFFF;
	}

#content th.noBorder {
	   border: none;
	  }

#content td.noBorder {
	   border: none;
	  }
	  
hr 	{		
	border: none;
	border-top: 1px solid #E1DAC0;
	background-color: #fff;
	height: 1px;	
	}
	
.newscopy   { font-family: Verdana, Tahoma, sans-serif; color: #000000}	
