BODY, P, TD, LI, UL {
	font-family : Arial;
	font-size : 10pt;
	background-color : White;
}

/* Defined*/
.heading1 {
	font-family : Arial;
	font-size : 12pt;
	color: #000066;
	font-weight : bold;
}

.heading2 {
	font-family : Arial;
	font-size : 12pt;
	color: #CC0000;
	font-weight : bold;
}

.llink {
	font-family : Arial;
	font-size : 10pt;
	color: #CC0000;
	background-color : White;
}

.slink {  
	font-family : Arial;
	font-size : 8pt;
	color: #CC0000;
	background-color : White;
}

/* Table paramaters */

/* Main header of table*/
.header {
	font-family : Arial;
	font-size : 10pt;
	color: #FFFFFF;
	text-align: left
}

/* Line for table */
.line {
	color: #FFCC00;
	background-color: #FFCC00;
}


/* Secondary headers */
.headerl, .headerc, .headerr {
	font-family : Arial;
	font-size : 10pt;
	color: #FFCC00;
	font-weight : bold;
	}
.headerl {
	text-align: left;
}
.headerc {
	text-align: center;
}
.headerr {
	text-align: right;
}

/* Content Area */
.contentl, .contentc, .contentr {
	font-family : Arial;
	font-size : 8pt;
	color : Black;
	background-color : White;
}
.contentl {
	text-align : left;
}
.contentc {
	text-align : center;
}
.contentr {
	text-align : right;
}

.smalltext {
	font-family : Arial;
	font-size : 8pt;
	color : Black;
}.revise {
	color: #0033FF;
}

