
/*CSS BODY*/
body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
/* CSS Document */
.main
{
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background: #EEEFFE;
	width: 900px;
	font-family: Tahoma;
}

.text-1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	font-style: italic;
	font-smooth: always;
	font-weight: bold;
}
.text-2
{
	font-family: Tahoma;
	font-size: 12px;
	color: #363636;
	line-height: 13pt;
	font-weight: 500;
}
.text-3
{
	font-family: Tahoma;
	font-size: 10px;
	color: #363636;
}
.text-4
{
	font-family: Tahoma;
	font-size: 13px;
	color: #363636;
	line-height: 15pt;
	font-weight: 500;
}
.text-5
{
	font-family: Tahoma;
	font-size: 18px;
	color: #363636;
	font-weight: 500;
}
.text-6
{
	font-family: Tahoma;
	font-size: 13px;
	color: #363636;
	line-height: 15pt;
	font-smooth: always;
	font-weight: bold;
}
.heading-1
{
	font-family: Tahoma;
	font-size: 22px;
	color: #000000;
	font-weight: 500;
}
.footer
{
	height: 20px;
	background-color: #384B97;
}
.footer .text
{
	color: White;
	font-size: 11px;
}
.rightflash
{
	border: solid 1px lightgrey;
}

