body {
	font-size:16px;
	color:#000000;
	background:#ffffff;
	margin:0px;
	overflow:auto;
}

body,h1,h2,h3,h4,table,td,th,input {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 12px;
	line-height: 20px;
	
}

p,ul,ol,textarea {
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size:14px;
  line-height: 24px;
}

ul,ol {
	font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size:11px;
  line-height: 20px;
}

p.example {
	color: #333399;
	font-size: 16px;
	font-weight: bold;
}

p.date {
	color: #808080;
	font-size: 15px;	
}

/* * * * * * * * * * * * * * *
*                            *
*           LINKS            *
*                            *
* * * * * * * * * * * * * * **/

a:link, a.nav:link {
	color: #0066cc;
}
a.nav:link {
	color: #0066cc;
	text-decoration:none;
}
a.header:link {
  color: #fa3355;
  text-decoration:none;
}

a:visited, a.nav:visited {
	color: #743399;
}
a.header:visited {
	color: #da3322;
	text-decoration:none;
}

a:active, a:hover {
	color: #ff4b33;
}
a.nav:active, a.nav:hover {
		color: #ff4b33;
	text-decoration:none;
}

h1 {
	font-size: 230%;
	font-weight: 500;
}

h2 {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

h3 {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

h4 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}

table.main {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #000000;
	width: 800px;
	margin: 20px 0px 0px 20px;
	background-color: #ffffff;
	border-collapse: collapse;
}

table.main td.header {
	text-align: left;
	height: 100px;
	padding: 0px 0px 0px 24px;
}

table.main td.left {
	border-width: 0px;
	width: 125px;
	height: 100%;
	vertical-align:top;
}
table.main td.right {
	border-width: 0px;
	width: 675px;
	vertical-align: top;
}

table.nav {
	padding: 0px;
	border-width: 0px;
	border-spacing: 0px;
	margin: 23px 10px 10px 10px;
	border-collapse: collapse;
}

table.nav th, table.nav td {;
	border-width: medium;
	padding: 2px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #ffffff;
	font-size: 14px;
}

table.code {
	padding: 2px;
	border-style: dotted;
	border-width: thin;
	border-color: rgb(20,20,240);
	background-color: rgb(230,230,230);
}

table.content {
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border-width: 10px;
}

table.content th, table.content td {
	border-width: medium;
	padding: 0px 20px 20px 20px;
	border-style: solid;
	border-color: #ffffff;
	background-color: #ffffff;
}


table.mult {
	border-width: medium;
	border-spacing: 2px;
	border-style: dashed;
	border-color: rgb(110, 110, 235);
	background-color: rgb(230, 230, 255);
	border-collapse: collapse;
}

table.mult th, table.mult td {
	width: 20px;
	text-align: center;
	color: rgb(0,0,200);
	border-width: thin;
	padding: 7px;
	border-style: dotted;
	border-color: rgb(120, 120, 215);
	background-color: #ddeeff;
}

div.img {
  margin:10px 10px 10px 0px;
  border: none;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
}
  
div.img img {
  display:inline;
}

