/*Setting up the body elements  */

BODY       { 	color: black;
		background-color: white; 
		font-family: Arial, Helvetica, sans-serif; 
		margin:0px;  margin-left:0px;
		background-image: URL(logowm.jpg);
		background-repeat: no-repeat;
	        background-attachment: fixed;
		background-position: center center;
 	}


/* Setting up Paragraph styles */

P       {   font-size:14pt ; color:black;  font-family: Arial, Helvetica, sans-serif;}
SMALL   { font-size:8pt ; color:black;  font-family: Arial, Helvetica, sans-serif; }

H1	{ font-size: 20pt; color: black; font-family: Arial, Helvetica, sans-serif;}


/* Setting up Link styles */

A:link     { text-decoration: none;      color: #0000FF; }
A:visited  { text-decoration: none;      color: #FF00FF;}
A:active   { text-decoration: underline; color: #ff0000; }
A:hover    { text-decoration: underline; color: #ff0000; }


/* Setting up Tables */

TD.NAVBAR	{background-image:url(navcol.jpg); }

/* Setting up Lists */

/* Setting up Input Buttons */

INPUT.but1  {font-family: Arial, Helvetica, sans-serif;
		color: black;
		background-color:silver;
		font-size:12pt;}



/* Sub Classes */


