body {
	margin: 0px;
	padding: 0px;
	background-color: #fcf1c4;
	color: black;
}

body,p,input,textarea,select,td,th {
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #1e2a60;
}

p {

}

h1,h2,h3,h4,h5,h6 {
}

h1 { text-transform: uppercase; font-size: 12pt; }

h2 { font-size: 10pt; }

h3 { font-size: 9pt; }

h4 { font-size: 8pt; }

h5 { font-size: 7.5pt; }

h6 { font-size: 7.5pt; }

/*a {
	color: blue;
}

a:hover {
	color: black;
}*/

#container1  {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding-bottom: 10px;
}

#body1 {
	background-color: white;
}

#body2 {
	padding-top: 5px;
}

#body3 {
	margin-left: 130px;
	padding-left: 0px;
	padding-right: 0px;
}

#top1 {
}

#footer1 {
	clear: both;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #1e2a60;
}
#footer1 a {
	color: white;
	text-decoration: none;
}
#footer1 a:hover {
	text-decoration: underline;
}
#footer1 table td {
	color: white;
}

#menu1 {
	float: left;
	background-color: #c6d6ed;
	color: #1e2a60;
	padding-top: 5px;
	width: 125px;
}
#menu1 a {
	color: #1e2a60;
	text-decoration: none;
}
#menu1 a:hover {
	text-decoration: underline;
}
#menu1 p {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 2px;
	margin-bottom: 8px;
}

.spacer {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 0pt;
}

.table1 {
	display: inline-table;
	border-collapse: collapse;
	empty-cells: show;
	border: 1px solid #1e2a60;
}
.table1 th {
	background-color: #1e2a60;
	color: white;
}
.table1 td {
	vertical-align: top;
	padding: 0px;
	border-spacing: 0px;
	font-size: 7pt;
}

.table0 {
	border: 0px solid black;
}
.table0 td {
	padding: 0px;
	border-spacing: 0px;
}

img.border1 {
	border: 1px solid #1e2a60;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 1px;
}

.yellow1,.blue1 {
        border: none;
        margin-bottom: 5px;
}
.yellow1 {
        background-color: #fcf1c4;
}
.blue1 {
        background-color: #c6d6ed;
}
.yellow1 th,.blue1 th {
        font-weight: bold;
        text-align: left;
}
.yellow1 td,.blue1 td {
        vertical-align: top;
        padding-bottom: 10px;
        padding-right: 5px;
}
.yellow1 td p,.blue1 td p {
        font-size: 8pt;
}
