@charset "utf-8";
/* CSS Document */
body, p, h1, h2, h3, h4, h5, h6, .FinePrint, select, input, button {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 14px;
	color: #000000;
	margin: 0;
}
p {
	font-size: 14px;
	color: #000000;
	margin-top: 0;
}
a:link {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #0000CC;
}
a:active {
	text-decoration: underline;
	color: #000099;
}
h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-weight: bold;
	margin-top: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 17px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}
pre {

}
code {

}
blockquote {

}
ol {

}
ul {

}
img {
	border: 0;
}
b {
	font-weight: bold;
}
i {
	font-style: italic;
}
.LargeText {
	font-size: 16px;
}
.SmallText {
	font-size: 12px;
}
.FinePrint {
	font-size: 10px;
}
.ColorText1 {
	color: #000099;
}
.ColorText2 {
	color: #990000;
}

