html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
.t-st   {
	vertical-align:middle;
	align:center;
	}
.td-middle {
	vertical-align:middle;
	}
.td-top {
	vertical-align:top;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
	}
a img,
:link img,
:visited img {
	border: 0;
	}
a:link,
:visited{
	color:#0000ff;
	text-decoration:none;
        border:0;
        }
a:hover {
	color:#444;
	text-decoration:none;
        border:0;
        }
table   {
	border-collapse:collapse;
	border-spacing:0;
	}
ol,
ul {
	list-style:none;
	}
q:before,
q:after,
blockquote:before,
blockquote:after {
	content:"";
	}
address {
	font-style:normal;
	}
/* fix superscript and subscript */
sup,
sub {
	font-size:.7em;
	}
sup {
	vertical-align:baseline;
	position:relative;
	top:-0.4em;
	}
sub {
	vertical-align:baseline;
	position:relative;
	bottom:-0.4em;
	}

html {
	font-size:75%;
	}

body {
	font:11px/16px Arial,Tahoma,Helvetica,sans-serif;
	color:#181818;
	background-color:#fff;
	}
	
.clr {
	clear:both;
	}
	

	p {
		margin-bottom:10px;
		}
	h1 {
		font-size:19px;
		font-weight:700;
		margin-bottom:10px;
		}
	h2 {
		font-size:16px;
		font-weight:700;
		margin-bottom:10px;
		}	
	h3 {
		font-size:14px;
		font-weight:700;
		margin-bottom:10px;
		}	
	.image-right {
		float:right;
		margin:0 0 8px 12px;
		}	
	.image-left {
		float:left;
		margin:0 12px 8px 0;
		}
	.image-center {
		display:block;
		margin:0 auto 12px;
		}
	table.intext {
		margin:12px 0;
		}
	ul, ol {
		margin:0 0 10px 20px;
		list-style-type:disc;
		}
	.dl-link {
		display:block;
		float:right;
		width:162px;
		padding:20px 0;
		color:#333;
		text-decoration:none;
		vertical-align:middle;
		margin-top:-20px;
		background-repeat:no-repeat;
		background-position:100% 50%;
		}
	.dl-link2 {
		display:block;
		float:right;
		width:112px;
		padding:20px 0 20px 70px;
		color:#333;
		text-decoration:none;
		vertical-align:middle;
		margin-left:20px;
		background-repeat:no-repeat;
		background-position:0 50%;
		font-weight:700;
		}
	.dl-link3 {
		display:block;
		float:right;
		width:200px;
		padding:20px 0;
		color:#333;
		text-decoration:none;
		vertical-align:middle;
		margin-top:-20px;
		background-repeat:no-repeat;
		background-position:100% 50%;
		}
	.dl-excel {
		background-image:url(/img/dl-excel.gif);
		}
	.dl-word {
		background-image:url(/img/dl-word.gif);
		}
	.dl-submit {
		background-image:url(/img/dl-submit.gif);
		padding:30px 0 30px 70px;
		}
		
	.btn-submit {
    border:none;
		display:block;
		float:right;
		width:182px;
		padding:30px 0 30px 70px;
		color:#333;
		text-decoration:none;
		vertical-align:middle;
		margin-left:20px;
		background-repeat:no-repeat;
		background-position:0 50%;
		font-weight:700;
		font-size:11px;
		background-image:url(/img/dl-submit.gif);
		}
