body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	align: justify;
	color: #000000;
	font-size: small;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}

a:link {
	color: #245460;
	text-decoration: underline;
}

a:visited {
	color: #800000; 
	text-decoration: underline;
}

a:hover {
	color: #888888; 
	text-decoration: underline;
}

h1 {
	font-size: x-large;
	color:  #245460;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #245460;
	font-size: larger;
}

h3 {
	color: #245460;
	font-style: italic;
	font-size: large;
}

h4 {
	font-size: medium;
	font-style: italic;
}

.copyright {
	font-size: smaller;
}

.breadcrumb_disabled {
	font-size: small;
	color: #999999;
}

.quote {
	font-size:small;
	color: #245460;	
} 

.quoteby {
	font-size:x-small;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

ul.disc {list-style-type: disc}

ul.circle {list-style-type: circle}

ul.square {list-style-type: square}

ul.none {list-style-type: none}
