p, ul {
	font-size: small;
	line-height: 1.4;
}
body {
	background-color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.small {
	font-size: x-small;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
	padding-top: 20px;

}
h4 {
	font-size: small;
}
.gray {
	background-color: #DDDDDD;
}
.clear {
    clear: both;
}
table.left {
    float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
table.right {
    float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
table.center {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
/* NN6< */
/* NN6< */
<!--#if expr="($HTTP_USER_AGENT = /Gecko/)" -->
<!--#include virtual="/css/gecko.css" -->
<!--#elif expr="($HTTP_USER_AGENT = /Mozilla\/4/) &&! ($HTTP_USER_AGENT = /compatible/)" -->
<!--#include virtual="/css/nn4.css" -->
<!--#endif -->

