﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p 
{
	margin:2px;
}

.normalstyle {
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:6px;
}

td
{
	font-size: 0.8em;
	
}

/* Content Styles */
h6 {
	padding: 0px;
	margin: 0px;
	color: #b22222;
	bottom: 0px;
	clip: rect(auto, auto, 0px, auto);
}
h5 {
	color: #b22222;
	bottom: 0px;
}
h4 {
	color: #b22222;
}
h3 {
	color: #1430ff;
	font-size:smaller;
	margin-bottom:3px;
}
h2 {
	color: #b22222;
}
h1 {
	color: #b22222;
	font-size:medium;
}

/* Link Styles */
a {
	color: #1430ff;
	text-decoration: underline;
    text-align: center;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}

.msgstyle 
{
    color:#1430ff;
}
