html, body
{
	/*font-size: 100%;*/
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif; 
}

.title
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #11497A;
	font-family: Arial, Helvetica, sans-serif;
}

.subheadinglight
{
	font-weight: bold;
	font-size: 1.1em;
	color: #767F7C;
	font-family: Arial, Helvetica, sans-serif;
}

.subheading
{
	font-weight: bold;
	font-size: 1.0em;
	color: #11497A;
	font-family: Arial, Helvetica, sans-serif;
}

.boldtextblack
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.smallheading
{
	font-weight: bold;
	font-size: 0.8em;
	color: #11497A;
	font-family: Arial, Helvetica, sans-serif;
}

.smallheadingblack
{
	font-weight: bold;
	font-size: 0.8em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.plaintext
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #888a8a; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #ffffff; 
}

.Combo1	{
	color: #FFFFFF;
	background-color: #11497A;
}
.Combo2	{
	color: #11497A;
	background-color: #FFFFFF;
}
.Combo3	{
	color: #FFFFFF;
	background-color: #DBDBDB;
}
.Combo4	{
	color: #FFFFFF;
	background-color: #C5D1D1;
}
.Combo5	{
	color: #767F7C;
	background-color: #E0F0F0;
}
.Combo6	{
	color: #767F7C;
	background-color: #FFFFFF;
}
.Combo7	{
	color: #698BAE;
	background-color: #FFFFFF;
}
.Combo8	{
	color: #FFFFFF;
	background-color: #2D526F;
}

h1
{
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #11497A;
	font-family: Arial, Helvetica, sans-serif;
}


h2
{
	font-weight: bold;
	font-size: 1.1em;
	color: #767F7C;
	font-family: Arial, Helvetica, sans-serif;
}

h3
{
	font-weight: bold;
	font-size: 1.0em;
	color: #11497A;
	font-family: Arial, Helvetica, sans-serif;
}

h4
{
	font-weight: bold;
	font-size: 0.9em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h5
{
	font-weight: bold;
	font-size: 0.8em;
	color: #11497A;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	color: #888a8a; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: #ffffff; 
}
/*
td
{*/
	/*font-size: 100%;*//*
}*/




A
{
	font-size: 100%;
	color:#767F7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}


A:visited
{
	font-size: 100%;
	color:#767F7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:link
{
	font-size: 100%;
	color:#767F7C;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	font-size: 100%;
	color:red;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

INPUT.textfield	{
	border: 1px solid #888a8a;
	color: #888a8a;
	height: 16px;
}