/* Basic style for all Hi-Jinx pages */
body, p, table, td, H1, H2, H3, H4, DIV {
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #000066 ;
}
body {
	font-size: 15px;
	background: #dcf0ff;
	margin: 0;
}
table, td {
	font-size: 15px ;
}

p, ol, ul, li {
	font-size: 15px ;
	line-height: 1.4 ;
}

H1, H2, H3, H4 {
	font-weight: 800 ;
	line-height: 1.2
}

H1, H2 { font-size: 25px; }
H3, H4 { font-size: 21px; }
H1, H3 { color: #000; }

.head3 {
	font-size: 17px;
	font-weight: bold;
	color: #000;
}

a {font-weight:600}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
a:link {
	color: #009
}
a:visited { color: #009 }
a:active { color: #00f }
a:hover { color: #f90 }

small {
	font-size: 12px;
	line-height: 1.2;
}

.caption {
	font-size: 10px;
	color: #333333;
}

.white {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
}

.tight {
	line-height: 0px;
}

/* Normal is for use when Netscape screws up */
.normal {
	font-family: Arial, sans-serif;
	font-size: 15px;
	line-height: 1.3;
}

#inset {
	padding-left: 35px;
	padding-right: 35px;
}
