@charset "utf-8";

/* Reset styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*====== Style definitions =========*/


h1
{
	font: normal normal bold 24px Verdana;
	color: Black;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h2
{
	font: normal normal bold 20px/22px Verdana;
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h3
{
	font: normal normal bold 18px/22px Verdana;
	color: black;
	margin-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

h4
{
	font: normal normal bold 14px/20px Verdana;
	color: black;
	margin-top: 10px;
	margin-bottom: 10px;
}

body
{
	background-color: white;
}

div.Content
{
  overflow: visible;
	top: 0px;
	left: 0px;
	font: normal normal normal 14px/16px Verdana;
	right: 20px;
	color: black;
	height: auto;
  z-index: 0;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
  position: relative;
}

div.Secondary_content
{
	font: normal normal normal 12px/14px Verdana;
	color: black;
	height: auto;
  z-index: 0;
}

div.Code
{
	font: normal normal normal 12px/14px Courier;
	color: black;
	background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: grey;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	white-space: pre;
}

div.TopPanel
{
  top: 0px;
	left: 0px;
	height: auto;
  z-index: 5;
	position: relative;
}

img.embedded
{
	position: relative;
  float: left;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
	}

img.TopLogo
{
	width: 263px;
	height: 50px;
  z-index: 20;
	position: relative;
}

img.TopImg
{
  display: none;
}

div.LeftPanel
{
  display: none;
}

div.LeftPanel img 
{
  display: none;
}

div.LeftPanel a:hover img 
{
  display: none;
}

p.FramedSt
{
 font-family: Arial; 
 padding-left: 20px; 
 padding-top: 20px; 
 padding-bottom: 20px; 
 background-color: white;
 font-weight: normal;
 color: grey;
}

div.Footer
{
  display: none;
}

p.FooterText
{

}

div.Footer a:link
{

}

div.Footer a:visited
{

}
ul
{
  list-style-type: disc;
  padding-left: 25px;
  padding-top: 10px;
  margin: 0px;
}

li
{
  padding-left: 5px;
}


