*
{
	font-family: arial, univers, helvetica, sans-serif;
	color: #000000;
}

body
{
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
}

a:link {color: #6050A3; text-decoration: underline;}
a:visited {color: #6050A3; text-decoration: underline;}
a:hover {color: #6050A3; text-decoration: underline;}
a:active {color: #9966CC; text-decoration: underline;}


td.content
{
	padding: 15px 15px 15px 15px
}

h1
{
	font-size: 100%;
	font-weight: bold;
	color: #A373D6;
}

td.header
{
	font-size: 100%;
	font-weight: bold;
	color: #A373D6;
}


p, ul, ol
{
	font-size: 75%;
}

td.disclaimer
{
	padding: 10px 15px 10px 15px;
	background-color: #E6E6E6;
	font-size: 70%;
}


/* FORMS */
form {margin: 0px 0px 0px 0px}

div.form_border1
{
	border: 2px solid #A373D6;
	padding: 8px 15px 10px 15px;
	background-color: #E6D6F6;
}

div.form_border2
{
	border: 2px solid #A373D6;
	padding: 8px 15px 10px 15px;
	
}


table.form
{
	font-size: 75%;
}

table.form th
{
	text-align: left;
	padding-bottom: 5px;
	font-size: 110%;
}

input
{
	font-size: 100%;
}

input.form_button
{
	cursor: pointer;
	padding: 1px 2px 1px 2px;
	font-size: 100%;
	font-weight: bold;
}


/* CHART */
table.chart
{
	font-size: 75%;
}

table.chart th
{
	text-align: left;
	font-weight: bold;
	background-color: #DDDDDD;
}

table.chart td
{
	text-align: left;
	background-color: #F0F0F0;
}

table.chart td.footer
{
	text-align: center;
	background-color: #DDDDDD;
}