body
{
	background-color: white;
}

.hidden
{
	display: none;
}

img {
	vertical-align: middle;
}

A:link {
	color: #304FFF; /* #CC0000 */
	text-decoration: none;
}

A:visited {
	color: #304FFF;
	text-decoration: none;
}

A:active {
	color: #304FFF;
	text-decoration: none;
}

A:hover {
	color: #000066;
	text-decoration: none;
}

TD {
	font-size: 12px;
	font-family : Verdana;
}

HR {
	color : #767981;
	height : 1px;
}

.tabUlH
{
	list-style: none;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

.tabLiH
{
	font-size: 100%;
	display: inline;
	float: right;
	position: relative;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 10px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	
	border-top: 1px solid white;
	background: url("images/tab-blue-left.gif") left top no-repeat;
	background-color: #26a; /*#DADAE3;*/
	cursor: pointer;
}

.rightCorner
{
	background: url("images/tab-blue-right.gif") right top no-repeat;
	padding-right: 10px;
	padding-bottom: 16px;
}

.tabUlV
{
  list-style-type: square;
	padding: 0px 0px 0px 24px;
  margin: 0px;
	/* border: 0px solid #737B80; */
	border-top: 0px;
}

.tabLiV
{
	font-size: 100%;
	position: relative;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 4px;
	font-size: 11px;
	font-weight: bold;
	color: #304FFF;
	border-top: 1px solid #D3D3CF;
	cursor: pointer;
}

.tabLiVSub
{
	font-size: 100%;
	position: relative;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 4px;
	font-size: 11px;
	font-weight: bold;
	color: #304FFF;
	border-top: 1px solid #D3D3CF;
}

.tabBottomUlH
{
	list-style: none;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

.tabBottomLiH
{
	font-size: 100%;
	position: static;
	display: inline;
	vertical-align: middle;
	margin: 0px 6px 0px 0px;
	padding: 4px 3px 4px 4px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

/* ============================ 
        Round Box Style
   ============================ */
.boxTable {
	border: 0px;
	margin-top: -10px;         /* ajust space for shade */
	margin-left: -5px;        /* ajust space for shade */
	margin-right: -5px;       /* ajust space for shade */
}

.boxTopLeft {
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: white;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: white url(images/BoxTopLeft.png) no-repeat left top;
}

.boxTopRight {
	padding-left: 25px;        /* must be the same as boxTopLeft padding-left + 5px */
	background: white url(images/BoxTopRight.png) no-repeat right top;
}
 
.boxBottomLeft {
	padding-top: 10px;
	padding-bottom: 20px;      /* must be the same as boxTopLeft padding-top + padding-bottom */
	padding-left: 20px;        /* must be the same as boxTopLeft padding-left */
	vertical-align: top;
	background: white url(images/BoxBottomLeft.png) no-repeat left bottom;
}

.boxBottomRight {
	padding-left: 25px;        /* must be the same as boxTopLeft padding-left + 5px */
	background: white url(images/BoxBottomRight.png) no-repeat right bottom;
}

.boxBottomLeftWhite {
	padding-top: 10px;
	padding-bottom: 20px;      /* must be the same as boxTopLeft padding-top + padding-bottom */
	padding-left: 20px;        /* must be the same as boxTopLeft padding-left */
	vertical-align: top;
	background: white url(images/BoxBottomLeftWhite.png) no-repeat left bottom;
}

.boxBottomRightWhite {
	padding-left: 25px;        /* must be the same as boxTopLeft padding-left + 5px */
	background: white url(images/BoxBottomRightWhite.png) no-repeat right bottom;
}

/* ============================ 
        Banner Box Style
   ============================ */
.banner {
	background: white url(images/left-top-corner-box.jpg) no-repeat left top;
	padding: 10px 0px 0px 10px;
	width: 128px;
	font-size: 11px;
	font-family : Verdana;
	color : #000000;
}

.pageText {
	background: white url(images/left-top-corner-box.jpg) no-repeat left top;
	padding: 10px 0px 0px 10px;
	width: 100%;
	font-size: 12px;
	font-family : Verdana;
	color : #000000;
}

/* ============================ 
          Add Rotator
   ============================ */
/*
<div class="add">

.add {
	background-color: white;
}

.add img {
	float: left;
}
*/