html{
	background-color:#ffffff;
/*	background-image: url(images/hny.png);  */ 
	background-position: center 20px;
}

/*cope with inheritance bugs*/

body{
	background-color:#ffffff;
	width: 750px;
	text-align: center;
	margin-left: Auto;
	margin-right: Auto;
	left: auto;
	right: auto;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-image: none;
}
body, table, th, td{
	color:#000000;
	background-color:#ffffff;
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table.image{
	background-color:#ffffcc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CC0000;
	clear: right;
	margin-right: 5px;
	}

table.outer {
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	outline-style: none;
	outline-width: thin;
}

info { 
text-decoration:underline; 
border-bottom: 1px dashed #00cc00; 
cursor: help; 
} 

/*body specific*/
a:link{
color:#0000ff;
text-decoration: none;
}

a:visited{
color:#800080;
text-decoration:none;
}

a:hover{
color:#ff00ff;
text-decoration:none;
}

a:active{
color:#ff00ff;
text-decoration:none;
}

li{
	color:#000000;
	list-style-type: none;
}

ol{
color:#000000;
}

ul{
	color:#000000;
	list-style-type: none;
}

H1, H2, H3, H4, H5, H6 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H1{
	font-size: 36px;
}
H2{
font-size: 20pt;
overflow: hidden;
}
H3{
font-size: 16px;
}
H4{
font-size: 13px;
}

.hclarger{
	font-size: larger;
	color:#000000;
}

.hcsmaller{
font-size: smaller;
color:#000000;
}

.hcxxsmall{font-size:xx-small;color:#000000;}

.hcxsmall{font-size:x-small;color:#000000;}

.hcsmall{font-size:small;color:#000000;}

.hcregular{font-size:medium;color:#000000;}

.hclarge{font-size:large;color:#000000;}

.hcxlarge{font-size:x-large;color:#000000;}

.hcxxlarge{font-size:xx-large;color:#000000;}

.hcred{color:#f90000;}

.hcxxsred{font-size:xx-small;color:#f90000;}

.hcyellowonred{
	font-size: larger;
	color : Yellow;
	background : Red;
	font-weight : bolder;
}
.kclarger{
font-size: larger;
color:#000000;
}
.kcsmaller{
font-size: smaller;
color:#000000;
}
.kcxxsmall{font-size:xx-small;color:#000000;}
.kcxsmall{font-size:x-small;color:#000000;}
.kcsmall{font-size:small;color:#000000;}
.kcregular{font-size:medium;color:#000000;}
.kclarge{font-size:large;color:#000000;}
.kcxlarge{font-size:x-large;color:#000000;}
.kcxxlarge{font-size:xx-large;color:#000000;}
.kcred{color:#f90000;}
.kcxxsred{font-size:x-small;color:#f90000;}

.centeredColum {
	width:722px;
	margin:0 auto;
	margin-left:expression( (document.body.clientWidth - 722) / 2 + 'px');	
	}

.hcboldblackonblue {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	background-color: #00FFFF;
}
.hcyellowonredflash {
	font-size: medium;
	color : Yellow;
	background : Red;
	font-weight : bolder;
	text-decoration: blink;

}
.hccrossedout {
	text-decoration: line-through;
	color: #666666;
}
.hcsmallcaps {
	font-variant: small-caps;
}

.hcgreyedout {
	color:#666666;
}
