
html, body
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	font-family: Arial;
	font-size: 12pt;
}

.textlink
{
	color: #000000;
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;	
}

a.textlink
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;	
}

.textlink:hover
{
	color: #FF0000;
}

.savebutton
{
	height: 30px;
	border: 2px solid #000000;
	border-radius: 10px;
	background: #FFFF00;
	color: #000000;
	font-weight: bold;
}

.smallsavebutton
{
	height: 20px;
	border: 2px solid #000000;
	border-radius: 8px;
	background: #FFFF00;
	color: #000000;
	font-weight: bold;
}

.dropdown
{
	background: #FFFF00;
	height: 20px;
	border-radius: 8px;
}





