/* Import layout styles -- Netscape 4.7 will ignore, which is fine because it interprets layout styles incorrectly */

@import "uiwizards-layout.css";

/* Font styles -- supported by all browsers, including Netscape 4.7 */

.sansa {font-family: Arial, Helvetica, sans-serif;}

.sansb, .sansa small b, .sansa b small, small.sansa b, small b.sansa {font-family: "Myriad Web", Verdana, Helvetica, Arial, sans-serif;}

.serifa {font-family: "Minion Web", Georgia, Palatino, "Times New Roman", serif;}

small.sansa, .sansa small {font-family: Helvetica, sans-serif;}

big.sansb,.sansb big {font-family: "Myriad Web", Tahoma, Verdana, Helvetica, Arial, sans-serif;}

.min {font-size: 10px;}

p	{line-height:	120%; margin-top:	.75em; margin-bottom:	.75em;}

h1 small	{font-size: 67%;}

h1, h2, h3, h4, h5, h6	{margin-top:	1.667em; margin-bottom: 0;}

h1	{font-size:	1.5em; text-align:	right;}

h2	{font-size:	1.33em;}

h3	{font-size:	1.125em; font-style:	italic;}

h5	{font-size:	1em; font-weight:	normal; font-style:	italic;}

h6	{font-size:	1em; font-weight:	normal;}

body {color: black; background: #ffffce;}

li {margin-top: .5em;}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

