body {
	background-color: #fff;
	font-family: arial, sans-serif;
	color: #000;
	font-size: 84%;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.skip {
	color: inherit;
	background-color: inherit;
}

.skip A:link {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}

.skip A:visited {
	color: #000;
	background-color: inherit;
	text-decoration: none;
}


A:link { 
	color: #000f64;
	background-color: inherit;
} 

A:visited { 
	color: #741021;
	background-color: inherit;
} 

A:active { 
	color: #008080;
	background-color: inherit;
} 


table {
	margin: 0 auto;
}

td.center {
	text-align: center;
}

td.left {
	text-align: left;
}


td.top {
	vertical-align: top;
}

td.thirty {
	width: 33%;
}

.head1 {
	font-family: verdana, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.ari {
	font-family: arial, sans-serif;
	font-size: 100%;
}

.ver {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
}

.verBold {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

.redBold {
	color: #cc0000;
	font-weight: bold;
	background-color: inherit;
}

.verRed {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #cc0000;
	font-weight: bold;
	background-color: inherit;
}

.verMar {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #800000;
	font-weight: bold;
	background-color: inherit;
}

h4.red {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 120%;
	margin: 15px;
	color: #800000;
	background-color: inherit;
}


ul { 
	font-family : arial, sans-serif; 
	font-size: 100%;
	margin-bottom: 5px;
} 

ul ul {
	list-style-type: disc;
	font-family : Arial, sans-serif; 
	font-size: 100%;
	margin-bottom: 5px;
}

ol { 
	font-family : Arial, sans-serif; 
	font-size: 100%;
	list-style-type: decimal;
	margin-bottom: 5px;
} 

li { 
	margin-bottom: 5px;
}

.exceptionItemList li {
	list-style-image: url("../images/no-sign.gif");
	margin-left: 6px;
	padding-left: 3px;
}

.check li {
	list-style-image: url("../images/chkmark.gif");
	margin-bottom: 5px;
	padding-left: 3px;
}

.importantBox {
	border: 1px solid #990000;
	padding: .5em;
	margin: 25px;
}

.importantBox2 {
	border: 1px solid #990000;
	padding: .5em;
	margin: 25px;
	background-color: #FFFF99;
	color: inherit;
}

.importantText {
	color: #cc0000;
	font-family: verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	background-color: inherit;
}

.importantBox p {
	margin: 0;
	padding: .25em 0 .25em 0;
}

/* Example Box */

.exampleBox {
	width: 85%;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 15px 15px 15px;
	border-style: solid;
	border-color: #666666;
	border-top-width: 1px;
	border-right-width: 3px;
	border-left-width: 1px;
	border-bottom-width: 3px;
	background-color: #ffffdd;
	color: inherit;
}

p.exampleBoxTitle {
	font-family: arial, sans-serif, 'courier new', monospace;
	font-size: 1.15em;
	font-weight: bold;
	color: #000066;
	text-align: center;
	padding-bottom: .5em;
	background-color: inherit;
}

	ol.stepList {
		font-weight: bold;
	}
	
	.stepName {
		font-weight: bold;
	}
		
	.stepDesc {
		font-weight: normal;
	}



/* Custom Plates */

table.title {
	margin-left: 10px;
	width: 650px;
}

td.title {
	text-align: left;
}

hr.title {
	text-align: left;
	width: 540px;
}

p.def {
	margin-left: 35px;
	margin-right: 35px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFF00;
	color: #000000;
}

.tnr {
	font-family: 'times new roman', serif;
	font-size: 100%;
}

.green {
	font-family: verdana, arial, sans-serif;
	font-size: 100%;
	color: #008000;
	font-weight: bold;
	background-color: inherit;
}

table.steps {
	border: 1px solid #000000;
	margin-left: 40px;
	width: 550px;
}

td.step1 {
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 110%;
	color: #cc0000;
	font-weight: bold;
	background-color: #f9f7dd;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}

td.step2 {
	border: 1px solid #000000;
	vertical-align: top;
}

td.step3 {
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 110%;
	color: #cc0000;
	font-weight: bold;
	background-color: #e7ddaf;
	white-space: nowrap;
	text-align: center;
	vertical-align: top;
}

td.step4 {
	border: 1px solid #000000;
	font-family: arial, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #f9f7dd;
	vertical-align: top;
}

/* blue in steps table */
.quest {
	font-family: arial, sans-serif;
	font-size: 110%;
	color: #000080;
	font-weight: bold;
	background-color: inherit;
}

/* FAQ Question */

.quest2 {
	font-family: arial, sans-serif;
	font-size: 120%;
	color: #000066;
	font-weight: bold;
	background-color: inherit;
}



.certificationText {
		font-family: verdana, sans-serif;
		font-size: 95%;
	}

	.pageNavBar {
		text-align: right;
		margin-right: 15px;
	}


