body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

body.mg {
	color: #fff;
}

p {
	font-size: 9pt;
    line-height: 12pt;
	margin: 0 0 .9em 0;
	color: #666;
}

p strong {
	color: #000;
}

ul {
	padding-left:15px;
	margin:5px 0px;
}

ul.bulletless {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.bulletless li {
	font-size: 8pt;
}

ul.arrow_list {
	list-style-image: url(../images/list_arrow.png);
	margin: 0 0 .9em .5em;
}

ul.arrow_list2 {
	list-style-image: url(../images/list_arrow2.png);
	margin: 0 0 .9em .5em;
}

ul.arrow_list2 li {
	color: #FFF;
}

li {
	font-size: 10pt;
	line-height: 12pt;
	color: #666;
}

h1 {
	font-size: 14pt;
	font-weight: bold;
}

h1.hdr {
	width: 100%;
	height: 33px;
}
h1.hdr span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}
h2.hdr {
	width: 100%;
	height: 20px;
	margin: 10px 0 6px 0;
}
h2.hdr span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

h3 {
	font-size: 12pt;
	color: #000;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	color: #000;
	margin: 0;
}

blockquote {
	font-size: 9pt;
    line-height: 12pt;
	margin: 0 0 .9em 2.5em;
	color: #666;
}

.blue {
	color: #0F72B7;
}

.green {
	color: #009437;
}

.caption {
	font-size: 7pt;
}

.error {
	color: #FF0000;
	font-weight: bold;
	display: none;
	margin:0;
}

p a, strong a, h3 a, h4 a {
	color: #0F72B7;
}

a:hover, a:active {
	text-decoration: none;
}

a:visited {
	color: #0D486F;
}

p.grey {
	color: #8C8C8C;
	font-size: smaller;
}

img {
	border: 0;
	margin: 0;
}

a img {
	border: 0;
	margin: 0;
	text-decoration: none;
}

sup {
	font-size: 6pt;
}

hr {
	border: 0;
	width: 100%;
	background-color: #C3DCED;
	clear: both;
}

/* section-specific styles */
#headerlinks p {
	font-size: .75em;
	color: #0F72B7;
}

#headerlinks input {
	border: 1px solid #A8BBC9;
	background-color: #F0F0F0;
}

form#contact_form {
	clear: both;
}

input.cftext {
	width: 300px;
}

table.contact_table {
	border: 0;
	padding: 0;
	font-size: 9pt;
	line-height: 12pt;
	color: #666;
}

table.contact_table td.left {
	width: 120px;
	text-align: right;
	vertical-align: top;
	padding-bottom: 6px;
}

table.contact_table td.right {
	padding-bottom: 6px;
}