A
	{
	text-decoration: none;
	color: #FF9933;
	font-weight: bold;
	}

A.external
	{
	color: #009900;
	}

A.external:hover
	{
	color: #006600;
	}

A:hover
	{
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
	}

A IMG
	{
	border: none 0px #FFFFFF;
	border-style: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	}

BODY
	{
	color: #333333;
	background: #FFFFFF;
	margin-top: 5%;
	margin-left: 15%;
	margin-right: 15%;
	font-family: sans-serif;
	text-align: justify;
	}

DL, DD, OL, UL, LI
	{
	line-height: 110%;
	}

DD P
	{
	line-height: 110%;
	}

DT
	{
	line-height: 125%;
	}

H1
	{
	font-family: sans-serif;
	font-style: italic;
	text-transform: lowercase;
	}

H3
	{
	font-family: sans-serif;
	line-height: 200%;
	text-transform: lowercase;
	}

.inlinebold
	{
	font-weight: bold;
	}

.superscript
	{
	font-size: smaller;
	}
	
.ulr, .ull
	{
	border-color: black;
	border-width: 1px;
	}

.ulr
	{
	border-bottom-style: solid;
	margin-right: 45%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: left;
	}

.ull
	{
	border-top-style: solid;
	font-size: smaller;
	margin-left: 45%;
	margin-top: 20px;
	text-align: right;
	}
