/* Stylesheet for Shipco Navigator -- 6/15/04 */
/* By Jim Robinson (jrobinson@shipcopumps.com) */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 11px;
	margin:0;
	padding:0;
}

.keyword {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000099;
	font-style:italic;
}

.quesRemain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
}

.quesNum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	font-weight:bold;
}

ul,ol,li,div,em,strong,font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	text-align:left;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

a:link {
	color: #000066;
	background-color: transparent;
}

a:visited {
	color: #660066;
	background-color: transparent;
}

a:hover {
	color: #666699;
	background-color: transparent;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 5px;
	line-height: 1.5em;
	text-indent: 15px;
	text-align: justify;
	margin-top: 7px; padding-top: 0;
}

h1 { font-size: 24px; padding-bottom:15px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#302f92;
	margin:5px 0 0 0;
}

img { /* turns off gaps around images */
	border:0;
	padding:0;
	margin:0;
}

table,tr,td {
	padding:0px;
	margin:0px;
}

/*------------------------
Table styles for Navigator
------------------------*/
.navtable {
	border:1px solid #302f92;
	padding:0px;
	width:700px;
}

.whatsthis {
	background:#302F92 url("images/t-middle.gif") no-repeat center center; /*image path is relative to the stylesheet location*/
	height:25px;
}

.checkthisout {
	background:#302F92 url("images/t-middle2.gif") no-repeat center center; /*image path is relative to the stylesheet location*/
	height:25px;
}

.question {
	background-color:#FFFFFF;
	border-bottom:1px solid #302f92;
	border-right:1px solid #302f92;
	border-left:1px solid #302f92;
	padding:3px;
	font-size:11px;
	width:500px;
	height:30px;
}

.answer {
	background-color:#FFFFCC;
	border-bottom:1px solid #302f92;
	border-right:1px solid #302f92;
	border-left:1px solid #302f92;
	padding:3px;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	width:200px;
	height:30px;
}

.QAhead {
	border:1px solid #302f92;
	background-color:#302f92;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px;
	text-align:center;
	font-size:11px;
}
