﻿body {
	margin: 0px 0px 0px 0px;
	font-family: seoul, arial, verdana;
	font-size: 12pt;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
	background-color:#FFFFED;
}
.heading1 {
	font-size: 16pt;
	color: #631A33;
	font-style:italic;
	padding-bottom:6px;
}
.heading2 {
	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
}
.heading3 {
	font-size: 12pt;
	color: #631A33;
}
.text {
    padding-bottom:16px;
}
a:link, a:active, a:visited {
	color:#666666;
	text-decoration:none;
}
a:hover {
	color:#3872B2;
	text-decoration:underline;
}
a.headerLink:link, a.headerLink:active, a.headerLink:visited {
	font-size: 10pt;
}
a.headerLink:hover {
	font-size: 10pt;
}
