/* normal text */

/* NOTES:
      for font-family, several alternative fonts are specified,
      followed finally by a supported generic family name
      ('serif', 'sans-serif', 'cursive', 'fantasy').

      Place the font-family declaration at the end of the list of
      declarations for a selector to account for an MSIE3 font
      declaration freak out

      For correct rendering across all three browsers include a
      fictitious font name enclosed in single quotes as your
      first font choice and a fictitious font name as your last
      choice. 

      */

BODY {
	
	text-decoration: none;
	font-size: 8pt;
	color: #333333;
	font-family: Verdana;
}

.home {
	
	text-decoration: none;
	font-size: 10pt;
	color: #FFFFFF;
	font-family: Verdana;
}

.back
	{
	background-image: url(/events/conferences/gu07/images/home_main.jpg);
	background : url(/events/conferences/gu07/images/home_main.jpg) no-repeat;
	width : 680px;
	height : 504px;
}
.feature, p, td
    { 
    text-decoration: none;
    font-size: 8pt;
    color: #333333;
	font-family: Verdana;
    }
	
/* standard links */

 a 
 	{
	font-weight: normal;
	color: #333333;
	font-size: 8pt;
	text-decoration: none;
}


a:link     
    {
	text-decoration: none;
	font-weight: normal;
	/*boldunderline*/
	font-size: 8pt;
	color: #333333;
}

a:visited  
    { 
   /*text-decoration: none;     font-weight: bold;    */
    color: #333333;
	font-size: 8pt;
    }
a:active   
    {
	text-decoration: none;
	/* font-weight: normal;
	*/
	font-size: 8pt;
	color: #333333;
}
a:hover
    { 
    text-decoration: underline;
   color: #37A621;
   font-size: 8pt;
    }
	

/* secondary navbars */

 .nav a
	{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
 	
 .nav a:link
    {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}
	
 .nav a:active
    {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
} 

.nav a:hover
    {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
	color: #37A621;
}
	
	
/* footer */
 .footer
	{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

 .footer a
	{
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
 	
 .footer a:link
    {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
	
 .footer a:active
    {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
} 

.footer a:hover
    {
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

/* header */
 .header
	{
	font-family: Verdana;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	color: #686f5f;
}

 .sub
	{
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #79b948;
}

