body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

img {
	border:none;
}

a, a:link {
	color:#00a4e4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
}

.caption {
	font-style:italic;
	font-size:12px;
	color:#00a4e4;
}

.callout {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#00a4e4;
}

h1 {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#105ead;
	background:url(../../images/bg-h1.gif) no-repeat;
	background-position:bottom left;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

h2 {
	color:#063164;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#0c6bbb;
	margin:0;
	padding:0;
}

h4 {
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#0c6bbb;
	margin:0;
	padding:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:23px;
	margin:0 0 20px 0;
}

p.callout {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#00a4e4;
}

ul {
	margin:5px 0 20px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	list-style:none;
}

ul li {
	margin:7px 0;
	line-height:23px;
	background:url(../../images/bullet-round.gif) no-repeat;
	background-position:top left;
	padding:0 0 0 15px;
}

table.table-style {
					background-image:url(../../images/bg-hd-dk-table.gif);
					background-repeat: no-repeat;
					background-position: top left;
					margin:0 auto 20px auto;
					width:708px;
				}
				
					table.table-style tr td {
							background-color: #071426;
							border-top:1px dashed #017bc4;
							border-right:none;
							border-left:none;
							padding:6px 10px;
							color: #fff;
							font-family:Arial, Helvetica, sans-serif;
							font-size:13px;
					}
					
						table.table-style tr td p {
							color: #fff;
						}

						table.table-style tr th {
							font-size:16px;
							font-weight:bold;
							font-family:Georgia, "Times New Roman", Times, serif;
							color:#ffcc00;
							text-align:left;
							padding:10px 10px 10px 10px;
						}

						input.button {
							background:url(../../images/btn-submit-off.gif) no-repeat;
							width:130px;
							height:20px;
							border:none;
							color:#ffffff;
							font-size:12px;
							font-weight:bold;
							vertical-align:middle;
							padding:0 0 3px 0;
						}
						
						input.button:hover {
							background:url(../../images/btn-submit-on.gif) no-repeat;
						}
						
						a.button-large, a.button-large:link {
							background:url(../../images/btn-submit-large-off.gif) no-repeat;
							display:block;
							width:230px;
							height:20px;
							border:none;
							color:#ffffff;
							font-size:11px;
							font-weight:bold;
							vertical-align:top;
							padding:2px 0 0 0;
							text-align: center;
							line-height: 14px;
						}
						
						a.button-large:hover {
							background:url(../../images/btn-submit-large-on.gif) no-repeat;
							text-decoration: none;
						}
						
						a.button-large-red, a.button-large1:link {
							background:url(../../images/btn-submit-large-red-off.gif) no-repeat;
							display:block;
							width:230px;
							height:40px;
							border:none;
							color:#ffffff;
							font-size:13px;
							font-weight:bold;
							vertical-align:top;
							padding:5px 0 0 0;
							text-align: center;
							line-height: 14px;
						}
						
						a.button-large-red:hover {
							background:url(../../images/btn-submit-large-red-on.gif) no-repeat;
							text-decoration: none;
						}


						a.button, a.button:link {
							background:url(../../images/btn-submit-off.gif) no-repeat;
							display:block;
							width:230px;
							height:20px;
							border:none;
							color:#ffffff;
							font-size:12px;
							font-weight:bold;
							vertical-align:top;
							padding:2px 0 0 0;
							text-align: center;
							line-height: 14px;
						}
						
						a.button:hover {
							background:url(../../images/btn-submit-on.gif) no-repeat;
						}
