/* CSS Document */


body
{
color: #352A8A;
}

a:visited
{
color: red;
}


a.menulink
{
 color : white;
 font-family : verdana;
 font-size: 10pt;
 font-weight: bold;
 background-color: #6666CC;
 text-decoration: none;
}

a:visited.menulink
{
	
 color : white;
 font-family : verdana;
 font-size: 10pt;
 font-weight: bold;

 text-decoration: none;
	
}

a:hover.menulink
{
 color : red;
 font-family : verdana;
 font-size: 10pt;
 font-weight: bold;
 background-color: yellow;
 text-decoration: none;
	
}



h3
{
 color: white;
 font-family : arial;
 font-size: 12pt;
 font-weight: bold;
 background-color: #00005B;
 margin-top: 0cm;
margin-bottom: 0cm;
}

h2
{
 color: white;
 font-family : arial;
 font-size: 14pt;
 font-weight: bold;
 background-color: #6C61B5;
 margin-top: 0cm;
margin-bottom: 0cm;
}


.footer
{
 color: white;
 font-family : verdana;
 font-size: 8pt;
 font-weight: normal;
 background-color: #6C61B5;
 margin-top: 0cm;
margin-bottom: 0cm;
}

a.footer
{
  color: white;
 font-family : verdana;
 font-size: 8pt;
 font-weight: normal;
 background-color: #6C61B5;
 margin-top: 0cm;
margin-bottom: 0cm;
text-decoration: none
}

a:visited.footer
{
color: white;
font-family: arial;
}

a:hover.footer
{
color:white;
text-decoration: none
font-family: verdana;

text-decoration: none
}

a:link.footer
{

 font-family: verdana;

}



.frontp
{
 font-family : arial;
 font-size: 11pt;
  padding-left: 0.5cm;
  padding-right: 0.5cm;
  margin-top: 0.2cm;
margin-bottom: 0.2cm;
align: left;
}

.imagespace
{
padding: 0.2cm;
}

.redlink
{
color : red;	
}





