﻿* { color:#666; margin: 0; padding: 0;
    font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', 'sans-serif';
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 16px;

    text-align: left;
    text-decoration: none;
    text-indent: 0px;
    text-transform: none;
}

body { text-align: center; background: transparent url(Images/circuitboard4.gif) repeat scroll top left; margin: 0pt; padding-bottom: 20px;}

a { font-weight: bold; text-decoration: none; color: #007;}
a:hover {color: red;}
a.p { font: 12px normal; color: #555; line-height: 17px; padding-bottom: 17px; }


span {
	
	cursor: hand; cursor: pointer; color:green
}
span:hover {
	color: red;
}

img { border: none;}

div { overflow: visible; }
div.body_content {
	background: #fff;
	margin: 10px;
	overflow: hidden; position: relative;
	text-align: left; width: 700px;
	border: 1px solid #f5f3f3;
}

div.frame {
	display: inline;
	width: 0; height: 0;
	float: left; 
/*	margin: auto;*/
/*	margin: 0 15px 0 0; */
	background: #99A;
	border: 1px solid #FFF;
}

html>body div.frame {
	width: auto; height: auto;
}

div.frame div {
	position: relative;
	top: 1px; left: 1px;
	border: 1px solid #FFF;
}

html>body div.frame div {
	position: relative;
	top: -2px; left: -2px;
	border: 1px solid #CCC;
}

div.frame div img {
	border: 2px solid #FFF;
}

table { margin-left: 0px; width: 750px; height: 30px;}
td { font: Bold 14px Arial; text-align: center; }
td a {  font: Bold 14px Arial; color: #999; }

table.simple { margin: 15px; width: 100%; height: auto; }
table.simple td { width: 0%; }

table.columns { margin: 0 20px 0 0; width: 100%; height: auto; }
table.columns td { width: 50%; vertical-align: top; padding-right: 20px; }

h1 { color: #043; font: Bold 20px Arial; line-height: 15px; padding: 8px 0 8px 0;
	padding-left: .5em; text-indent: -.5em;}
h1 a { color: #007; font: Bold 20px Arial; line-height: 15px;}

h2 { color: #043; font: Bold 13px Arial; line-height: 15px; padding: 8px 0 8px 0; }
h3 { color: #043; font: bold 12px Arial; padding-top: 17px; line-height: 17px; }
h4 { color: #043; font: bold 12px Arial; line-height: 17px; }


p { color: #555; line-height: 17px; padding-bottom: 17px;}
p.small { margin: 0; font-size: 10px; line-height: 12px; padding-right: 10px; }
p.large { margin: 0; font: bold 13px Arial; line-height: 15px; }

ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	list-style-position: inside;
	list-style-type: disc
}

li {
	padding-left: 2.5em;
	text-indent: -1.5em;
	font: bold 12px Arial;
}

li.med {
		padding: 1.5em;
		text-indent: -1.5em;
		font: 10px Arial;
}
ul.larger {
	padding-bottom: 17px;
}
ul.larger li {
	font: bold 13px Arial;
	padding-left: 40px;
	line-height: 17px;
}

@page {
	margin: 1cm;
}

@media screen {
	.printme { display:none; }
	.dontprintme { display: inline; }
}

@media print {
    p { padding-bottom: 0px; }
    .printme { display:inline; }
    .dontprintme { display: none; }
    .nav { display: none; }
    body { background-image:none; background-color:white; }
}
