/* CSS Document */
body, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight:normal;
	color: #d7df21;
	margin-top:8px;
	margin-bottom:8px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-weight:normal;
	color: #d7df21;
	margin-top:8px;
	margin-bottom:8px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	color: #d7df21;
	margin-top:8px;
	margin-bottom:8px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	color: #d7df21;
	margin-top:8px;
	margin-bottom:8px;
}

a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d8df21;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #d8df21;
	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;
}