/*Begin documentation
*Reflections Jewelry Website                         10.26.06
*Author: nhamm                                       style.css
*
*Contains the CSS code for the site.
*
*End documentation-
*/

a 
{
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #8A1997;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
}
a:hover 
{
	text-decoration: underline;
}
a:active 
{
	text-decoration: none;
}
body 
{
	background-color:#E4B9F7;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	text-align:left;
}
.header
{
	color: #FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}
.headerDark
{
	color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}

.imageBorder
{
	border:thick solid #601169;
	margin:5px;
}
.tableStyle1
{
	border:thin solid #601169;
}
.tdBorder
{
	border-color:#601169;
	border-left-style:solid;
	border-left-width:thin;
}
.linksTbl
{
	color: #6c1e78;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.linksTbl a 
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.linksTbl a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
.linksTbl a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}
.linksTbl a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}
#active
{
	text-decoration: underline;
}