/* ============================ */
/*		[S] HTML Standards		*/
/* ============================ */
body 	{ margin:0; font: 12px Verdana, Arial, Helvetica; color: #666; height:100%; background-color: #FFF;  }
p 	{ text-align: justify; margin: 5px 0px 15px 0px; }
b 	{ font-weight: bold }
li 	{ padding: 1px 1px 1px 0px; margin: 0px 0px 0px -15px }
strong 	{ font-weight: bold }
i { font-style: italic }
pre { font-family: monospace; }
img { border: 0px; border-style:none }
th, td, li, dd, dl, dt    {
	/* redundant selectors to help NS4 not forget */
	font-family: verdana, arial, helvetica; font-size: 12px;
	}
/* Link */
a:link			{ color: #222; font-style: none; text-decoration:none; font-weight: bold }
a:hover			{ color: #AAA; font-style: none; text-decoration:underline; font-weight: bold }
a:visited		{ color: #222; font-style: none; text-decoration:none; font-weight: bold }
a:visited:hover	{ color: #AAA; font-style: none; text-decoration:underline; font-weight: bold }

#content a:link				{ color: #222; font-style: none; text-decoration:none; font-weight: bold }
#content a:hover			{ color: #AAA; font-style: none; text-decoration:none; font-weight: bold }
#content a:visited			{ color: #222; font-style: none; text-decoration:none; font-weight: bold }
#content a:visited:hover	{ color: #AAA; font-style: none; text-decoration:none; font-weight: bold }

/* ============================ */
/*		[E] HTML Standards		*/
/* ============================ */


/* ============================ */
/*		[S] Headers, etc.		*/
/* ============================ */
.header10 	{ font-size: 10px; font-weight: bold }
.header14 	{ font-size: 14px; font-weight: bold }
.header16 	{ font-size: 16px; font-weight: bold }
.header18 	{ font-size: 18px; font-weight: bold }
.header20 	{ font-size: 20px; font-weight: bold }
.small 		{ font-size: 9px; }
.smallwhite { font-size: 9px; color: #FFFFFF; }
.nosp 		{ display: block }
.red 		{ color: #F00; }
.cyan 		{ color: #58C; }
.green 		{ color: #0B0; }
.orange 	{ color: #F60; }
.yellow 	{ color: #FF0; }
.white 		{ color: #FFFFFF; }
.black 		{ color: #000000; }
.smallblack { font-size: 9px; color: #000; }
.smallwhite { font-size: 9px; color: #FFF; }
.explanations {border: solid 1px #AAA; background: #FFE; padding: 5px; margin:10px}
.notebox {border: solid 1px #AAA; background: #f5f5f5; padding: 5px; margin:0px}
/* ============================ */
/*		[E] Headers, etc.		*/
/* ============================ */


/* ============================ */
/*		[S] Buttons, etc.		*/
/* ============================ */
.button 	{ font: bold 10px; color: #000; background-color: #AAA; }
.buttonsm 	{ font: bold 9px color: #000; background-color: #AAA; }
.buttonbad 	{ font: bold 10px; color: #FFF; background-color: #F00; }
.buttongo 	{ font: bold 10px; color: #FFF; background-color: #390; }
.textbox 	{ font: bold 10px; color: #000; background-color: #AAA }
.textboxsm 	{ font: bold 9px; color: #000; background-color: #AAA }
.selectbox 	{ font: bold 10px; color: #000; background-color: #AAA }
.selectboxsm 	{ font: bold 9px; color: #000; background-color: #AAA }
/* ============================ */
/*		[E] Buttons, etc.		*/
/* ============================ */

.dashline 	{border-bottom: 1px dashed #000; height: 1px; margin: -10px 0px 0px 0px; width: 100%}
.txthdr 	{font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; font-weight: bold; letter-spacing: 0px; font-size: 14px;}
.txthdrsm 	{font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif; font-weight: bold; letter-spacing: 0px; font-size: 12px;}
.whitehdr 	{color: #FFF; font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: bold; letter-spacing: 0px; font-size: 10px;}
.subnav 	{font-family: Helvetica, Tahoma, Verdana, sans-serif; font-weight: bold; letter-spacing: 2px; font-size: 10px;}
.subhdr 	{font-family: Times, Trebuchet, Tahoma, Verdana, sans-serif; font-weight: bold; letter-spacing: 3px; font-size: 12px;}
.subftr 	{font-family: Times, Trebuchet, Tahoma, Verdana, sans-serif; font-weight: bold; letter-spacing: 0px; font-size: 14px;}