/*
http://jigsaw.w3.org/css-validator/validator?uri=http://www.macwaves.org/style.css
*/

body {
	padding : 0em;
	color : #000000;
	background-color : #ffffff;
	font-family : "Comic Sans MS", sans-serif;
	font-size: 12pt;
	}


/* ----------
   Header Styles
*/
h1, h2, h3, h4, h5, h6 {
	font-family : bold "Comic Sans MS", sans-serif;
	font-size: 12pt;
	color : blue;
	background-color : transparent;
	}
h1 {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 110%;
	}
h2 {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 105%;
	}
h3 {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 100%;
	}
h4 {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 95%;
	}
h5 {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 90%;
	}
h6 {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 85%;
	}

p {
	color : #000;
	font-family : "Comic Sans MS", sans-serif;
	font-size : 12pt;
	}


/* ----------
   Div Styles
*/
div {
	margin-top : 1px;
	font-size : 8pt;
	color : #ccc;
	text-align : center;
	}
div.ctr {
	text-align: center;
	}
div.navhdr {
	font-size: 80%;
	text-align: center;
	}
div.mtgsec   {
	background-color: #afeeee;
	text-align: left;
	text-indent: 2pt;
	vertical-align: top;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #1e90ff;
	}


/* ----------
   List Styles
*/
li {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 10pt;
	color : #000000;
	line-height: 1.4;
	text-align : left;
	}
li.mw      {
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5;
	list-style-image: url(graphics/main/square_1.gif);
	position: relative;
	left: -12px }


/* ----------
   Link Styles
*/
a {
	font-family : Verdana, "Comic Sans", Arial, sans-serif;
	color : #0000FF; /* Blue = 0000FF */
	font-weight : 400; 
	text-decoration : underline; 
	background-color : transparent;
	}
a :link {
	color: #6A5ACD; /* SlateBlue = 6A5ACD */
	background-color: transparent;
	}
a :visited  {
	color: #8B008B; /* DarkMagenta = 8B008B */
	background-color: transparent;
	}
a :hover  {
	color: #DC143C; /* Crimson = DC143C */
	background-color: transparent;
	}
a :visited :after {
	color: #800080; /* Purple = 800080 */
	background-color: transparent;
	}
a span {
	float : left;
	width : 10em;
	margin-right : 1em;
	text-align : right;
	}

/* ----------
   Table Stysles
*/
th {
	font-family : bold 12pt "Comic Sans MS", sans-serif;
	color : blue;
	}
tr {
	font-family : Verdana, "Comic Sans", Arial, sans-serif;
	font-size : 10pt;
	}
td {
	font-family : Verdana, "Comic Sans", Arial, sans-serif;
	font-size : 10pt;
	color: #000;
}

tr.nav  {
	height: 30px;
	vertical-align: middle;
	text-align: center;
	}
td.nav {
	height: 30px;
	}
td.bgtabl {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0;
	width: 10px;
	max-width: 10px;
	height: 30px;
	background-image:url(graphics/nav/TabGrayLeft.gif); 
	background-repeat: no-repeat;
	}
td.bgtabc {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0;
	width: 180px;
	height: 30px;
	background-image:url(graphics/nav/TabGrayCenter.gif);
	/* Do NOT use backgound-repeat for this field */
	}
td.bgtabr {
	position: relative;
	top: 0px;
	left: 0px;
	border: 0;
	width: 10px;
	max-width: 10px;
	height: 30px;
	background-image:url(graphics/nav/TabGrayRight.gif); 
	background-repeat: no-repeat;
	}

/* ----------
   Span Styles
*/
span.smcopyright {
	color : #000;
	font-family: "Comic Sans MS";
	font-size: 65%;
	}
span.lastupdate {
	color: #00FA9A; /* MediumSeaGreen = 00FA9A */
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: smaller;
	}
