td, input, select, textarea {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

BODY {
	background-color: #333333;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	}
/* start menu css */
#dolphincontainer{
	position:relative;
	border-bottom: 1px solid black;
	color:#E0E0E0;
	background:#B22A2A;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
#dolphinnav{
	position:relative;
	height:33px;
	text-decoration: none;
	font-family: Tahoma;
	font-size:10px;
	text-transform:capitalize;
	font-weight:bold;
	background:#fff url(images/dolphin_bg.gif) repeat-x bottom left;
	padding:0 0 0 10px;	
}
#dolphinnav ul{margin:0;padding:0;list-style-type:none;width:auto;float:left;}
#dolphinnav ul li{display:block;float:left;margin:0 1px;}
#dolphinnav ul li a{display:block;float:left;color:#EAF3F8;text-decoration:none;padding:0 0 0 6px;height:33px;}
#dolphinnav ul li a span{padding:12px 0px 0 0;height:21px;float:left;}
#dolphinnav ul li a:hover{
	color:#fff;
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;
	text-decoration: none;
}
#dolphinnav ul li a:hover span{
	display:block;
	width:auto;
	cursor:pointer;
	text-decoration: none;
}
#dolphinnav ul li a.current,#dolphinnav ul li a.current:hover{
	color:#0000;
	background:#1D6893 url(images/dolphin_left-ON.gif) no-repeat top left;
	line-height:275%;
	text-decoration: none;
}
#dolphinnav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
	width:auto;
	background:#1D6893 url(images/dolphin_right-ON.gif) no-repeat top right;
	height:33px;
	text-decoration: none;
}

#dolphin_inner{
	color: white;
	padding: 5px;
	font-size: 80%;
	height: 1.5em;
	text-decoration: none;
}

#dolphin_inner a:link, #dolphin_inner a:visited, #dolphin_inner a:active{
	color: white;
	text-decoration: none;
	font-size: 11px;
}
#dolphin_inner a:hover{color: yellow}

.innercontent{display: none;}


.Pcaption {
	font-family: Tahoma, "Swis721 BT";
	font-size: 9px;
	color: #666666;
}
/* end menu css */

/* start tabs css */	
	
h1 {font-size: 3em; margin: 10px 0;}
.container {width: 350px; margin: 5px auto;}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 7px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 0px solid #999;
	border-top: none;
	clear: both;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 5px;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}

/* end menu css */
A:link           {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	font-variant: normal;
}
A:active         {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A:visited        {
	color: #990000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
}
A:hover          {
	color: #FF0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline
}
A:selected      { color: #454545; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }

A.mainmenu {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	

}
A.mainmenu:visited {
	text-decoration: none;
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	
}
A.mainmenu:hover {
	text-decoration: underline;
	color: #CC0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}	
A.bmenu {
	text-decoration: none;
	color: #30608F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;

}
A.bmenu:visited {
	text-decoration: none;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
A.bmenu:hover {
	text-decoration: underline;
	color: #0099CC;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
}	

A.whitemenu {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	

}
A.whitemenu:visited {
	text-decoration: none;
	color: #F5F5F5;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	
}
A.whitemenu:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: normal;
}
	
A.bluelink {
	text-decoration: none;
	color: #003366;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	

}
A.bluelink:visited {
	text-decoration: none;
	color: #A3C7DD;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	
}
A.bluelink:hover {
	text-decoration: underline;
	color: #003366;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

.tableBg {
	background-image: url(http://busiweek.com/10/gallery/images/tBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.tableBg2 {
	background-image: url(images/gryBg.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.tableBg3 {
	background-image: url(http://busiweek.com/10/gallery/images/gryBg1.gif);
	background-position: top;
	background-repeat: repeat-y;
}
.tableBdyBg {
	background-image: url(http://busiweek.com/10/gallery/images/bdyBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #A5C7DC;
}
.greenHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FC8F26;
}
.black {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.headlineStory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	color: #006699;
}
.sectionHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	color: #CC0000;
}

.bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

.tableTop {
	background-image: url(http://busiweek.com/10/gallery/images/tpBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.tableFooter {
	background-image: url(http://busiweek.com/10/gallery/images/ftrBg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.tableBig {
	background-image: url(http://busiweek.com/10/gallery/images/Bg1.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color:#FFFFFF;
}
a.highlights {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 500;
	font-variant: normal;

}
a.highlights:active         {
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
a.highlights:visited        {
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: 500;
}
a.highlights:hover          { color: #000000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }





.PageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	letter-spacing: normal;
}
.breadCrumb {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}


.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.whiteBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 5px;
}
.smallSize {
	font-family: Tahoma;
	font-size: 11px;
	color: #006666;
	line-height: 16px;
	font-weight: normal;
}
.date {
	font-family: Tahoma;
	font-size: 11px;
	color: #990000;
	font-weight: normal;
}
.tblHd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	color: #0066CC;
}


.PGhdW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #CC0000;
	text-indent: 5px;
}

.mainDate        {
	color: #0066CC;
	font-size: 10px;
	font-family: Tahoma;
	text-decoration: none;
	font-weight: normal;
}
 

input, select, textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #B22A2A;
	border: 1px solid #ffffff;
	font-weight: bold;
}
input:focus, textarea:focus {
	background-color: #B22A2A;
	border: 1px solid #fff;
}
.button, .button:focus {
	background-color: #339;
	border-bottom: 1px solid #333;
	border-right: 1px solid #000;
	border-left: 1px solid #C4C4B8;
	border-top: 1px solid #C4C4B8;
	height: 20px;
	-moz-border-radius: 5px;
}
.button:hover {
    background-color: #66a;
.biege {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #CC9933;
	height: 23px;
}