/*MEM_STYLE.CSS */

/* Basics */

body { 
	background-color: #ffffff ; 
	color: #000000 ;
	font-family: Arial, Helvetica, sans-serif;
	}
P	{ 
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica ,sans-serif ;
	}
a:link, a:visited	{ 
	color: #cc0000 ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif;
	}
a:hover, a:active {
	color: #ff0033 ;
	font-weight: bold ;
    font-family: Arial, Helvetica ,sans-serif ;
    text-decoration: none ;
	}
					

/* Headings */
 
.Arial14	{ font-size: 14pt ;
 				font-weight: bold ;
				font-family: Arial, Helvetica, sans-serif }
.Arial18	{ font-size: 18pt ;
 				font-weight: bold ;
				font-family: Arial, Helvetica, sans-serif }
.Arial24	{ font-size: 24pt ;
 				font-weight: bold ;
				font-family: Arial, Helvetica, sans-serif }
.Impact14	{ font-size: 14pt ;
 				font-weight: normal ;
				font-family: Impact, Arial, Helvetica, sans-serif }
.Impact24	{ font-size: 24pt ;
 				font-weight: normal ;
				font-family: Impact, Arial, Helvetica, sans-serif }
.Verdana14	{ font-size: 14pt ;
 				font-weight: bold ;
				font-family: Verdana, Arial, Helvetica, sans-serif }
.Verdana18	{ font-size: 18pt ;
 				font-weight: bold ;
				font-family: Verdana, Arial, Helvetica, sans-serif }
.Verdana24	{ font-size: 24pt ;
 				font-weight: bold ;
				font-family: Verdana, Arial, Helvetica, sans-serif }

.tophead {
	color: #ffcc66 ; /* Gold */
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-weight: bold ;
	font-size: 24pt ;
	text-align: center }
.menu {
	text-align: right ;
	vertical-align: middle ;
	text-decoration: none ;
	font-family: Arial, Helvetica, sans-serif }
.name { 
	font-size: 14pt ;
	color: #006699 ;  /* dark blue */
	font-weight:bold ;
	font-family: Arial, Helvetica, sans-serif }
.biggreen {
	font-size: 12pt ;
	color: #339966 ;  /* green */
	font-family: Arial, Helvetica, sans-serif }

/* Colors */
	
.peach { color: #cc6666 }
.green { color: #339966 }
.fuschia { color: #cc3366 }
.coral { color: #ff6666 }
.teal { color: #66cccc }
.softblue { color: #3399cc }
.darkblue { color: #006699 }
.gold {	color: #ffcc33 }
.purple { color: #993399 }
.brown { color: #993300 }	
.black { color:#000000 }

/* Tags */

.footer {
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif }
.bold { font-weight: bold }
.bolditalic { font-weight:bold; font-style:italic }
.alignright { text-align:right }
.righttag { 
	text-align:right; 
	font-size: x-small }


