/* Main Stuff */
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
/* END CSS FIX */

body{
    padding: 20px;
	font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    color: #333;
    line-height: 13pt;
}

img a {
	border: 0; 
}

a {
	color: #88AA00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

b {
	color: #88AA00;
	font-weight: normal;
}

strong {
  color: #333;
  font-weight: bold;
}

/* H1, h2, h3 */

h2,h3 {
	color: #84C5C6;
	font-weight: normal;
}

h1 {
	color:  #46B4C1;
	font-size: 300%;
	color: #999;
	font-weight: 700;
}

h1 a {
	color:  #46B4C1;
}

h2 {
	font-size:160%;
	margin: 5px 0 16px;
	padding-top: 5px;
}

h3 {
	font-size:150%;
	margin: 5px 0 16px;
}

p {
	padding-bottom: 10px;
}

/* Wrapper */

#wrapper {
	width: 550px;
	margin: 15px auto;
}

/* Text Inside Menu */
#datacontent ul {
	list-style: none;
	display: block;
	padding: 0 0 10px 0;
	height: 20px;
	border-bottom: 1px solid #EEE;
	vertical-align: middle;
}

/* Text as Link, padding - how far they are from each other */
#datacontent li {
	float: left;
	list-style: none;
	padding-right: 20px;
	font-size: 14pt;
}

#datacontent li a {
	color: #999;
}

/* Hover links */
#datacontent li a:hover {
	color: #88AA00;
}

#datacontent {
	margin-top: 20px;
}

#datacontent .panel {
	border-bottom: 1px solid #eee;
}

/* Input Stuff */

#small {
	font-size: 9pt;
	color: #999999;
}

#small a{
	color: #999999;
}

/* Tooltip */

#tooltip{
	position:absolute;
	border:1px solid #999999;
	background:#f7f7f7;
	padding:2px 5px;
	color:#999999;
	display:none;
}
