﻿/*<meta />*/

/* Browser Reset Start */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

td, th, caption {
	font-weight: normal;
	text-align: left;
	}

ol {
	padding-left: 1.4em;
	list-style: decimal;
	}

ul {
	padding-left: 1.4em;
	list-style: square;
	}

q:before, q:after {
	content: '';
	}

/* Browser Reset End */

ul ul {
	font-size: 100%;
	}

img, fieldset {
	border: 0;
	}

/* Heading styles */

p {
	margin-top: 0;
	margin-bottom: 0;
	}

body {
	
}


* {
	letter-spacing: -1px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	}

h1, h2, h3, h4 {
	margin-left: 40px;
	font-weight: bold;
	line-height: 110%;
	color: #25498e;
	}

h1 {
	margin-top: 24px;
	border-bottom-color: #c0c0c0;
	border-bottom-width: 1px;
	border-bottom-style: Solid;
	font-size: 19px;
	text-shadow: 4px 4px 3px #D8D8D8;
}

h2 {
	margin-top: 19px;
	margin-bottom: -20px;
	font-size: 15px;
	text-decoration: none;
}

/* paragraph styles */

h3 {
	font-size: 13px;
	margin-top: 11px;
	margin-bottom: 8px;
}

h2.relatedtopics, h2.parenttopics {
	background: url(../Images/Steps-end.png) no-repeat center -10px;
	padding-top: 25px;
	padding-bottom: -5px;
}

p {
	font-size: 13px;
	}

h1+p { 
	margin-top: 2px;
	}

img {
	margin-top: 2px;
	}

p.begininstruction {
	margin-left: 14px;
	margin-top: 24px;
	background: url(../Images/book.png) 0px -1px no-repeat;
	font-weight: bold;
	color: #25498e;
	line-height: 46px;
	padding-left: 36px;
	}

p.bodytext {
	margin-top: 16px;
	margin-left: 40px;
	}

h1 + p.bodytext {
	margin-top: 2px;
	}

p.step {
	text-indent: -18px;
	margin-top: 8px;
	margin-left: 70px;
	margin-bottom: .0004px;
	}

.step b,.step strong,.bullet_step b,.bullet_step strong,.BulletUnderStep b,.BulletUnderStep strong {
	background-color: #FFFFCC;
	}

p.note {
	background: url(../Images/note.png) 0px -1px no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -3px;
	margin-left: 70px;
	margin-top: 12px;
	}

p.note:before {
	content: "Note: ";
	font-weight: bold;
	font-variant: small-caps;
	}

p.tip {
	background: url(../Images/tip.png) no-repeat 0 8px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-indent: -3px;
	margin-left: 70px;
	margin-top: 12px;
	}

p.tip:before {
	content: "Tip: ";
	font-weight: bold;
	font-variant: small-caps;
	}

p.BodyTextIndent {
	margin-top: 8px;
	margin-left: 70px;
	}

/* List styles */

p.BulletUnderStep {
	margin-left: 65px;
	margin-top: 8px;
	background: url(../Images/bullet.png) 4px 4px no-repeat;
	padding-left: 20px;
	text-indent: -2px;
	}

p.bullet {
	margin-left: 36px;
	margin-top: 6px;
	background: url(../Images/bullet.png) 4px 1px no-repeat;
	padding-left: 20px;
	text-indent: -2px;
	}

/* Table styles */

p.bullet_step {
	margin-left: 50px;
	margin-top: 8px;
	background: url(../Images/pointer.png) -2px 0px no-repeat;
	padding-left: 20px;
	text-indent: 2.5px;
	}

ul {
	margin-left: 70px;
	list-style: square;
	}

/* width: 50%; */

li {
	font-size: 13px;
	text-decoration: none;
	}

table {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 14pt;
	width: 90%;
	}

td {
	vertical-align: top;
	border: 1px solid #C8C8C8;
	padding: 4px;
	font-size: 13px;
	}

th {
	vertical-align: top;
	border: 1px solid #C8C8C8;
	font-size: 13px;
	font-weight: bold;
	}

			/* Link sytles */
				
a {
	font-weight: bold;
	}				

a:link {
	text-decoration: none;
	color: #006699;
	border-bottom: dashed 1.75px #006699;
	position: relative; /* display popup near hyperlink that's hovered */
	}

a:visited {
	text-decoration: none;
	color: #6699FF;
	border-bottom: dashed 1.75px #6699FF;
	}	
	
a:hover {
	color: #FF6600;
	text-decoration: none;
	border-bottom: dashed 1.75px #FF6600;
	}
	
a:after {
		content:"Click to find out what to type in each field.";
		display: none; /*hide this text until invoked by a:hover::after command below */
		}
		
p.BodyTextIndent a:hover::after { /* use to display a:after text above */
		font-weight: normal;
		color: black;
		display: block;
		background: #FFFF99;
		padding: 2px;
		margin: 2px 0 0 2px;
		position: absolute; /* use Absolute so floats over main flow */
		left: 100px;
		top: -20px;
		width: 250px;
		/* Box Shadow */
		box-shadow: 5px 5px 10px #999999;
		-webkit-box-shadow: 5px 5px 10px #999999;
		-moz-box-shadow: 5px 5px 10px #999999;
		/* Rounded Corners */
		border: 1px solid #C8C8C8;
		border-radius: 5x;
		-mox-border-radius: 5px;
		-webkit-border-radius: 5px;
		}

a:active {
	text-decoration: none;
	color: #FF6666;
	background-color: #FFFFCC;
	}