/* CSS Document */

<style type="text/css">
			bgr {background-image: url(images/newlogo.gif);background-repeat: no-repeat; background-position: center;}
			
			p.sans-serif {font-family: sans-serif}
			//p {font-family: sans-serif}
			A:link		{ text-decoration: none; color: #0000BE; background: none; font-weight: lighter;}
			A:visited 	{ text-decoration: none; color: #FF0000; background: none; font-weight: lighter;}
			A:hover 	{ text-decoration: underline; color: #FF0000; background: none; font-weight: lighter; font-weight: lighter;}

			A.headernoeffect:link		{ text-decoration: none; background: none;}
			A.headernoeffect:visited 	{ text-decoration: none; background: none;}
			A.headernoeffect:hover 	{ text-decoration: none; background: none;}

			A.headerb:link		{ text-decoration: none; color: #000000; background: none; font-weight: bold; font-size: 14px;}
			A.headerb:visited 	{ text-decoration: none; color: #000000; background: none; font-weight: bold; font-weight: bold; font-size: 14px;}
			A.headerb:hover 	{ text-decoration: underline; color: #FFCC33; background: none; font-weight: bold; font-weight: bold; font-size: 14px;}

			A.header:link		{ border: 0px solid #000000; text-decoration: none; color: #000000; background: none; font-weight: normal; font-size: 12px;}
			A.header:visited 	{ border: 0px solid #000000; text-decoration: none; color: #000000; background: none; font-weight: normal; font-weight: normal; font-size: 12px;}
			A.header:hover 	{ border: 0px solid #FFFFFF; text-decoration: none; color: #000000; background: none; background-color: #FFFFFF; font-weight: normal; font-weight: normal; font-size: 12px;}

			A.type2:link		{ text-decoration: none; color: #FFCC33; background: none; font-weight: lighter; font-weight: bold; font-size: 14px;}
			A.type2:visited 	{ text-decoration: none; color: #FFCC33; background: none; font-weight: normal; font-weight: bold; font-size: 14px;}
			A.type2:hover 	{ text-decoration: none; color: #FF0000; background: #EAFFFF; font-weight: normal; font-weight: bold; font-size: 14px;}
		
		    test {
        background-color: #FFFFFF;
        background-image: url(images/newlogo.gif);
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: fixed;
      }
	  body1
{ 
background-image: 
url('images/logos/smaclogo5.gif');
background-repeat: 
no-repeat;
background-position: 
 center; 
 background-attachment: 
fixed;
}

		</style>
