/* CSS Document */
body, td {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000080;
	line-height:24px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #000080;
	line-height:24px;
	margin:8px 0 15px 0;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000080;
	margin:8px 0 8px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000080;
	margin:8px 0 8px 0;
}

a {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration:underline;
}


/**
 * Indentation.
 */

.Indent1
{
	margin-left: 40px;
}

.Indent2
{
	margin-left: 80px;
}

.Indent3
{
	margin-left: 120px;
}

/**
 * Alignment.
 */

.JustifyLeft
{
	text-align: left;
}

.JustifyRight
{
	text-align: right;
}

.JustifyCenter
{
	text-align: center;
}

.JustifyFull
{
	text-align: justify;
}

