@charset "utf-8";
.Header {
	font-family: "Arial";
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.blackbodybold {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}
.blackbody {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.whitebody {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.greenbodybold {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #00A1B1;
	text-decoration: none;
}
.whiteheader {
	font-family: "Arial";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.mytext {
 width:480px; 
 height:295px; 
 left:410px; 
 top:145px;
 position:centre; 
 overflow: auto;
 right-margin: 5px;
}

#scroll
{
width: 480px;
height: 295px;
overflow: auto;
scrollbar-base-color: #76757D;
}

#scroll table
{
width: 450px;
}
