BODY{
	font-family: "Tahoma","Times New Roman","Verdana";
	font-size: 10pt;
	background-color: RGB(250,250,250);	
}

td.text{
	font-size: 11pt;
}

.heading{
	font-size: 14pt;
	font-weight: 500;
	color: RGB(102,0,153);
	margin-left: 10px;
}

ul{
	margin-left: 80px;
	line-height: 200%;
}

.subheading{
	font-size: 11pt;
	font-weight: 600;
	color: RGB(102,0,153);
	margin-left: 10px;
}

.warning{
	font-size: 8pt;
	color: RGB(255,0,0);
}

.body{
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.subpara{
	margin-left: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

.address{
	margin-top: 10px;
	font-size: 9pt;
	text-align: center;
	color: RGB(250,250,250);
}

table.structure{
	background-color: RGB(250,250,250);	
	border-color: RGB(250,250,250);
}

td.orange{
	background-color: RGB(221,115,34);
}

td.red{
	background-color: RGB(209,25,25);
}
td.green{
	background-color: RGB(51,51,0);
}

td.purple{
	background-color: RGB(111,33,109);
}

marquee{
	cursor: hand;
	font-size: 10pt;
	color: RGB(250,250,250);
}
.out{
	cursor: hand;
	width: 100%;
	height: 18px;
	font-size: 10pt;
	font-weight: 600;
	margin-left: 10px;
	color: RGB(250,250,250);
	text-decoration: none;
	background-color: RGB(209,25,25);
}

.over{
	cursor: hand;
	width: 100%;
	height: 18px;
	font-size: 11pt;
	font-weight: 700;
	text-align: center;
	color: RGB(250,250,250);
	text-decoration: none;
	background-color: RGB(51,133,51);
}

A:link.nav{
	text-decoration: none;
	color: RGB(51,133,51);
	font-weight: 600;
}

A:active.nav{
	text-decoration: none;
	color: RGB(255,255,255);
	font-weight: 600;
}

A:visited.nav{
	text-decoration: none;
	color: RGB(250,250,250);
	font-weight: 600;
}

A:hover.nav{
	font: bold;
	font-size: 110%;
	text-decoration: none;
	color: RGB(221,115,34);
}

A:link{
	text-decoration: none;
	color: RGB(51,133,51);
	font-weight: 600;
}

A:active{
	text-decoration: underline;
	color: RGB(221,115,34);
}

A:visited{
	text-decoration: none;
	color: RGB(91,173,91);
	font-weight: 600;
}

A:hover{
	text-decoration: underline;
	color: RGB(221,115,34);
}