H1  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}

/*
TD  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}

P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}
*/


A:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #3D99F5;
}


A.cndark:link   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}


A.cndark:visited   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
	
}


A.cndark:hover   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	text-decoration:none;

	
}

A.cndark:active   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;

	
}
.Blue_Color {
	color: #00F;
}
.boldandunderline {
	font-weight: bolder;
	color: #000;
	text-decoration: underline;
}
.redandbold {
	font-weight: bolder;
	color: #F00;
}
.redboldunderlineupper {
	font-weight: bolder;
	text-transform: uppercase;
	color: #F00;
	text-decoration: underline;
	display: none;
}
.redboldunderline {
	font-weight: bolder;
	text-transform: none;
	color: #F00;
	text-decoration: underline;
}
.blackboldunderlineuppper {
	font-weight: bolder;
	text-transform: uppercase;
	color: #000;
	text-decoration: underline;
}
.blueboldunderline {
	font-weight: bolder;
	color: #00F;
	text-decoration: underline;
}
.monotypecorsiv {
	font-family: "Monotype Corsiva";
	font-weight: bold;
	color: #000;
}

.bluebolduppercase {
	font-weight: bolder;
	color: #00F;
	text-transform: uppercase;
	text-decoration: underline;
}
.bluebolduppercaseunderline {
	font-weight: bolder;
	text-transform: uppercase;
	color: #00F;
	text-decoration: underline;
}
.blueandbold {
	font-weight: bolder;
	color: #00F;
}
.underline {
	text-decoration: underline;
	color: #000;
}
.blackandbold {
	font-weight: bolder;
	color: #000;
}
.TimesR {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bolder;
	color: #000;
	font-style: normal;
}

