﻿.style2
{
    text-align: center;
}
body 
{
    font-family: Verdana,Arial;
    /*color:#381704;*/
    font-size:12px;
    font-weight:normal;
    line-height:150%;
    padding:0px; 

}
a
{
    text-decoration: none;
    color: #003399;
}
h1
{
    /*
    font-family:Georgia,serif;
    font-size:22px;
    color:#4E443C;
    font-variant: small-caps; 
    text-transform: none; 
    font-weight: 100; 
    margin-top: 5px;
    */
    margin: 0 0 10px 0;
	padding: 0;
	color: #435e7b;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 180%;
	letter-spacing: -.5px;
}
h3
{
    /*
    font-family: Arial;
    color:#555555;
    */
    /*
    font-family: Gill Sans, Verdana;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    */
    margin: 15px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #245e8c;
}
h4
{
    margin: -10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #245e8c;
}

hr 
{
    color: #7ba8bf;
}

div#commentForm
{
  margin: 0px 20px 0px 0px;
  display: none;
}

.indent
{
    padding-left: 30px
}
.indent10
{
    padding-left: 10px
}

.producttitle {
	margin: 0 0 10px 0;
	padding: 0;
	color: #435e7b;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 120%;
	letter-spacing: -.5px;
}

.capitalize 
{
    text-transform: capitalize;
}

.lowercase 
{
    text-transform: lowercase;
}