
/********* Background Logo ************/
body{
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
}


/******* hyperlink and anchor tag styles *******/
a:link{
	color: blue;
	text-decoration: none;
}

a:visited{
	color: black;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: none;
}

/*********** Text **********/

#header{
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	border-bottom: medium solid Black;
}

#hr{
	border-bottom: medium solid Black;
}

#text150{
	color: black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

#smit{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-style: italic;
	font-weight: bolder;
}

#norm{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	}
	
#norm2{
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: large;
}
	
#email{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}
