a:link
{
	color: rgb(0,51,204);
}
a:visited
{
	color: rgb(51,153,102);
}
a:active
{
	color: rgb(255,153,0);
}

body, td, p, .Std
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,204);
	color: rgb(102,51,153);
	font-size: 8pt;
}

table
{
	table-border-color-light: rgb(255,102,153);
	table-border-color-dark: rgb(102,51,153);
}

.TinyHelp
{
	font-size: 8pt;
	background-color: white;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
	font-size: 22pt;
}

h2 { color: rgb(255,102,153); }
h3 { 
  color: rgb(51,153,102);
  font-size: 15pt;
}
  
h4 { color: rgb(102,51,153); }
h5 { color: rgb(255,102,153); }
h6 { color: rgb(51,153,102); }

.Button {
	background-color: rgb(255,184,78);
	color: blue;
	width: 110px;
	text-align: center;
}

.OverButton {
	background-color: rgb(191,138,59);
	color: blue;
	width: 110px;
	text-align: center;
}

.ClickButton {
	background-color: rgb(128,92,39);
	color: blue;
	width: 110px;
	text-align: center;
}