body {
	background-color: #ffffff;
	margin-right: 8%;
	margin-left : 8%
   text-align:center;
}

  
div { background : #ffffff;  }

div.box {
         background : #ffffff;
         font-family: tahoma, verdana, sans-serif;
         padding: 0pt;
         text-align: left;
         width: 1024px;  
         border: 3pt;
         border-style: dotted;
         border-color : #c0c0c0;
			font-size: 14px
			font-weight: bold;
			color: black;
         }
.note{
	background-color : Yellow;
}
.notetext {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.blue{
	background-color : Aqua;
} 
.gray{
	background-color: 
	#C0c0c0;
}

P {  font-family: Arial, Helvetica, sans-serif; 
font-size: 18px;
font-style: normal;
font-weight: bold;
text-align: left;
}
a {
	
font-family: Arial, Helvetica, sans-serif; 
font-size: 18px;
font-style: normal;
font-weight: bold;
}
a  {
	font-family:Arial, helvetica, sans-serif; 
	 
	color:blue;
	 
	font-size:18px}
h1 {
	color: Black;
	font-family: sans-serif;
}
h2 {
	color: Black;
	font-family: sans-serif;
}
h3 {
color: Black;
font-family: sans-serif;
	}
h4 {
	color: Black;
font-family: sans-serif;
}
h5 {
	color: Black;
font-family: sans-serif;
}
h6 {
	color: Black;
font-family: sans-serif;
}
table {
border: thin;
font-family: sans-serif;
font-size: 12px,;
font-weight: bold;  
text-align:left;
border: thin;
border: Black;
}

td { font-size: 12px,;
font-weight: bold;
text-align : left;
border: Black;
vertical-align: top;
	}

Tr.color1{background-color:#cc99cc}

Tr.color1 {background-color:#cc99cc}
Tr.color2 {background-color:#cccccc}
	
a:link {
	color: blue;
	text-decoration: none;
}

a:visited {
	color:  #800080;
	text-decoration: none;
}

a:hover {
	color: green;
	background-color: #ECEEF8;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	}
