﻿body {
	font-family: seoul, arial, verdana;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	margin: 0 auto;
}
.heading1 {
    font-size: 18pt;
	font-weight: normal;
	color: #9A1E28;
	padding-bottom:12px;
}
.heading2 {
    font-size: 14pt;
	font-weight: normal;
	color: #9A1E28;
	padding-bottom:12px;
}
.text {
	color: #424242;
	padding-bottom:12px;
	font-size:12pt;
}
.footerText {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color:#0072C2;
	text-decoration:none;
}
a:hover {
	color:#C04D38;
	text-decoration:underline;
}
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;
}
a.footerLink:link, a.footerLink:active, a.footerLink:visited {
	color:#666666;
	text-decoration:none;
}
a.footerLink:hover {
	color:#3872B2;
	text-decoration:underline;
}
.button {
   font-family: Verdana;
   font-size: 8pt;
   color:#000000;
   height:20px;
   background-color:#f5f5f5;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   text-align:center;
   vertical-align:middle;
}
.button:hover {
    border:1px solid #3366cc;
    color:#003499;
    cursor:hand;
}
