/* ROSA Stylesheet */

/*  BACKGROUND */

body
{
  color:  #000000;
  font-size: 10pt; 
  background-color:  #c0c0c0;
  font-family: arial,helvetica;
  
}

/*  MAIN BLACK HEADING */

font.blackheading
{
   color: #000000;
   font-size: 14pt;
   font-weight: bold;
   font-family: arial,helvetica;
}

/*  NORMAL TEXT */

font.normaltext
{
   color: #000000;
   font-size: 10pt;
   font-family: arial,helvetica;
}

/* LINKS  */

a:link {
    color: #ff0000;
	font-family:  arial, helvetica;
  font-size:  10pt;
	font-weight:  bold;
  text-decoration:  none;}
a:visited {
    color: #ff0000;
	 font-family:  arial, helvetica;
  font-size:  10pt;
	font-weight:  bold;
  text-decoration:  none;}
a:active {
    color: #ff0000;
	font-family:  arial, helvetica;
  font-size:  10pt;
	font-weight:  bold;
  text-decoration:  none;}
a:hover
{
  color: #6C6C6C;
  font-family:  arial, helvetica;
  font-size:  10pt;
	font-weight:  bold;
  text-decoration:  none;}

/* NORMAL RED LINKS  */

a.normallinks
{
  font-family:  arial, helvetica;
  font-size:  10pt;
  font-weight:  bold;
  text-decoration:  none;
}

a.normallinks:link
{
  color: #ff0000;
}
a.normallinks:visited
{
  color: #ff0000;
}  
a.normallinks:hover
{
  color: #6C6C6C;
}
a.normallinks:active
{
  color: #ff0000;
} 

/* Strut Your Stuff LINKS  */

a.strutlinks
{
  font-family:  arial, helvetica;
  font-size:  10pt;
  font-weight:  bold;
  text-decoration:  none;
}

a.strutlinks:link
{
  color: #cc3300;
}
a.strutlinks:visited
{
  color: #cc3300;
}  
a.strutlinks:hover
{
  color: #000000;
}
a.strutlinks:active
{
  color: #000000;
} 

/* SMALL RED LINKS  */

a.normallinksSM
{
  font-family:  arial, helvetica;
  font-size:  8pt;
  font-weight:  bold;
  text-decoration:  none;
}

a.normallinksSM:link
{
  color: #ff0000;
font-family:  arial, helvetica;
  font-size:  8pt;
  font-weight:  bold;
  text-decoration:  none;
}
a.normallinksSM:visited
{
  color: #ff0000;
font-family:  arial, helvetica;
  font-size:  8pt;
  font-weight:  bold;
  text-decoration:  none;
}  
a.normallinksSM:hover
{
  color: #6C6C6C;
font-family:  arial, helvetica;
  font-size:  8pt;
  font-weight:  bold;
  text-decoration:  none;
}
a.normallinksSM:active
{
  color: #ff0000;
font-family:  arial, helvetica;
  font-size:  8pt;
  font-weight:  bold;
  text-decoration:  none;
} 

/* NORMAL BLACK LINKS  */

a.normalblacklinks
{
  font-family:  arial, helvetica;
  font-size:  10pt;
  font-weight:  bold;
  text-decoration:  none;
}

a.normalblacklinks:link
{
  color: #000000;
}
a.normalblacklinks:visited
{
  color: #000000;
}  
a.normalblacklinks:hover
{
  color: #ff0000;
}
a.normalblacklinks:active
{
  color: #000000;
} 
/*  TOP NAV BAR  */

a.topnav
{
  font-family: arial,helvelica;
  font-size: 10pt;
  padding: 6px;
  font-weight: bold;
  text-decoration:  none;
  text-align: center;
}
a.topnav:link
{
  color:  #ffffff;
  
}
a.topnav:visited
{
  color:  #ffffff;
  
}
a.topnav:hover
{
  color:  #000000;
  
}
a.topnav:active
{
  color:  #ffffff;
  
}
/*  SIDE NAV BAR  */

a.sidenav
{
  font-family: arial,helvelica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration:  none;
  }
a.sidenav:link
{
  color:  #ffffff;
  
}
a.sidenav:visited
{
  color:  #ffffff;
  
}
a.sidenav:hover
{
  color:  #ffcc00;
  
}
a.sidenav:active
{
  color:  #ffcc00;
  
}

.smallTextnoColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

