﻿/* This CSS sets the default styles for the base components. */

/* ---------- Browser normalization ---------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

body {
	background-color: #ffffff;
	font: 62.5%/1.6em Arial,sans-serif;
	color: #464646;
}

body.ie {
	text-align: center;	
}

html, body {
	height: 100%;
}

body.portal-popup {
	padding: 10px;
}

table {
	clear: both;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ul {
	margin: 0;
	padding: 0;	
}

/* Global fix for missing/flickering bullets in ie6 */
.ie.ie6 ul li {
	zoom: 1;
}

ol, dl {
	margin-left: 1em;
}

.ie ol {
	margin-left: 2.2em;
}

ol li, ul ol li {
	list-style: decimal outside;
}
li {
	font-size:1.2em;
	
}
ul li, ol ul li {
	list-style-type: disc
	padding: 0 0 0 9px;
	margin: 0;
}

ul ul li {
	font-size:1.1em;
	list-style-type: circle;
}

ol ol li {
	font-size:1.2em;
	list-style-type: upper-roman;
}

dl dd {
	margin-left: 1em;
}

dl dt {
	font-family:Georgia,Times New Roman,serif;
	font-size:1.4em;
	color:#071A71;
	line-height: normal;
}

dl dd {
	margin-left: 1em;
	font-size:1.2em;
	font-family:Arial,sans-serif;
	margin-bottom: 10px;
}

th {
	font-weight: bold;
}

caption {
	margin-bottom: 0.5em;
	text-align: center;
}

p {
	margin: 0px;
	padding: 0px;
}
/* CHANGE ME */
p {
	margin-top: 5px;
	margin-bottom: 10px;
	font-family:Arial,sans-serif;
	font-size:1.2em;
	line-height:1.3em;
}

