body {
	font-family: verdana;
	text-align: center;
}

body {
	font-family: verdana;
	text-align: -moz-center;
}

a { 
	color: #003467;
}



td {
	vertical-align: top;
}

p {
	font-family: verdana;
	font-size: 10pt;
	line-height: 1.4;
	vertical-align: top;
	margin: 0px 0px 14px 0px;
}

h1 {
	font-family: verdana;
	font-size: 12pt;
}

h2 {
	font-family: verdana;
	font-size: 11pt;
}

ul {
	font-family: verdana;
	font-size: 10pt;
	margin-right: 5px;
}

ol {
	font-family: verdana;
	font-size: 10pt;
}

img.set_left {
	float: left;
	margin: 0px 10px 10px 0px;
	border: 1px solid black;
}
	
img.set_right {
	float: right;
	margin: 0px 20px 10px 10px;
	border: 1px solid black;
}

img.bordered {
	border: 1px solid black;
}

#content {
	padding-bottom: 20px;
	font-size: 12px;
	padding-left: 2px;
}

#header .utility {
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	padding: 3px 20px 0px 0px;
	text-align: right;
}

#header a {
	color: #ffffff;
	display: inline;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: -1px;
	text-decoration: none;
}

div.centered {
	text-align: center;
}

sup {
    vertical-align: baseline;
    font-size: .9em;
    position: relative;
    top: -0.4em;
} 

#formbutton a {
	text-decoration: none;
	color: #3a5570;
}

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

#formbutton a div {
	background: url(/img/ap_callout_001_btn.gif) no-repeat;
	width: 169px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 5px;
}

#formbutton a:hover div {
	background: url(/img/ap_callout_001_btn_mo.gif) no-repeat;
	width: 169px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 5px;
}




#formbutton_disabled {
	background: url(/img/ap_callout_001_btn.gif) no-repeat;
	width: 169px;
	height: 27px;
	text-align: center;
	cursor: pointer;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 5px;
	color: #999999;
}

span.term
{
	text-decoration:underline;
}

span.definition
{
	position:absolute;
	z-index:1;
	background-color:#d6e6f3;
	border: 1px solid #999999;
	color:black;
	width:200px;
	padding:5px;
	text-decoration:none;
}

