/* Jewelry CSS File */

/* Define body background color and font */

body
{
 font-family: tahoma,sans serif;
 font-size: 88%;   /* 14 px when base size is 16 px */
 color: #000000;
 background-color: #CCCCCC;
 margin: 0px;
}

/* Define generic link and visited colors */

a:link
{ color: #006594;
}

a:visited
{ color: #FF6600;
}

/* Define the page table format */

table.main
{
 width: 800px;
 border-collapse: collapse;
 border-spacing: 0px 0px;
 border: none;
}

/* Define the order form table format */

table.order
{
 width: 590px;
 border-spacing: 0px 0px;
 border-style: solid;
 border-color: black;
 border-width: 2px;
}

/* Define the item section of the order form table format */

table.item
{
 width: 590px;
 border-spacing: 0px 0px;
 border-style: solid;
 border-color: black;
 border-width: 1px;
}

/* Create a class of link called 'navbar' */

a.navbar
{
 float: left;
 width: 110px; 
 padding: 8px;
 font-family: arial,helvetica,haettenschweiler,serif;
 font-size: 1em;
 background-color: #CCCCCC;
 text-decoration: none;
 text-align: center;
}
a.navbar:link
{
 color: #006594;
}
a.navbar:visited
{
 color: #FF6600;
}
a.navbar:hover
{
 color: white;
 background-color: #C0C0C0;
}
a.navbar:active
{
 color: #006594;
}

/* Create a class of link for the links page */

a.infolinks
{
 float: left;
 width: 105px;
 padding: 8px;
 font-family: arial,helvetica;
 font-size: 1em;
 text-align: left;
 background-color: #CCCCCC;
}
a.infolinks:link
{
 color: #000000;
}
a.infolinks:visited
{
 color: #FF6600;
}
a.infolinks:hover
{
 color: #FFFFFF;
 background-color: #C0C0C0;
}
a.infolinks:active
{
 color: #FF6600;
}

/* Create a class of link for the faqs page */

a.faq
{
 font-family: tahoma,arial,helvetica;
 font-size: 1em;
 background-color: #CCCCCC;
}
a.faq:link
{
 color: #000000;
}
a.faq:visited
{
 color: #003366;
}
a.faq:hover
{
 color: #FFFFFF;
 background-color: #C0C0C0;
}
a.faq:active
{
 color: #FF6600;
}

/* Create a class for title */
h1.title
{color: black;
 text-align: center;
 font-family: myriad web pro,arial;
 font-size: 2.5em;
}

h2.title
{color: black;
 text-align: center;
 font-family: tahoma,arial;
 font-size: 1.67em;
}

/* Create a class for paragraph styles */

p.small
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: .83em;
 text-align: left;
}
p.smallcent
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: .83em;
 text-align: center;
}
p.reg
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: 1em;
 text-align: left;
}
p.regcent
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: 1em;
 text-align: center;
}
p.med
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: 1.16em;
 text-align: left;
}
p.medcent
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: 1.16em;
 text-align: center;
}
p.large
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: 1.3em;
 text-align: left;
}
p.largecent
{color: black;
 font-family: tahoma,arial,helvitica;
 font-size: 1.3em;
 text-align: center;
}
