body {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
p td span{
	color:#FFFFFF;
	text-decoration:none;
}
p a{
	color:#FFFFFF;
	text-decoration:underline;
}
img {
	border:none;
}
.bluetabs {}
.bluetabs ul {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 14px Verdana;
	list-style-type: none;
	text-align: center;
}

.bluetabs li {
	display: inline;
	margin: 0;
}

.bluetabs li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 2px solid #11410a;	/* color of border around top level menu box */
	color: #003300;			/* color of font for unvisited top-level links */
	background-color:#FFFFFF;
/*	background: #72725d top left repeat-x;	/* background color of top level menu boxes */
*/}

.bluetabs li a:visited {
	color: #003300;			/* color of font for visited top-level links */
}

.bluetabs li a:hover {
	text-decoration: none;
	color: #003300;			/* color of font for top-level links when mouse over */
}

.bluetabs li.selected {
}

.bluetabs li.selected a { /*selected main tab style */
	background-color: #ffffff;	/* background color of drop down menu box when mouse over */
	border-bottom-color: white;	/* color between top-level box and submenu boxes */
}

.bluetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
	background-color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #11410a;	/* border color to right and left of drop down menus */
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #ffffff;	/* background color of drop down menu boxes */
	width: auto;
	visibility: hidden;
	text-align:left;
}


.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 0;
	border: 0 solid #11410a;	/* border color between and below drop down menu boxes */
	border-bottom-width: 1px;
	padding: 2px 5px;
	text-decoration: none;
	color: #003300;			/* font color of drop down menus */
}

.dropmenudiv a:hover {
	background-color: #EBEBEB;	/* background color of drop down menu box when mouse over */
}
.copyRightText{
	color:#FFFFFF;
	text-decoration:none;
}
.copyRightText a{
	color:#FFFFFF;
	text-decoration:none;
}
.paddingLeftRight p{
padding:0px 10px;
}
.style1 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
}
.style2 {
	font-size: 26px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}
.bottomPart{
	width:1000px;
	margin:0px auto;
	z-index:1000;
	background-color:#000000;
}
.bottomPartText{
	color:#005555;
	font-size:20px;
}