body, head {
	background-color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:90%;
    line-height:1;
	color: #4169E1;
}
.bodytext p {
    font-size:0.875em;
}

.sidenote {
    font-size:0.75em;
}

hr {
background-color: #E04169;
color: #E04169;

}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.15em;
}
h3 {
	font-size: 1.85em;
}

li {
	line-height: 1.2;
}
td, th {
	font-size: 1em;
	color: #0000FF;
}

a {
	color: #000000;
	text-decoration: none;
        border-bottom: 1px solid #eee;
}

a:visited {
	text-decoration: none;
        border-bottom: 1px solid #eee;
        color: #000080;
}


a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	background_color: #CCCCCC;
	color: #33CC66;
	font-style: normal;
}

form {
	background-color: #D2DDFE;
}

.title {
	font-size: 2.5em;
	line-height:1.8em;

	background-color: #0000FF;
	color: #FFFFFF;
	font-style: oblique;
}

.subtitle {
	font-size: 1.1em;
	line-height: 1;
	font-weight: bold;
  color: #A4BBFE;
}

.header {
	font-size: 1.6em;
	line-height:1;
	background-color: #CCCCCC;
	color: #0000FF;
	text-align: left;
}

.nav {
	font-size: 1.2em;
  font-weight: bold;
	background-color: #CCCCCC;
        color: #003366;
}

.navLink {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #D2DDFE;
}

.sidebar {
	font-size: 1em;
	padding: .2em;
	background-color: #F5F5F5;
	color: #4169E1;
}

.sidebarHeader {
	font-size: 1.3em;
	color: #F5F5F5;
	background-color: #D2DDFE;
}

.sidebarFooter {
	font-size: 1em;
	background-color: #D2DDFE;
}

.footer {
	font-size: 1.2em;
	font-weight: bold;
	color: #0000FF;
	background-color: #D2DDFE;
}

.legal {
	font-size: .6em;
	color: #0000FF;
}

.box1 {
	border-color: #D2DDFE #0000FF #0000FF #D2DDFE;
	border-width: medium;
  border-style: ridge;
}

.promo {
	color: #E04169;
	font-size: 1.1em;
}

.titlebar {
	font-size: .6em;
	color: #FFFFFF;
  background-color: #4169E1;
}

.dingbat {
	background-color: #99CC99;
  color: #A4BBFE; 
	font-weight: bolder;
	font-size: medium;
}



input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

