/* CSS Document */

.body         		{
	font-family: Cambria;
	font-size: x-small
}
form				{
	font-family: Cambria;
	font-size: x-small;
	margin-bottom: 3;
	margin-top: 0
}
li  				{ }
li a:link			{ font-weight: bold }
li a:visited		{ font-weight: bold }
td					{
	font-family: Cambria;
	font-size: medium;
}
th					{
	font-family: Cambria;
	font-size: x-small;
	font-weight: bold
}
a:link	    	    {
	text-decoration: none;
	color: #000099;
	font-weight: normal
}
a:visited   	    { text-decoration: none; color: #FFFFFF; font-weight: normal }
a:hover				{
	text-decoration: none;
	color: #333333;
}
hr					{ border-bottom: 1px solid #000000; border-top: 0px; border-right: 0px; border-left: 0px }
h1		      		{
	font-size: 20pt;
	font-family: Cambria
}
ul					{ margin-bottom: 0; margin-top: 0 }
input 				{ font-family: Monoco, monospace }
textarea			{
	font-family: Cambria
}
b					{ }
i					{ }
img					{ border-color: #000000 }
:hr.divider			{ width: 100%; align: left }
.nodeclink			{
	font-family: Cambria;
	color: #000000;
	font-size: x-small
}
:link.nodeclink		{ text-decoration: none; font-family: Verdana, sans-serif; color:#000000; font-size: x-small; font-weight: normal }
:visited.nodeclink	{ color: #000000; text-decoration: none; font-weight: normal }
:hover.nodeclink	{ text-decoration: underline }
.border		 		{ border-width: 1px; border-color: #000000 }
.whiteonblack		{
	font-family: Cambria;
	color: #FFFFFF;
	font-size: x-small
}
.h1emulator			{ font-size: 20pt; font-family: Verdana, sans-serif; font-weight: bolder }
.hrtextwonb			{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Cambria;
	font-weight: bolder;
	font-size: x-small
}
.fill				{ background-color: #CCCCCC; border-color: #CCCCCC }
.required      {background-color:yellow;}
	

