@charset "utf-8";

/* fonts.css */

body{
	font-family:Arial, Helvetica, sans-serif}


p,
li{
	font-size:0.8125em;/*13px*/    /*0.689em; 11px*/
}

h1{
	font-size:1.375em; /*22px*/
}

h2{
	font-size:1.25em; /*20px*/
}

h3{
	font-size:1.125em; /*18px;*/
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#topNav a,
#topNav .nolink{
	font-weight:bold;
}

#topNav li{
	font-size:0.689em;/*11px*/
}

.strike{
	text-decoration:line-through;
}
.bold{
	font-weight:bolder;
}
.notice{
	font-weight:bold;
}

.finePrint{
	font-size:80%;
}

#halfWidthForm{
	font-weight:bold;
}
