/* CSS Document */
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #3a3838;
	line-height:16px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #d15981;
	margin:12px 0 4px 0;
	line-height:20px;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin:12px 0 4px 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin:12px 0 4px 0;
}

a {
	font-weight: normal;
	color: #622e4e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


/**
 * 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;
}

