BODY   {
background: White;
color: Black;
margin-left: 10px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
}

.required_form
{
color: #000000;
background: #FFE1B3;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.errors_form
{
color: #000000;
background: #FFAEFF;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

P   {
font-size:14px/16px;
margin-left: 5px;
margin-right: 5 px;
margin-top: 2px;
margin-bottom: 2px; 
}

P.tight
{
font: 11px Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
margin-top: 1px;
margin-bottom: 1px;
}

.p20px
{
font: 20px/24px Arial, Helvetica, sans-serif;
font-weight:normal;
}
.p18px
{
font: 18px/22px Arial, Helvetica, sans-serif;
font-weight:normal;
}
.p16px
{
font: 16px/19px Arial, Helvetica, sans-serif;
font-weight:normal;
}
.p14px
{
font: 14px/17px Arial, Helvetica, sans-serif;
font-weight:normal;
}
.p12px
{
font: 12px/14px Arial, Helvetica, sans-serif;
font-weight:normal;
}
.p10px
{
font: 10px/12px Arial, Helvetica, sans-serif;
font-weight:normal;
}

H1   {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
color: #800000;
margin-top: 10px;
margin-bottom: 10px;
}

H2   {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
margin-top: 10px;
margin-bottom: 10px;
}

H3   {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:16px;
}

H4   {
font-family: Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:14px;
margin-top: 3px;
margin-bottom: 8px; 
}

H5   {
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:10px;
}

/* ------------------------------- */

P.links   {
font: bold normal 11px
}

A:link {
color: Blue
}     /* unvisited link */

A:visited {
color: Black
}  /* visited link */

A:hover    {
color: Blue;
text-decoration:none;
}   /* mouse over link */

A:active {
color: Green
}   /* selected link */

/* ---  Link on Images  ---------------------------- */

A.links_image:link {
color: White
}     /* unvisited link */

A.links_image:visited {
color: White
}  /* visited link */

A.links_image:hover    {
color: Red;
}   /* mouse over link */

A.links_image:active {
	color: Red;
}   /* selected link */

/* ---  Link on Request Quote ---------------------------- */

A.links_request:link {
color: #CC0033;
}

A.links_image:visited {
color: #CC0033;
}

A.links_image:hover    {
color: #CC0033;
}

A.links_image:active {
	color: Green;
}

/* -- Archive Area ----------------------------- */

.mainbody {  
font-family: Arial, Helvetica, sans-serif; 
font-size: 1em; 
color: #000000;
}

/* ------------------------------- */
/*  Controlling the Unordered List - UL and LI */
UL {
font-size:14px/16px;
margin-left: 12px;
padding-left: 5px;
} 

LI   {
margin-bottom: 8px;
}

/*  Controlling the Ordered List - UL and LI */
OL {
font-size:14px/16px;
margin-left: 12px;
padding-left: 5px;
} 
/* ------------------------------- */

.tight {
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.form
{
}

/* Adding Borders to Tables  */

TD.borderleft {  
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 1px;
}

.borderbottom {  
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 1px; 
border-left-width: 0px;
}

.border_top_bottom {  
border-style: solid; 
border-color: Black;
border-top-width: 2px; 
border-right-width: 0px; 
border-bottom-width: 2px; 
border-left-width: 0px;
}

TABLE.picture {
  background: #FFFFFF;
  border-color: #000000;
  border-style: solid;
  border-width: 2px;
}

TABLE.frame_picture {
  background: #000000;
  border-color: #000000;
  border-style: solid;
  border-width: 8px;
}

TABLE.matte_picture {
  background: #FFFFFF;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 16px;
}

TABLE.drop_shadow_picture {
  background: #FFFFFF;
  border-color: #CCC0A7;
  border-style: solid;
  border-width: 2px;
}

TABLE.clearance_picture {
  border-style: solid;
  border-width: 0px;
}

TABLE.thumb {
  background: #FFFFFF;
  border-color: #CCC0A7;
  border-style: solid;
  border-width: 1px;
}

/* ------------------------------- */

/*
Notes:
- a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
- a:active MUST come after a:hover in the CSS definition in order to be effective!!
- Pseudo-class names are not case-sensitive.
- IE 4 and higher supports the anchor pseudo-class. NN 4.5 and Netscape 6 support the anchor pseudo-class only partially.

- font property: (weight, style, size/leading, font family) i.e. 
	font: medium italic 24pt/30pt Georgia, serif;
	Order must be correct
*/