
* { margin: 0px; padding: 0px; border: 0px; }

body 
{
    font-size: 11px;
	  font-family: Verdana, Helvetica, sans-serif;
    color: #6F6F6F;
    background: #fff;
    line-height:14px;
}

h1 { font-size: 18px; color: #6F6F6F;padding-bottom: 10px;}
h2 { font-size: 14px; color: #366C00;}
h3 { font-size: 16px; color: #6F6F6F;padding-bottom: 10px;}
h4 { font-size: 11px; color: #6F6F6F;}

h1,h2,h3 { margin: 0px; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
strong {font-weight: bold;}

abbr,acronym { border-bottom:1px dotted #000; cursor: help; } 

em { font-style:italic;}

blockquote,ul,ol,dl { /*margin:1em;*/ }

ol,ul,dl { margin-left:2em; }

ol li {}

ul li {}

dl dd { margin-left:1em; }

th,td { border: none; padding: 0.3em 0.3em 0.3em 0em;}

th { font-weight:bold; text-align:center; }

caption { margin-bottom:0.5em; text-align:center; }

fieldset { margin-bottom:1em; }
p {color: #6F6F6F;}


a { text-decoration: none; color: #6F6F6F; }
a:hover { text-decoration: underline; color: #191919; }

a.more {background: url(../images/left_arrow.jpg) no-repeat right top; padding: 0px 30px 0px 0px;}

.wide { width: 1031px; margin: 0px auto; }
.half { width: 50%; }

.hide { display: none; }
.block { display: block; }
.inline { display: inline; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.center { margin: 0px auto; }

.hand { cursor: pointer; }

.txtjust { text-align: justify; }
.txtleft { text-align: left; }
.txtright { text-align: right; }
.txtcenter { text-align: center; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }


