
/*---------------------------------------------------------------------------
HTML
---------------------------------------------------------------------------*/
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font:normal normal normal 90%/125% Arial;
  color: #FFFFFF;
}
abbr, acronym{
	border-bottom:1px dotted #999999;
	cursor:help;
	font-style:normal;
	color:#999999;
}




/*---------------------------------------------------------------------------
Text
---------------------------------------------------------------------------*/

p                     { margin: 0px 0px 11px 0px; text-align:left; }
p.last                { margin-bottom:0; }
p img                 { float: left; margin: 0 18px 18px 0; padding:0; }
p img.top             { margin-top:0; } /* Use this if the image is at the top of the <p>. */

ul, ol                { margin: 10px 0 10px 30px; list-style-type:disc; }
li                    { line-height:18px; }
ol                    { list-style-type: decimal; }
dl                    { margin: 18px 0; }
dl dt                 { font-weight: bold; }

a,a:link{
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited{
	color:#CCCCCC;
	text-decoration:none;
}
a:hover, a:active{
	color:#eee809;
	text-decoration:underline;
}

.white{ color:#FFFFFF;}



blockquote  { margin: 12px; font-size: 1em; color: #666666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 18px; line-height:18px; background: #eee; padding:8px; border:1px solid #ddd; }
code        { font:0.9em Monaco, monospace; }


