/* CSS Document */

body{
margin:0px;
padding-left:0px;
padding-right:0px;
padding-top:0px;
padding-bottom:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.title {
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
	background-color: #999999;
	background-position: top;
}
.table {
	background-position: top;
	top: auto;
	vertical-align: top;
}
.ptitle {
	background-color: #999999;
	color: #000000;
	font-size: 14pt;
	font-weight: normal;
	background-position: center;
	text-align: center;
	vertical-align: top;
}


a{
text-decoration:none;
font-weight:bold
}

a:link , a:visited
{
color:#333333
}

a:hover , a:active
{
color:#990000
}

a.mylink
{
	font-weight:bold
}

a.mylink:link , a.mylink:visited
{
	text-decoration:underline;
	color:#990000
}
a.mylink:hover , a.mylink:active
{
	text-decoration:none;
	color: #000000}
	
.content
{
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
	line-height:17px;

}	

