body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #000000;
	color: #000000;
	margin-top: 12px;
	line-height: 15px;
}

p {
	margin-top: 0px;
	margin-bottom: 16px;
}

a:link, a:visited {
	color: #004E76;
	text-decoration: underline;
}

a:hover {
	color: #E47008;
}

a.footer:link, a.footer:visited {
	font-size: 10px;
	color: #6Db9E1;
	text-decoration: none;
}

a.footer:hover {
	color: #FFFFFF;
}

a.header:link, a.header:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a.header:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #E47008;
	margin-top: 22px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 11px;
	color: #004E76;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* SIDEBAR STYLES BEGIN */
h3 {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #E47008;
	margin-top: 0px;
	margin-bottom: 4px;
}

a.sidebar:link, a.sidebar:visited {
	font-size: 10px;
	line-height: 12px;
	color: #E47008;
	text-decoration: underline;
}

a.sidebar:hover {
	color: #004E76;
}

.sidebarBkg {
	background-color: #FDF9ED;
	vertical-align: top;
	text-align: left;
}

.sidebar {
	font-size: 10px;
	line-height: 12px;
}

.thumbs {
	padding-bottom: 8px;
}
/* SIDEBAR STYLES END */

.header {
	background-color: #004E76;
}

.footer {
	font-size: 10px;
	background-color: #004E76;
	color: #6Db9E1;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 10px;
}

.dottedRule {
	background-image: url(../images/dotted_rule.gif);
	background-repeat: repeat;
}

/* gridTable begins*/
#gridTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	padding: 2px;
	border: 1px solid #B6D0DD;
	vertical-align: top;
}

#gridTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #004E76;
	background-color: #EBF6FC;
	text-align: center;
	border: 1px solid #B6D0DD;
}

#gridTable table {
	border-collapse: collapse;
	margin-top: 2px;
	margin-bottom: 16px;
}

.headerLevelTwo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	color: #004E76;
	background-color: #FDF9ED;
	border: 1px solid #DBEBF3;
}
/* gridTable ends*/

ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin-top: 6px;
	margin-bottom: 16px;
}

ul {
    list-style-type: none;
    padding: 0;
	line-height: 15px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 16px;	
}

/* orange bullets*/
ul li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding-left: 0.9em;
}

.instructions {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #004E76;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 16px;
}