@charset "utf-8";
/* CSS Document */

body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left:1px;
	font-family:Calibri;
	font-size:16px;
	text-align:left;
	text-align:justify;
	line-height:130%;
	}
	
.MainTitle{
	color:#FF9900;
	font-weight:bold;
	font-size:18px;
	}
	
.MenuRightTitle {

	font-family:Calibri;
	font-weight:bold;
	font-size:20px;
	color:#ff9c31;
	}
	
MenuRightTitle:link {

	color:#ff9c31;
	text-decoration: none;
 }
MenuRightTitle:visited {


	color:#ff9c31;
	text-decoration: none;
 }
MenuRightTitle:hover {

	color:#ff9c31;
	text-decoration:underline;
 }
MenuRightTitle:active {

	color:#ff9c31;
	text-decoration: none;

 } 
 
.SummaryText {

	color:#000099;
	}
