@charset "UTF-8";

body {
	min-width: 6.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #666666;
}

p {
	font-size: 0.75em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.375em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.875em;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

a:active {
	color: #FF0000;
}

p.small {font-size:0.7em}

.Red_Alert {
	color: #F00;
	font-weight: bold;
}

