/*  BODY   Y, TH, TOL, UL, DT, DD*/
	
	body { padding: 0px; margin: 0px;  }
	
	BODY, P, OL, UL, blockquote {
	font-size: small;
	font-family: verdana, arial, sans-serif;
	color: #333;
	background-color: white;
	}
	
	.dark {
	background-color:#3E445C;}

	.light {
	background-color:white;}
	
		.main {
	padding: 1em 1em 1em 1em;
	background-color:white;}
	
	.white {
	color: #FFFFFF;}

/*  HEADERS   */
	h1, h2, h3, h4, h5, h6 {
		font-family: verdana, arial, sans-serif;
		text-align: left;
		color: #005A9C;
		}
	h1 { font-size: 400%; font-weight: lighter; color: #F90; text-align: right; margin: 5px; }
	h2 { font-size: 125%}
	h3 { font-size: 120%}
	h4 { font-size: 115%}
	h5 { font-style: italic}
	h6 {font-variant: small-caps; }


/*
	background: #FAFAF0;
	background-position: top left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(http://www.98lite.net/graphics/background2.gif);
	}*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }

/* MONOSPACED */
	pre, tt, code {
	font-family: monospace
	} /* navigator 4 */


/* Links   */
	a:link { text-decoration: none }
	a:hover { color: #E60; text-decoration: underline}
	a:visited { text-decoration: none }
	a:visited:hover { text-decoration: underline }

/*   RED  */
	.red {
	color: #C00010;}
	
/* LARGE RED */
	.lgred {
	font-size : 120%;
	font-family: verdana, arial, sans-serif;
	color: #C00010;
}
	
/*   BLUE  */
	.blue {
	color: #005A9C;}
 
   .headlines {
   	font-size : x-small;
	font-weight : bold;
	color: black;
   background-color: #669;
   }
   
	.headlines a {
	color: white;
	background-color: #669;
   
   }
   
 
/*  LARGE BLUE  */
	.lgblue {
	font-family: verdana, arial, sans-serif;
	font-size : 120%;
	font-weight: bold;
	color: #6633A0;}

/*   GREEN  */
	.green {
	color: #008000;}
	
/* LARGE GREEN  */
	.lggreen {
	font-family: verdana, arial, sans-serif;
	color: #008000;
	font-size : 120%;
	}
	 
/*  NAV BAR   */
	.navbar {
	font-family: arial, verdana, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	color: white;
    background-color: #E70;
    }

	.navbar a {
	color: white;
    background-color: #E70;
    }
    
    .navbar a:hover {
	color: #D60;
	background-color: #FFF;
	text-decoration: none;
	}


	
	/*  SIDE_MENU   */
	.sidemenu {
	font-family: verdana, arial, helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-weight: bold;
	font-size: small;
	}
	.sidemenu a {
	display: block;
	padding: 0.2em 1em 0.2em 1em;
	color: white;
	background-color: transparent;}
	
	.sidemenu a:hover {
	color: #F60;
	background-color: #EEE;
	text-decoration: none;
	}

/*  Input Box */
	INPUT {
	font-family: monospace;
	font-size: small
	}


/*  SMALL TEXT   */
	.small  {
	font-size: xx-small;
	font-family: verdana, arial, sans-serif;
	font-variant: normal;
	font-style: normal;
	}

/*  LARGE TEXT   */
	.large  {
	font-size: medium;
	font-family: verdana, arial, sans-serif;
	font-variant: normal;
	font-style: normal;
	}   
	

/*  TH   */
	.tablehead, TH {
	font-family: verdana, arial, sans-serif;
	font-variant: normal;
	font-style: normal;
	font-size: small;
	font-weight: bold;

}

	
	/* FOOTER  */
	.footer {
	padding: 1em 0em 1em 0em;
	font-size: xx-small;
	font-family: verdana, arial, sans-serif;
	font-variant: normal;
	font-style: normal;
	color: #99C;
	background-color: #3E445C; 
	}
	
	.footer a{
	color: #CCF;
	background-color: #3E445C;
	}
	
.yellowbox { 
	white-space: nowrap;
	font-family: verdana, arial, sans-serif;
	color: black;
	background-color: #E70;
	}

.yellowbox a {
	color: #FFF;
	background: transparent;
	display: block;
	padding: 0em 1em 0em 1em;
	}

.yellowbox a:hover {
	color: #F60;
	background-color: #FFF;
	text-decoration: none;
	}
	
.sidebar a {
	color: #FFF;
	font-weight: bold ;
	background-color: transparent;
	display: block;
	padding: 0em 1em 0em 1em;
}
	
