body, td, tr, p
{
	font-size: 10pt;
	font-family: Arial;
	color:#0066FF; 
}

h1, .heading
{
	font-size: 12pt;
	font-weight: bold;
	background-color: #E1F0FF;
}

h2, .heading2
{
	font-weight: bold;
}

h3, .heading3
{
	font-size: 8pt;
	font-family: Arial;
	color:#0066FF; 
	font-weight: bold;
	background-color: #E1F0FF;
}

.invoice0, .invoice1, .disclaimer, .button, .current
{
	font-family: Arial; 
	font-size: 8pt;
}

.invoice0
{
	background-color: #E0E0E0;
}

input:disabled, .disabled
{
	color: #666666;
}

.input:disabled
{
	border: 1px solid #666666;
	background-color: #E0E0E0;
}

.invoice1
{
	background-color: #FFFFFF;
}

.disclaimer
{
	background-color: #E1F0FF;
	text-align: center;
}

.input, .button, .current
{
	color: #0066FF; 
	border: 1px solid #0066FF;
}

.button, .current
{
	font-weight:bold; 
}

.button:hover, .current:hover
{
	background-color:#FFFFFF;
}

.button:active, .current
{
	background-color:#FFC700;
}
