body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #757576;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0px;
	word-spacing: 1px;
	line-height: 20px;
	background-image: url(/graphics/bg.jpg);
	background-repeat:repeat-x;
	background-color: #0a0b0a;
}

h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;
margin-top: 0px;
padding-top: 0px;
}

h1 {
	color: #384048;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
}
	
h2 {
	color: #384048;
	font-size: 14px;
	text-transform: uppercase;
}

h3 {
	color: #384048;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

h4{
	font-size: 11px;
	margin: 10px;
	font-weight: normal;
	letter-spacing: 1.5px;
	color: #757576;
	line-height: 14px;
}

.gray{
	color: #9ea8b3;
	line-height: 20px;
}

#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 160px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
background-color:#FF9900;
font-size: 90%; 
padding: 3px 0 5px 3px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:159px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 11px;
display: block;
letter-spacing: 1.5px;
text-transform: uppercase;
border-bottom: 1px dashed #384048;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:160px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

#content{
margin-left: 24px;
margin-right: 48px;
}

a:link, a:visited {
	color: #384048;
	text-decoration: none;
	border-bottom:1px solid;
}    

a:hover {
	color: #384048;
	text-decoration: none;
	border-bottom: 0px;
}

a.copylink:link, a.copylink:visited {
	letter-spacing: 1px;
	color: #757576;
	font-size: 12px;
	border-bottom:1px solid;
}

a.copylink:hover {
	color: #757576;
	letter-spacing: 1px;
	font-size: 12px;
	border-bottom:0px;
}
a.imglink:link, a.imglink:visited {
	border-bottom: 0px;
}

a.imglink:hover {
	border-bottom: 0px;
}

.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
}
