body {
	margin: 0;
}

a { 
	color: Blue;
	text-decoration: none;
}

a:Hover { 
	color: red;
	text-decoration: underline;
}
LI { 
	list-style: url("Graphics/blue_bullet.gif");
	height: 30px
}
.supHead {
	height: 50px;
	font-family: arial;
	font-weight: bold;
	font-size: larger
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333399;
	font-size: smaller;
	border-style: none
}

.tabletitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFF00
}

.releasetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #006699;
	font-weight: bold
}

.subhead {
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	background-color: #00CCFF;
	border-color: #CCCCCC #CCCCCC #666666 #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium
}

.bottommenu {

	font-size: 6pt;
	font-weight: bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.copyright {
	font-size: 7pt;
}

a.leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #33AAFF;
	padding: 0px;
	margin-left : 0px;
	margin-right: 0px;
}

.p2{
	margin-left : 10px;
	margin-top : 6px;
}

.profile {
	color:navy;
	background: #eeeeee;
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serifs;
	border: 3px outset;
}

.attention {
	color:red;
}

.nataraSig {
	color: #0000CC;
	font-weight: bold;
	font-style: italic
}


