 body {
  	color: black;
	font-weight: normal; 
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px;
	background-color: #990000;
 }
 a{
	}
}
 table{
	color: black;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	max-width : 800px;
}
table.rightboxtitle{
	color: black;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color : Blue;
	outline-style : solid;
	outline-color : Black;
	border : medium;
}
table.rightbox{
	color: black;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color : Blue;
}
 
 a:link.navbar    {
	COLOR: White;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 18px;
	padding-right : 20px;
}
 a:visited.navbar{
	COLOR: White;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 18px;
	padding-right : 20px;
}
 a:active.navbar  {
	COLOR: White;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 18px;
	padding-right : 20px;
}
 a:hover.navbar   {
	COLOR: Silver;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 18px;
	padding-right : 20px;
}
a:link.sidebar    {
	COLOR: White;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 12px;
}
 a:visited.sidebar{
	COLOR: White;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 12px;
}
 a:active.sidebar  {
	COLOR: White;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 12px;
}
 a:hover.sidebar   {
	COLOR: Silver;
	TEXT-DECORATION: none;
	font-family : sans-serif;
	font-size : 12px;
}
 
 h1{
	color: White;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
}
h1.Princ{
	color: Black;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	}
h2{
	color: White;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3{
	color: White;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
}

strong{
	font-family: "Times New Roman", Times, serif;
	font-size : 100%;
	font-style : normal;
	font-weight: bold;
}

span.red{
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	font-style:normal;
	color: #cc0000;
}

span.white{
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	font-style:normal;
	color: White;
}

span.blue{
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	font-style:normal;
	color: Blue;
}

div.footer1{
	font-family : "Times New Roman";
	font-size: 80%;
	text-align: center;
	color : White;
}
div.footer2{
	font-family : "Times New Roman";
	font-size: 65%;
	text-align: center;
	color : White;
}
span.small1{
	font-size: 80%;
}
span.small2{
	font-size: 65%;
}
 img.blackborder{
	border: 2px solid Black;
	padding: 0px;
	margin : 5px;
}

span.u{
	text-decoration : underline;
	font-size: 100%;
}