﻿body
{
	background: #FFFFFF;
	font: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #7F7772;
	font-size: 80%;
}


.hyperlink {
	text-decoration: none;
	color: #6AA2FD;
}

.hyperlink:hover {
	text-decoration: none;
	color: #FF7400;
}

.hyperlink a:visited {
color: #6AA2FD;
}

img {
	border: none;
}
.readonly
{
    border-style: inset;
    background-color: #C0C0C0;
}