﻿@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.StdText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}

.SmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}

.LinkText {
	text-decoration: none;
    width: 100%;
	background: #D1E5FF;
	color: #325884
}
.LinkTextActive {
	background: #638CBB;
    color: #E8FFE9;
}
.LinkText:hover {
	background: #638CBB;
    color: #E8FFE9;
}
