body {
	background-color: White;
	position: relative;
	padding: 0px;
	margin: 0px;
	background-image: none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 2px;
	color: Black;
}

p.space { line-height: 16px; }

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 4px;
	margin-bottom: 2px;
	color: Black;
	text-decoration: none;
}

a:hover { text-decoration: underline; }
 
p.small  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: black;
}

a.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: black;
	text-decoration: none;
}

p.disclaimer  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	color: black;
}

a.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
	color: black;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-top: 1px;
	margin-bottom: 2px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	margin-top: 1px;
	margin-bottom: 1px;
}

p.lg { font-size: 14px; }

a.lg { font-size: 14px;  text-decoration: none;  }

p.white { color: white; }

a.white{ color: white; } 

p.gray { color: #858585; }

a.gray { color: #858585; }

h1.gray { color: #858585; }

h2.gray { color: #858585; }

h1.white { color: white; }

h1.red { color: #CD3B2B; }

p.red { color: #CD3B2B; }

a.red { color: #CD3B2B; }
 
h2.red { color: #CD3B2B; }

hr.red { color: #CD3B2B; }

hr.black { color: Black; }

hr.white { color: white; }

ul.small {
	margin-top: 1px;
}

ul {
	margin-bottom: 0px;
	margin-top: 1px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 1px;
	margin-bottom: 0px;
	color: Black;
	list-style: disc outside;
	margin-left: -22px;
}

li.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: Black;
	list-style: disc outside;
	margin-left: -22px;
}

li.smallgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-top: 2px;
	margin-bottom: 1px;
	color: #858585;
	list-style: disc outside;
	margin-left: -22px;
}

li.red { color: #CD3B2B; }

li.gray { color: #858585; }

.norepeat {
	background-repeat: no-repeat;
}

.mainborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.blackborder { border: 1px solid Black; }

.whborder { border: 1px solid White; }

.grayborder { border: 1px solid Gray; }

.repeatvertical { background-repeat: repeat-y; }

.repeathorz { background-repeat: repeat-x; }

.topmargin10 { margin-top: 10px; }

.rtmargin10 { margin-right: 10px; }
