/* Body */

/* Body finishes*/


/* navigation */
A:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;

}

A:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
	color: #993300;
	font-weight: bold;
}

A:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
/* navigation finishes*/

/* copy link */

a.black:link { color: #000000; font-weight:normal; text-decoration: underline;}
a.black:active { color: #000000; font-weight:normal; text-decoration: underline;}
a.black:visited { color: #000000; font-weight:normal; text-decoration: underline;}
a.black:hover { color: #990000; font-weight:normal; text-decoration: underline;}

a.nav:link { color: #000000; font-weight:normal; text-decoration: none;}
a.nav:active { color: #000000; font-weight:normal; text-decoration: none;}
a.nav:visited { color: #000000; font-weight:normal; text-decoration: none;}
a.nav:hover { color: #990000; font-weight:normal; text-decoration: none;}

/* copy link finish*/

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #993300;
}

.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
