	body
	{
		margin: 0px;
		background-color: #ffffff;
	}
	
	h1 
	{
		color: #c8c8c8;
		font-family: tahoma;
		font-size: 18px;
		font-weight: normal;
		margin: 0em;
		padding: 0em;
	}

	h2
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
		font-weight: bold;
		margin: 0em;
		padding: 0em;
		padding-bottom:0.3em;
	}

	p
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
		margin: 0em;
		padding: 0em;
		padding-bottom: 1em;
	}

	
	.topbutton
	{
		background-color: #34318a;
		color: #ffffff;
		font-family: tahoma;
		font-size: 11px;
	}
	.topbutton:link, .topbutton:visited, .topbutton:active
	{
		text-decoration: none;
	}
	.topbutton:hover
	{
		text-decoration: underline;
	}
	.leftbutton
	{
		background-color: #34318a;
		color: #ffffff;
		font-family: tahoma;
		font-size: 10px;
	}
	.leftbutton:link, .leftbutton:visited, .leftbutton:active
	{
		text-decoration: none;
	}
	.leftbutton:hover
	{
		text-decoration: underline;
	}
	.botbutton
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
	}
	.botbutton:link, .botbutton:visited, .botbutton:active
	{
		color: #3d3396;
		text-decoration: underline;
	}
	.botbutton:hover
	{
		color: #3d3396;
		text-decoration: none;
	}
	.contenttitle
	{
		color: #c8c8c8;
		font-family: tahoma;
		font-size: 18px;
	}
	.contenttext
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
	}
	.contenttext:link, .contenttext:visited, .contenttext:active
	{
		color: #3d3396;
		text-decoration: underline;
	}
	.contenttext:hover
	{
		color: #3d3396;
		text-decoration: none;
	}
	.boxtext
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
	}
	.formtext
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
		font-weight: bold;
	}
	.formtextlight
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
	}
	.formfield
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
		border: 1px solid;
		border-color: #d7d7d7;
		margin: 2px;
	}
	.formfieldnoborder
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
	}
	.formrequired
	{
		color: #ff0000;
		font-family: tahoma;
		font-size: 11px;
	}
	.formtitle
	{
		color: #000000;
		background-color: #ededed;
		font-family: tahoma;
		font-size: 11px;
	}
	.calculatorformfield
	{
		color: #000000;
		font-family: tahoma;
		font-size: 11px;
		border: 1px solid;
		border-color: #33318A;
		margin: 2px;
	}
	