body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-size:10pt;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: underline;
}
img {
	border: 0px none;
}
p{
	font-family:Arial, sans-serif;
	font-size:10pt;
	color: #333333;
}

strong{
	font-weight:bold;
}
p.copy {
	font-size: 9pt;
	color: #FFFFFF;
	text-align:center;
	margin: 0px;
	padding:0px;
}	
p.right {
	text-align: right;
}
.titleline {
	background-image:url(img/line.gif);
	background-repeat: repeat-x;
}	

td.menuArea {
	background-color: #305A42;
	width: 148px;
}
td.hedbg {
	height: 55px;
	width: 100%;
	background-image: url(img/hed_bg.jpg);
	background-repeat: repeat;
}
td.newbg {
	height: 30px;
	width: 100%;
	background-image: url(img/new_02.jpg);
	background-repeat: repeat;
}

td.white {
	background-color: #FFFFFF;
	height: 60px;
}
td.white02 {
	background-color: #FFFFFF;
	height: 25px;
}
.grey01 {
	background-color: #666666;
}
.grey02 {
	background-color: #E6E6E6;
}
.grey03 {
	background-color: #CCCCCC;
}
.grey04 {
	background-color: #CCCCCC;
	width: 15%;
}

.green04 {
	background-color: #9AF69A;
	width: 100%;
}
td.per50 {
	width: 50%;
}
td.per25 {
	width: 25%;
	background-color: #FFFFFF;
	height: 30px;
}
td.per25LightGreen {
	background-color: #7ECF95;
	height: 30px;
}
td.per25Red {
	width: 25%;
	background-color: #FF5555;
	height: 30px;
}
.per25Blue {
	width: 25%;
	background-color: #3366CC;
	height: 30px;
}
.per25Yellow {
	width: 25%;
	background-color: #FFE633;
	height: 30px;
}
td.per25Bluishgreen {
	width: 25%;
	background-color: #006600;
	height: 30px;
}

li {
	font-size:10pt;
}
.fontbg{
	background-color:#000099;
	color:#FFFFFF;
	font-weight: bold;
}
table.header{
	background-color:#000000;
	height:30px;
}