/*** Basic styles ***/

body {
	background-color: #008080;
	margin: 0px 0px 0px;
	font-family: times new roman times;
	color: #000000
}

#lc {
	position: absolute;
	width: 125;
	top: 50px;
	left: 0px;
}

#rc {
	position: absolute;
	top: 0px;
	left: 130px;
}

p {
	text-align: justify;
	text-indent: 0.25in;
	margin: 0px 10px 10px;
	margin-bottom: 0.1in;
	font-size: 12pt
}

.lt {
	text-align: left;
	text-indent: 0in;
	font-size: 12pt
}

.rt {
	text-align: right;
	font-size: 12pt
}

.ct {
	text-align: center;
	font-size: 12pt
}

.qt {
	text-align: justify;
	text-indent: 0in;
	margin-left: 0.25in;
	margin-right: 0.25in;
	margin-bottom: 0.1in;
	font-style: italic;
	font-size: 12pt
}

.ad {
	text-align: justify;
	text-indent: 0in;
	margin-left: 0.25in;
	margin-right: 0.25in;
	margin-bottom: 0.1in;
	font-size: 12pt
}

h1 {
	text-align: center;
	font-style: bold;
	font-size: 12pt
}

h2 {
	text-align: center;
	font-style: bold;
	font-size: 14pt
}

h3 {
	text-align: center;
	font: bold;
	font-size: 24pt
}

h4 {
	text-align: center;
	font: bold;
	font-size: 30pt
}

li {
	text-align: justify;
	font-size: 12pt
}

ol {
	text-align: justify;
	font-size: 12pt
}

.dc {
	list-style-type: decimal;
	list-style-position: outside
}

.ua {
	list-style-type: upper-alpha;
	list-style-position: inside
}

a:link {
	color: #ff0000
}

a:visited {
	color: #800060
}

/* Position the element with id="logo" at the top left of the page */
#logo {
  position: absolute;
  top: 10px;
  left: 0px
}

