BODY	{
 	font-family:arial, helvetica;
	/*background-color:#FF0000;*/
}


table#mainTabs div.inactive1 {
height: 4px;
background: url(../images/ulborder.gif) no-repeat top left;
}
table#mainTabs div.inactive2 {
height: 4px;
background: url(../images/urborder.gif) no-repeat top right;
padding: 0 4px;
}
table#mainTabs div.inactive3 {
border-top: 1px solid #C2CAD9;
}
table#mainTabs div.inactiveTabText {
border-left: 1px solid #C2CAD9;
border-right: 1px solid #C2CAD9;
padding: 0px 0px 2px;
text-align:center;
font-size:83%;
}
table#mainTabs div.active1 {
height: 4px;
background: url(../images/ul.gif) no-repeat top left;
}
table#mainTabs div.active2 {
height: 4px;
background: url(../images/ur.gif) no-repeat top right;
padding: 1px 6px;
}
table#mainTabs div.active3 {
border-top: 1px solid #e5ecf9;
}
table#mainTabs div.activeTabText {
border-left: 1px solid #e5ecf9;
border-right: 1px solid #e5ecf9;
padding: 0px 0px 2px;
text-align:center;
font-size:83%;
}

table#mainTabs td.inactiveTab {
cursor: pointer;
text-align:middle;
background-color:#f8f8f8;
text-align:top;
border-bottom:1px solid #C2CAD9;
}
table#mainTabs td.activeTab {
text-align:middle;
font-weight:bold;
text-align:top;
background-color:#DEE8FA;
border-bottom:1px solid #DEE8FA;
}

table#mainTabs td.inactiveTab a{
text-decoration:none;
}

table#subTabs div.subtab2{
height: 4px;
background: url(../images/ur.gif) no-repeat top right;
padding: 1 4px;

}
table#subTabs td {
padding:4px;
background-color: #DEE8FA;
}

table#mainTabs td.tween	{
  border-bottom:1px solid #C2CAD9;
}

.tabContent	{
  /*border-left: 1px solid #C2CAD9;
  border-bottom: 1px solid #C2CAD9;
  border-right: 1px solid #C2CAD9;*/
}

.tabContent {
	padding-top:10px;
	font-size:90%;
}

.bullets {
	font-size:100%;
}

.divider	{
  background-color:#C2CAD9;
}

.content	{
  height:369px;
  overflow:auto;
}