body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.bdrtop {
	border-top-width: 3px;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FF0000;
}
.bdrbtm {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
}
.bdrlft {
	border-left-width: 3px;
	border-left-style: double;
	border-left-color: #FF0000;
}
.bdrrt {
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #FF0000;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-variant: small-caps;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
li {
	list-style-position: outside;
	list-style-image: url(images/flag.gif);
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}

