/* CSS Document */

p, thead, tfoot, dl, ol, ul, blockquote, body, textarea, html {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10pt; 
}

table {
	font-size:10pt;
}

p.headline   { font-size:12pt; font-weight:bold; color:#121212; }
p.subhead    { font-size:10pt; font-weight:bold; color:#121212; }
p.footnote	 { font-size:8pt; color:#121212; }

span.headline{ font-size:12pt; font-weight:bold; color:#121212; }
span.subhead { font-size:10pt; font-weight:bold; color:#121212; }
span.footnote{ font-size:8pt; color:#121212; }
span.footnotemain{ font-size:8pt; color:#121212; }
span.caption { font-size:8pt; font-weight:bold; color:#121212; }
span.alert   { font-weight:bold; color:red; background-color:yellow; text-align:center }

td.footnotemain{ font-size:8pt; color:#121212; background-color:#CCA972; }

td.B 		{ font-weight:bold }
td.C		{ text-align:center }
td.U		{ text-decoration:underline }
td.alert    { font-weight:bold; color:red; background-color:yellow; text-align:center }


a			{ color:#006699; text-decoration:none; outline:0; outline-style:none; outline-width:0; } /* remove dotted borders */
/*
To change the link colors, change the above,  "color:", and the two below "color:"
*/
a:hover   { color:#006699; text-decoration:none; text-decoration:underline; }
a:active  { color:#006699; text-decoration:none }
a.B		  { font-weight:bold; }
a.noLink  { text-decoration:none }

/*
a 		  { color:blue; text-decoration:underline }
a:link    { color:blue; text-decoration:underline }
a:visited { color:blue; text-decoration:underline }
a:active  { color:blue; text-decoration:underline }
a:hover   { color:#007500; text-decoration:underline }
*/

form {
	margin : 0px 0px 0px 0px;
}

img {
	border:0;
}

html, body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 100%;
	pading: 0;
}

body { background-color: #FFFFEE; }
body.white { background-color: #FFFFFF; }


