body {
	font: 12px Arial;
	background: #8d899a;
}

.content {
	width: 745px;
	margin: 0 auto;
	background: #fff;
}

.title {
	color: #000084;
	font-weight: bold;
	font-family: "Arial Black";
}

.question {
	color: #000084;
	font-size: 14px;
	font-family: "Arial Black";
}

.subtitle {
	color: #000084;
	font-weight: bold;
	font-style: italic;
}

img {
	border: 0;
}

.tip {
        background-color:#fff;
        border:3px solid #292463;
        width:175px;
        padding:4px;
        color:#000;
        position:absolute;
        z-index:100;
        visibility:hidden;
        top:20px;
        left:90px;             
        layer-background-color:#fff;
}

div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#fff; border:3px solid #292463;
  width:175px; padding:4px;
  color:#000;
}

.nav {
	padding:0;
	margin: 10px 0 0 45px;
	list-style-image: url("img/nav-style.jpg");
}

.nav-item {
	background-color: #292463;
	color: #fff;
	width: 160px;
	margin-bottom: 5px;
}

li.nav-item:hover {
	background: #000084;
}

.nav-item a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 20px 0 15px 10px;
}

.red {
	color: red;
}

h1 {
	color: #000084;
	font-family: "Arial Black";
	font-size: 16px;
	text-align: center;
	margin-top: 0px;
	font-weight: bold;
}

h2 {
	font-family: "Arial Black";
	font-size: 14px;
	font-style: italic;
}

h3 {
	font-size: 13px;
}

td {
	font-size: 12px;
}

th {
	font-size: 12px;
	text-align: left;
	padding: 10px 0 10px 0;
}

input, textarea, select {
	font-size: 12px;
	font-family: arial;
	border: 1px solid #666;
	width: 200px;
}
.bottom_nav a {
	color: #fff;
	text-decoration: none;
}
.bottom_nav a:hover {
	text-decoration: underline;
}

a {
	color: #000084;
}
a:hover {
	text-decoration: none;
}
