html,body {
	margin: 0;
	padding: 0;
}

.percent {
	width: 100%;
	height: 100%;
}

.tdAlign {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 260px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 120px;
	width: 500px;
	height: 256px;
}

div.main {
	position: absolute;
	top: -70px;
	left: 0px;
	width: 700px;
	height: 260px;
}

.navBG {
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
}

.copyPad20px {
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.bulletsClr{
	color : #0072FF;
	font-size : 10px;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color : #FF0000;
	font-size : 8pt;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : transparent;
	font-weight : normal;
	}
a:link{
	color : #FF0000;
	background-color : transparent;
}
a:visited{
	color : #6699CC;
	background-color : transparent;
}
a:hover{
	color : #FF0000;
	background-color : transparent;
	text-decoration : underline;
}
a:active{
	color : #FFCC00;
	background-color : transparent;
}
