P  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
}

INPUT  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
	background-color : #FFFFFF;
}

SELECT  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
	background-color : #FFFFFF;
}

H1  {
	font-size:19pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
}

H2  {
	font-size:16pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
}

H3  {
	font-size:24pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
}

H4  {
	font-size:14pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
}

H5  {
	font-size:12pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
}

A  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #c00000;
	text-decoration : none;
}

A:Visited  {
	color : #c00000;
}

A:Active  {
	color : #0000ff;
}

A:Hover  {
	color : #0000ff;
}


BODY  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #000000;
	text-decoration : none;
	background-color : #F9FD9F;
}

TD  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #000000;
}

TR  {
	font-size:10pt;
	font-family : "ms sans serif";
	color : #000000;
}

table {
	border: 1;
	border-color:black;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}