div, p, td, tr, li, ul {
	font-family : Arial, Verdana, sans-serif;
	font-size : 10pt;
	color : #000000;
	font-style : normal;
}

a:hover { 
	color: #000000;
}

h1 {
	font-family : Times New Roman, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	color : #FFFFFF;
}

h2 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10.5pt;
	color : #CC0000;
}

h3 {
	font-family : Arial, Verdana, sans-serif;
	font-weight : bold;
	font-size : 10pt;
	color : #000000;
}

.footer {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #CCFFCC;
}

.small {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
}

.odd { background-color: #D5D9FE; }

.even { background-color: #EEEEEE; }

.homelinks {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #CCCCCC;
	font-weight : bold;
	text-decoration : none;
}

.homelinks:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.white {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #FFFFFF;
}

.steps {
	padding-left : 40px;

}

.storelink {
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : underline;
}

.storelink:hover {
	color : #6699FF;
}

.forminput {
	border: 1px solid #666666; 
	background: #EFEFEF;
	color: #333333;
	font-family : Arial, Verdana, sans-serif;
	font-size : 8pt;	
}

li {
	list-style-image : url("/images/li.gif");
}
	
