/*--------------------------------------------------------------------
  Default styles
--------------------------------------------------------------------*/

body
	{
	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

body,td,th
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

p
	{
	margin-top: 11px;
	margin-bottom: 11px;
	}

a
	{
	font-size: 10px;
	font-weight: bold;
	color: #0044CC;
	text-decoration: none;
	}

a:hover
	{
	text-decoration: underline;
	}

table.bordered
	{
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid #a0a0a0;
	}

table.thinborder
	{
	border-right:1px solid #a0a0a0;
	border-bottom:1px solid #a0a0a0;
	}

table.thinborder td
	{
	border-left:1px solid #a0a0a0;
	border-top:1px solid #a0a0a0;
	}

/*--------------------------------------------------------------------
  Custom styles
--------------------------------------------------------------------*/

.txt_white
	{
	color: #FFFFFF;
	}

.txt_whitebold
	{
	color: #FFFFFF;
	font-weight: bold;
	}

.txt_lightblue
	{
	color: #0066CC
	}

.txt_graybold
	{
	color: #B0B0B0;
	font-weight: bold;
	}

.txt_justify
	{
	text-align: justify;
	}

.hr
	{
	height: 1px;
	background-color: #B0B0B0;
	color: #B0B0B0;
	}

.style1 {color: #FFFFFF}