body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	width:760px;
	color:#333;
}

h1 {
	font-size:240%;
	font-weight:bold;
	color:#000;
}

h2 {
	font-size:160%;
	font-weight:bold;
	border-top:solid 1px #666;
	padding-top:15px;
	color:#000;
}

h3 {
	font-size:110%;
	font-weight:bold;
	color:#000;
}

a {
	color:#F00;
	text-decoration:none;
}

a:link {
	color:#F00;
	text-decoration:none;
}

a:visited {
	color:#F00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a:hover visited {
	text-decoration:underline;
}

table {
	margin-bottom:20px;
	width:100%;
	border-collapse:collapse;
}

caption {
	padding-bottom:5px;
	font-weight:bold;
	text-align:left;
}

tr {
	margin-bottom:0;
	vertical-align:top;
}

th {
	text-align:left;
	border:solid 1px #333;
	background-color:#999;
	padding:4px;
}

td {
	text-align:left;
	border:solid 1px #333;
	padding:4px;
}

table .alt {
	background-color:#E5E5E5;
}

table .minimum {
	width:1%;
	white-space:nowrap;
}

dt {
	font-weight:bold;
}

fieldset {
	margin:0.5em auto;
	border:none;
}

fieldset * {
	margin:0.2em auto;
}

label {
	display: inline-block;
	vertical-align:bottom;
	line-height: 1.8;
	width:25%;
	font-weight:bold;
}

.left_col {
	float:left;
	width:349px;
	padding-right:15px;
	border-right:dashed 1px #666;
}

.right_col {
	float:left;
	width:380px;
	margin-left:-1px;
	padding-left:15px;
	border-left:dashed 1px #666;
}

.image_table td {
	text-align:center;
	vertical-align:top;
}

.highlight {
	padding:0 15px;
	background:#CCC;
	border:solid 1px #000
	;
}

.inline_form {
	display:inline;
}

.reqFld {
	color:#F00;
	font-weight:bold;
}

.notification {
	padding:10px 10px 10px 50px;
	font-style:italic;
}

.error {
	border:solid 1px #000;
	background:#FF6464 url(/investors/images/icons/error.gif) no-repeat 15px center;
	font-weight:bold;
}

.warning {
	border:solid 1px #963;
	background:#FC9 url(/investors/images/icons/warning.gif) no-repeat 15px center;
}