Body {
	font-size: 12px;
	font-family : verdana;
	margin: 2px;
}
h1 {
	font-family: Tahoma;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #103224;
	line-height: 28px;
}
h2 {
        font-family: Tahoma;
        font-size: 16px;
        font-style: normal;
        font-weight: bold;
        color: #103224;
        line-height: 16px;
}
h3 {
        font-family: Tahoma;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #072E19;
        line-height: 16px;
}

A:link {
	color: #103224;
	text-decoration: none;

}

A:visited {
	color: #103224;
	text-decoration: none;

}

A:active {
	color: #103224;
	text-decoration: none;

}

A:hover {
	color: #105524;
	text-decoration: none;

}

A.intro:link {
	color: #103224;
	text-decoration: none;

}

A.intro:visited {
	color: #103224;
	text-decoration: none;

}

A.intro:active {
	color: #103224;
	text-decoration: none;

}

A.intro:hover {
	color: #105524;
	text-decoration: none;

}

TD {
	font-size: 12px;
	font-family : verdana;
	color: #111111;
}

P {
	font-size: 12px;
	font-family : verdana;
	color: #111111;
}

TD.smaller {
	font-size: 11px;
	font-family : verdana;
	color : #111111;
}

P.smaller {
	font-size: 11px;
	font-family : verdana;
	color : #111111;
}


HR {
	color : #103224;
	height : 1px;
	width:590px;
}


.small {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #42184A;
}

.date {
	font-size: 10px;
	background-color: #FFCE00;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
}

table.sample {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: double double double double;
	border-color: green green green green;
	border-collapse: separate;
}
table.sample th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
}