﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
/*
.mainPage {
	background-color: #c0cccc;
}
.contentPage {
	background-color: #c0cccc;
}
*/
.mainTable {
	background-color: #ffffff;
	background-image: url('/PublishingImages/frontpagesweep990.gif');
	background-repeat: no-repeat;
	background-position: 0 25;
}
.contentTable {
	background-color: #ffffff;
	background-image: url('/PublishingImages/textsweep990.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 1100px;
}
.pageContainerTable {
	background-color: #ffffff;
	background-image: url('/PublishingImages/pagesweep990.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 996px;
/*	height: 1000px;*/
}
.simplePageContainerTable {
	background-color: #ffffff;
	background-image: url('/PublishingImages/pagesweep990.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
}
/*
.contentTable td.shadowRight {
	background-color: #999999; 
	background-image: url('/PublishingImages/table_shadow_spacer.gif');
	background-position: top left;
	background-repeat: no-repeat;
 	border-left: 1px #999999 solid; 
	width: 6px;
	vertical-align: top;
}
.contentTable td.shadowBottom {
	background-color: #999999; 
	background-image: url('/PublishingImages/table_shadow_spacer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 5px;
	vertical-align: top;
}
.mainTable td.shadowRight {
	background-color: #999999; 
	background-image: url('/PublishingImages/table_shadow_spacer.gif');
	background-position: top left;
	background-repeat: no-repeat;
 	border-left: 1px #999999 solid; 
	width: 6px;
	vertical-align: top;
}
.mainTable td.shadowBottom {
	background-color: #999999; 
	background-image: url('/PublishingImages/table_shadow_spacer.gif');
	background-position: top left;
	background-repeat: no-repeat;
	height: 6px;
	vertical-align: top;
}
*/
a:visited {
	color: #ce1126;
	text-decoration: none;
}
a:link {
	color: #ce1126;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
table.recycleBin td {
	background-color: #dedede;
	width: 100%;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px 5px 7px 3px;
}
table.recycleBin td a {
	font-size: 8pt;
	font-weight: bold;
	color: #008800;
	text-decoration: none;
}
table.recycleBin td a:hover {
	color: #000000;
	text-decoration: underline;
}
.quickLaunch {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10pt;
}
.quickLaunchHeader {
	padding: 6px 6px 4px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	font-size: 8pt;
	background-color: #dedede;
	width: 100%;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
}
td.pageTitleCell {
	height: 130px;
}
.pageTitle {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #ce1126;
	text-align: right;
}
.pageTitle a {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ce1126;
	text-align: right;
}
h2.pageTitle {
	margin: 0;
	padding: 0;
}
.welcomeHeadline {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	width: 275px;
	height: 170px;
	vertical-align: middle;
	padding-top: 75px;
	float: left;
}
.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.insideMenuItem {
/*	background-image: url('/PublishingImages/insideButtonOff.gif');
*/
	/* Tried the following, but it didn't work well, so forget it */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */    
	/* //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/PublishingImages/insideButtonOff.png'); */
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #ffffff;
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 5px 0px 0px 0px;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
/* Tried the following, but it didn't work well, so forget it */
/* IE ignores styles with [attributes], so it will skip the following. */
/*.insideMenuItem[class] {   
	background-image: url('/PublishingImages/insideButtonOff.png');
} 
*/

.insideMenuItemSelected {
	background-image: url('/PublishingImages/insideButtonOn.gif');
	/* Tried the following, but it didn't work well, so forget it */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */    
	/* //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/PublishingImages/insideButtonOn.png'); */
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #ffffff;
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 5px 0px 0px 0px;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
/* Tried the following, but it didn't work well, so forget it */
/* IE ignores styles with [attributes], so it will skip the following. */
/*
.insideMenuItemSelected[class] {   
	background-image: url('/PublishingImages/insideButtonOn.png');
} 
*/
.insideMenuItemHover {
	background-image: url('/PublishingImages/insideButtonOn.gif');
	/* Tried the following, but it didn't work well, so forget it */
	/* Mozilla ignores crazy MS image filters, so it will skip the following */    
	/* //filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale',src='/PublishingImages/insideButtonOn.png'); */
	background-repeat: no-repeat;
	background-position: center center;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #ffffff;
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 5px 0px 0px 0px;
	height: 31px;
	width: 110px;
	text-decoration: none;
}
/* Tried the following, but it didn't work well, so forget it */
/* IE ignores styles with [attributes], so it will skip the following. */
/*
.insideMenuItemHover[class] {   
	background-image: url('/PublishingImages/insideButtonOn.png');
} 
*/

.insideMenuItem a:visited {
	background-image: url('/PublishingImages/insideButtonOff.gif');
	background-position: center top;
	color: #ffffff;
	text-decoration: none;
}
.insideMenuItem a:link {
	background-image: url('/PublishingImages/insideButtonOff.gif');
	background-position: center top;
	color: #ffffff;
	text-decoration: none;
}
.insideMenuItem a:selected {
	background-image: url('/PublishingImages/insideButtonOn.gif');
	background-position: center top;
	background-image: none;
	color: #ffffff;
	text-decoration: none;
}
.insideMenuItem a:hover {
	background-image: url('/PublishingImages/insideButtonOn.gif');
	background-position: center top;
	color: #ffffff;
	text-decoration: none;
}
.mainMenuItem {
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	padding: 8px 0px 0px 0px;
	height: 41px;
	width: 141px;
}
.mainMenuItem a:visited {
	background-image: url('/PublishingImages/mainButtonOff.gif');
	background-position: center center;
	color: #ffffff;
	text-decoration: none;
}
.mainMenuItem a:link {
	background-image: url('/PublishingImages/mainButtonOff.gif');
	background-position: center center;
	color: #ffffff;
	text-decoration: none;
}
.mainMenuItem a:selected {
	background-image: url('/PublishingImages/mainButtonOn.gif');
	background-position: center center;
	color: #ffffff;
	text-decoration: none;
}
.mainMenuItem a:hover {
	background-image: url('/PublishingImages/mainButtonOn.gif');
	background-position: center center;
	color: #ffffff;
	text-decoration: none;
}
.menuItem {
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url('/PublishingImages/buttonOff.gif');
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	display: block;
	height: 40px;
	width: 170px;
	vertical-align: bottom;
}
.menuItem a:visited {
	color: #ffffff;
	text-decoration: none;
	padding: 9px 0px 0px 0px;
}
.menuItem a:link {
	color: #ffffff;
	text-decoration: none;
	padding: 9px 0px 0px 0px;
}
.menuItem a:selected {
	color: #ffffff;
	text-decoration: underline;
	padding: 9px 0px 0px 0px;
}
.menuItem a:hover {
	color: #ffffff;
	text-decoration: underline;
	padding: 9px 0px 0px 0px;
}
.menuContainer{
	border: none;
}
.menuFlyoutContainer{
	border: 1px #000000 solid;
}
.insideMenuFlyout {
	background-color: #efefef;
	color: #000000;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 4px 1px 4px 1px;
}
.insideMenuFlyoutHover {
	background-color: #000000;
	color: #ffffff;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 4px 1px 4px 1px;
}
.insideMenuFlyout a:link {
	color: #000000;
}
.insideMenuFlyout a:visited {
	color: #000000;
}
.insideMenuFlyout a:hover {
	color: #ce1126;
}
.insideMenuFlyout a:selected {
	color: #ce1126;
}
.insideMenuFlyoutHover a:link {
	color: #ffffff;
}
.insideMenuFlyoutHover a:visited {
	color: #ffffff;
}
.insideMenuFlyoutHover a:hover {
	color: #ffffff;
}
.insideMenuFlyoutHover a:selected {
	color: #ffffff;
}
.mainMenuFlyout {
	background-color: #efefef;
	color: #000000;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 4px 1px 4px 1px;
}
.mainMenuFlyoutHover {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
}
.mainMenuFlyout a:link {
	color: #000000;
}
.mainMenuFlyout a:visited {
	color: #000000;
}
.mainMenuFlyout a:hover {
	color: #ce1126;
}
.mainMenuFlyout a:selected {
	color: #ce1126;
}
.mainMenuFlyoutHover a:link {
	color: #ffffff;
}
.mainMenuFlyoutHover a:visited {
	color: #ffffff;
}
.mainMenuFlyoutHover a:hover {
	color: #ffffff;
}
.mainMenuFlyoutHover a:selected {
	color: #ffffff;
}
.menuFlyout {
	background-color: #efefef;
	color: #000000;
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 4px 1px 4px 1px;
}
.menuFlyoutHover {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	color: #ffffff;
	font-size: 9pt;
	padding: 4px 1px 4px 1px;
}
.menuFlyout a:link {
	color: #000000;
}
.menuFlyout a:visited {
	color: #000000;
}
.menuFlyout a:hover {
	color: #ce1126;
}
.menuFlyout a:selected {
	color: #ce1126;
}
.menuFlyoutHover a:link {
	color: #ffffff;
}
.menuFlyoutHover a:visited {
	color: #ffffff;
}
.menuFlyoutHover a:hover {
	color: #ffffff;
}
.menuFlyoutHover a:selected {
	color: #ffffff;
}
.globalNavBarItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: transparent;
	border-style: none;
	vertical-align: top;
	padding-left: 2px;
	padding-right: 2px;
}
.globalNavBarItem a:visited {
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
.globalNavBarItem a:link {
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}
.globalNavBarItem a:active {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
.globalNavBarItem a:hover {
	font-size: 8pt;
	color: #000000;
	text-decoration: underline;
}
.rightPanel
{
    margin-left:10px; 
    margin-right: 0px; 
    margin-top:5px;
    width:150px;
	float: right;
    display: inline;
}
table.navHeading td {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	padding:3px 6px 4px 6px;
	color: #ce1126;
}
table.navHeading a:link {
	color: #ce1126;
	text-decoration: none;
}
table.navHeading a:visited {
	color: #ce1126;
	text-decoration: none;
}
table.navHeading a:hover {
	color: #ce1126;
	text-decoration: none;
}
table.navHeading a:selected {
	color: #ce1126;
	text-decoration: none;
}
table.navItem td {
	font-size: 8pt;
	background-image:url("/PublishingImages/navBullet.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding:3px 6px 4px 17px;
}
table.navItem a:link {
	color: #ce1126;
}
table.navItem a:visited {
	color: #ce1126;
}
table.navItem a:hover {
	color: #ce1126;
}
table.navItem a:selected {
	color: #ce1126;
}
table.navSubItem td {
	font-size: 8pt;
	background-image:url("/PublishingImages/navBullet.gif");
	background-repeat:no-repeat;
	background-position:top left;
	padding: 3px 6px 4px 32px;
}
table.navSubItem a:link {
	color: #000000;
}
table.navSubItem a:visited {
	color: #000000;
}
table.navSubItem a:hover {
	color: #000000;
}
table.navSubItem a:selected {
	color: #000000;
}
.bullet {
	background-image:url("/PublishingImages/lstBulet.gif");	
}
.bottomNavContainer {
	border-left: 1px #666666 solid;
}
.bottomNavBarItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	background: transparent;
	border-right: 1px #666666 solid;
	color: #696969;
	padding-left: 1px;
	padding-right: 1px;
	vertical-align: top;
}
.bottomNavBarItem a:visited {
	color: #696969;
	text-decoration: none;
}
.bottomNavBarItem a:link {
	color: #696969;
	text-decoration: none;
}
.bottomNavBarItem a:active {
	color: #ce1126;
	text-decoration: underline;
}
.bottomNavBarItem a:hover {
	color: #ce1126;
	text-decoration: underline;
}
.siteaction a {
	font: 8pt tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.siteaction {
	font: 8pt tahoma;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
table.siteaction td.siteaction {
	border-right: solid 1px #bfbfbf;
}
table.siteaction td.siteaction div {
	padding: 3px 8px 3px 8px;
	border-right: solid 1px #FFFFFF;
}
.siteactionsmenu {
	white-space: nowrap;
	font: 8pt tahoma;
	color: #ffffff;
	padding: 0;
	border: none;
	cursor: pointer;
}
.siteactionsmenu div div div {
	background-image: url("/_layouts/images/siteactionsmenugrad.gif");
	background-repeat: repeat-x;
	border-top: 1px solid #6593cf;
	border-left: 1px solid #6593cf;
	border-right: 1px solid #6593cf;
	background-color: #6593cf;
	padding: 1px 4px 3px 10px;
}
.siteactionsmenu div div div a {
	color: #ffffff;
	font-weight: bold;
}
.siteactionsmenu div div div.ms-siteactionsmenuhover {
	background-image: url("/_layouts/images/siteactionsmenuhovergrad.gif");
	border-top: 1px solid #89724f;
	border-left: 1px solid #89724f;
	border-right: 1px solid #89724f;
	background-color: #ffa521;
}
.siteactionsmenu a {
	color: #ffffff;
	font-weight: bold;
}
a.siteactionsmenu {
	color: #ffffff;
	font-weight: bold;
}
.globalbreadcrumb {
	font-size: 8pt;
	text-align: right;
	background-color: #efefef;
	padding: 2px 10px 2px 5px;
}
.globalbreadcrumb a {
	text-decoration: none;
	color: #666666;
}
.globalbreadcrumb {
	text-decoration: none;
	color: #666666;
}
.globalbreadcrumb a:hover {
	text-decoration: underline;
	color: #000000;
}
table.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
td.searchInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
.projectTitle {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #cfcfcf;
/*
	color: #ce1126;
	float: right; 
	text-align: right;
	margin-right: 8px;
*/
}
.homeTitle {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 32pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-left: 20px;
/*
	color: #000000;
	text-align: right;
*/
}
.siteTitle {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-left: 10px;
/*
	color: #000000;
	text-align: right;
*/
}
.siteTitle a:link {
	color: #ffffff;
/*	color: #000000; */
}
.siteTitle a:visited {
	color: #ffffff;
/*	color: #000000; */
}
.siteTitle a:hover {
	color: #ffffff;
/*	color: #000000; */
}
.siteTitle a:selected {
	color: #ffffff;
/*	color: #000000; */
}
h1.siteTitle {
	margin: 0;
	padding: 0;
}
.pageBanner {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	color: #ce1126;
	width: 440px;
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 5px 5px 5px 5px;
	border-top: 1px #999999 solid;
	border-right: 3px #999999 solid;
	border-bottom: 3px #999999 solid;
	border-left: 1px #999999 solid;
	
}

.pageBanner a:link {
	text-decoration: none;
}
.pageBanner a:visited {
	text-decoration: none;
}
.pageBanner a:hover {
	text-decoration: underline;
}
.pageBanner a:active {
	text-decoration: underline;
}
.hrc-pageTitle {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	font-style: italic;
	color: #ce1126;
/*
	padding-top: 65px;
*/
	width: 498px;
}
.hrc-simplePageTitle {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
/*
	padding-top: 65px;
	padding-bottom: 15px;
*/
	width: 498px;
}
.hrc-pageHeadline {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding-top: 5px;
	width: 650px;
}
.hrc-pageHeadlineWithSideItem {
	font-family: "Gill Sans MT", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	padding-top: 5px;
}
.articleHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 10pt;  
	font-style: italic;
	color: #666666;
	padding: 10px 0px 0px 0px;
}
.articleByline {
	font-weight: bold;
}
.articleDate {
	padding-left: 25px;
}
.hrc-pageContentCell {
	width: 775px;
	vertical-align: top;
}
.hrc-pageContentWithSideItemCell {
	width: 601px;
	vertical-align: top;
}
.hrc-sideItemCell {
	padding-top: 50px;
	width: 175px;
	vertical-align: top;
}
.hrc-pageContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-right: 20px;
}
.hrc-relatedLinks
{
	background-color: #efefef;
	border: 1px #999999 solid;
}
.hrc-sidebarText {
	width: 163px;
	padding: 5px 5px 5px 5px;
	background-color: #efefef;
	border: 1px #999999 solid;
}
.copyrightNotice {
	color: #696969;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
.hrc-registrationWarning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin-right: 20px;
	margin-top: 15px;
	width: 650px;
}
.hrc-customGridBorders {
	border: 1px #666666 solid;
	width: 100%;
}
.hrc-customGridTitle {
	background-color: #000000;
	border: 1px #000000 solid;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
}
.hrc-customGridPager {
	background-color: #bfbfbf;
	border: 1px #000000 solid;
	color: #ffffff;
	font-weight: bold;
}
.hrc-LinkButton a:link {
	text-decoration: none;
}
.hrc-LinkButton a:visited {
	text-decoration: none;
}
.hrc-LinkButton a:active {
	text-decoration: underline;
	color: #ce1126;
}
.hrc-LinkButton a:hover {
	text-decoration: underline;
	color: #ce1126;
}
.hrc-404heading a:link {
	color: #ce1126;
	text-decoration: none;
}
.hrc-404heading a:visited {
	color: #ce1126;
	text-decoration: none;
}
.hrc-404heading a:hover {
	color: #ce1126;
	text-decoration: underline;
}
.hrc-404item a:link {
	color: #ce1126;
	text-decoration: none;
	display: list-item;
}
.hrc-404item a:visited {
	color: #ce1126;
	text-decoration: none;
	display: list-item;
}
.hrc-404item a:hover {
	color: #ce1126;
	text-decoration: underline;
	display: list-item;
}
td.hrc-404item {
	color: #ce1126;
}
.hrc-WizardSideBarItem 
{
	color: #ffffff;
	background-image:url("/PublishingImages/navBulletWhite.gif");
	background-repeat:no-repeat;
	background-position:top left;
}
table.tblLogo
{
	width: 996px;
}
table.tblMain
{
	width: 996px;
}
table.tblBottomNav
{
	width: 996px;
}
/*
td.siteTitle
{
	 width: 646px;
}
td.homeTitle
{
	 width: 646px;
}
*/
td.siteLogo
{
	width: 350px;
}
td.tdMainMainWhitespace
{
	width: 55px;
}
td.tdMainLeft
{
	width: 170px;
}
td.tdMainRight
{
	width: 771px;
}
