﻿BODY {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	color : Black;
	text-align : left;
	margin-top : 5px;
	margin-left : 5px;
	margin-right : 5px;
	margin-bottom : 5px;
}
A:LINK {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}
A:VISITED {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}
A:ACTIVE {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}
A:HOVER {
	font-family : Verdana;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color : Black;
	text-decoration : underline;
}
UL {
	list-style-type : square;
}TABLE {
	font-family : Verdana;
	font-size : 10pt;
}
TD {
	vertical-align : top;
}
.table {
	border : 1px solid Red;
	padding : 5px 5px 5px 5px;
}
.tablehead {
	border : 1px solid Red;
}
.td {
	padding : 30px;
}
.td_block {
	padding : 5px 5px 5px 5px;
	text-align : justify;
}
.form {
	font-family : Verdana;
	font-size : 10pt;
}
