body,tr {
	margin: 0;
	padding: 0;
	font:normal 12px/16px Trebuchet MS, Geneva, Verdana, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-size:12px;
	color: #636f78;
	background-color: #fff;
	}

a {
	text-decoration: underline;
	color: #0066cc;
	}

a:link {
	text-decoration:underline;
   color: #0066cc;
   }

a:visited {
	text-decoration:underline;
   color: #0066cc;
   }

a:active {
	color:#0066cc;
	text-decoration:underline;
	}

a:hover {
	color:#F90;
	text-decoration:underline;
	}

a.nav {
	color: #73BE1E;
	font-size: 14px;
	font-weight:bold;
	}

a.nav:link {
	text-decoration:none;
	}

a.nav:visited {
	text-decoration:none;
	}

a.nav:active {
	color:#F90;
	text-decoration:none;
	}

a.nav:hover {
	color:#F90;
	text-decoration:none;
	}


/*Typography*/
h1 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 0px;
	color: #323a40;
	}

h2 {
	font-size: 20px;
	margin: 10px 0 10px 0;
	font-weight: normal;
	color: #323a40;
	}

h3 {
	font-size: 16px;
	margin: 8px 0 8px 0;
	font-weight: normal;
	color: #323a40;
	}

h4 {
	font-size: 14px;
	margin: 7px 0 7px 0;
	font-weight: normal;
	color: #323a40;
	}

h5 {
	font-size: 12px;
	margin: 6px 0 6px 0;
	font-weight: bold;
	color: #323a40;
	}

h6 {
	font-size: 10px;
	margin: 5px 0 5px 0;
	font-weight: bold;
	color: #323a40;
	}

img
{
	border: 0;
}

img.context-help
{
	margin-left:3px;
}
ul, li {
	list-style-type:disk;
	padding:0;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	}
p {
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 14px 0;
	}

p.fine {
	font-size: 10px;
	line-height: 14px;
	margin: 10px 0;
	}

p.larger {
	font-size: 14px;
	line-height: 18px;
	margin: 14px 0;
	}

li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 12px;
	}
strong, b {
	font-weight: bold;
	}

.black
{
	color:#000000;
}

.highlight
{
	background-color:#ffffcc;
}

.fine {
	font-size: 10px;
	line-height: 14px;
	margin: 14px 0;
	}

#footer
  {
  	border-top:1px solid #ccc;
  	padding: 20px 0 20px 0;
  	clear:both;
  	font-size: 10px;
	width:100%;
	margin:10px auto;
/*	background:#fff url(../images/powered.gif) no-repeat bottom right;*/
  }

.error-text-font
{
    color: #ff0000
}

.firefox-align-center
{
    text-align: -moz-center;
}
