html {
overflow-y: scroll; /* IE */
min-height: 100%; margin-bottom: 1px;  /* FIREFOX */
}
a {
	color: #000000;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color: #000000;
	background-color:#FFFFFF;
}

p{
	text-align:justify;
}


.title1{
	font-size:100%;
	font-weight:bold;
}

.title2{
	font-size:95%;
	font-weight:bold;
}

.title3{
	font-size:90%;
	font-weight:bold;
}


li {
	font-size:small; 
	list-style-image: url(images/triangle.gif);
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
}

.plainlink a{
	text-decoration:none;
}

.list2{
	list-style:none;
}

.list2 li{
	list-style-image:none;
}

.list3{
	list-style:decimal;
}

.list3 li{
	list-style-image:none;
}


.list4{
	list-style-type: disc;
}

.list4 li{
	list-style-image:none;
}

.inline{
	display:inline;
}
.border {
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-top-color: #82b0e4;
	border-right-color: #82b0e4;
	border-bottom-color: #82b0e4;
	border-left-color: #82b0e4;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: left;
}

