html {
	font-size: 100%; /* IE hack */ 
}

body {
	font-size: 100%; /* IE hack */
	background-color: #FFFFFF;
}

a:link, a:visited {
	text-decoration : underline;
	color : #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a:hover{
	text-decoration : underline;
	color : Gray;
}

DIV {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
	list-style : circle outside;
}

TD {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : .7em;
	list-style : circle outside;

}
h1 {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	font-weight : bold;
	text-decoration : none;
}
h2 {
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 3em;
	font-weight : bold;
}
h3{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.6em;
	font-weight : bold;
	}
hr{
	color: #990000;
}
.normalcolorline {
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :1em;
}
.normitalic{
	font-style: italic;
}
.normbold{
	font-weight: bold;
}	
.normboldright{
	font-weight: bold;
	text-align: right;
}	
	
.producthead{
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	text-decoration : none;
}
.small{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: normal;
	color: Black;
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: bolder;
	color: White;
	
}
.smalli{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: italic; 
	font-weight: normal;
	color: Black;
}
.smallj{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: normal;
	text-align : justify;
	color: Black;
}
.smallc{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: normal;
	text-align : center;
	color: Black;
}
.smallb{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: bold;
	color: Black;
}
.smallbc{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: .7em; 
	font-style: normal; 
	font-weight: bold;
	text-align : center;
	color: Black;
}


.speclink, a.speclink:link, a.speclink:visited {
	text-decoration : none;
	color : #990000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :.9em;
}

a.speclink:hover {
	text-decoration : none;
	color : Gray;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :.9em;
}

.homelink, a.homelink:link, a.homelink:visited {
	text-decoration : underline;
	color : #273c82;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .7em;
}

a.homelink:hover {
	text-decoration : underline;
	color : #3399FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : .7em;
}