body
{
	background-color: #006699;
	margin: 20px;
	scrollbar-base-color: #006699;
	scrollbar-arrow-color: #ffffff;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Geneva, Helvetica, Lucida Sans, Trebuchet;
}
td, p, br, input, select
{
	font-family: Verdana, Arial, Geneva, Helvetica, Lucida Sans, Trebuchet;
	font-size: 8pt;
	color: #333333;
	text-align: justify;
}
input, select
{
	border: solid 1px #cccccc;
	text-align: center;
}
hr
{
	color: #F48D27;
	height: 1px;
}
p
{
	text-align: justify;
}
a
{
	color: #0099CC;
	font-weight: bold;
}
a:hover
{
	color: #FFFFFF;
	background-color: #0099CC;
}
.center
{
	text-align: center;
	
}
.title
{
	padding-left: 12px;
	padding-bottom: 8px;
	margin-top: -5px;
	font-size: 12pt;
	color: #0099CC;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, Helvetica, Lucida Sans;
	font-weight: bold;
	background-image: url(/images/title_back.gif);
	background-repeat: no-repeat;
}
.footer
{
	color: #d4effc;
	font-size: 8pt;
	text-align: center;
	padding: 4px;
}
.footer a
{
	color: #d4effc;
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
}
.footer a:hover
{
	color: #0099CC;
	background-color: #d4effc;
}
.menutd
{
    vertical-align: middle;
	font-size: 9pt;
	color: #0099CC;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, Helvetica, Lucida Sans;
	font-weight: bold;
}
.menutd a
{
    vertical-align: middle;
	color: #797979;
	text-decoration: none;
	font-weight: bold;
	width: 169px;
}
.menutd a:hover
{
	color: #0099CC;
	background-color: Transparent;
}
.cellLeft{float:left; display:block; padding: 0px; width:200px}
.cellRight {float:left; display:block; padding: 0px; width:300px}

/* Accordion Addition */
#basic-accordian{
	position:absolute;
	z-index:2;
	width: 221px;
	height: 211px;
}

.accordion_headings, .selected{
	cursor:pointer;
}

.accordion_child{
}
