﻿body {
	margin: 0px 0px 0px 0px;
	font-family: seoul, arial, verdana;
	font-size: 16px;
	font-weight: normal;
	color: #424242;
	text-decoration: none;
	background-color:#FFFFED;
}
.heading1 {
	font-size: 20px;
	color: #631A33;
}
.heading2 {
	font-size: 16px;
	font-weight: bold;
	font-style:italic;
}
.heading3 {
	font-size: 16px;
	color: #631A33;
}
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: 14px;
}
a.headerLink:hover {
	font-size: 14px;
}
a.breadcrumbLink:link, a.breadcrumbLink:active, a.breadcrumbLink:visited {
	color:#666666;
	text-decoration:none;
	font-size:10pt;
}
a.breadcrumbLink:hover {
	color:#3872B2;
	text-decoration:underline;
}