body
{
	background: url(../images/fade_background.png) repeat-x;
	margin: 0px;
}

td
{
    font: normal normal 11px Arial;
	color: black;
}

strong
{
    font: normal bold 11px Arial;
	color: black;
}

b
{
    font: normal bold 11px Arial;
	color: black;
}

a
{
    font: normal normal 11px Arial;
	color: blue;
	text-decoration: none;
}

a:visited
{
    font: normal normal 11px Arial;
	color: blue;
	text-decoration: none;
}

a:hover
{
    font: normal normal 11px Arial;
	color: orange;
	text-decoration: none;
}


.footer
{
	background: url(../images/footer.png) repeat-x;
	width: 1091px;
	height: 22px;
	font: normal bold 8px Arial;
	color: white;
}

.shadowTop
{
	background: url(../images/shadow_top.png) repeat-x;
	width: 1090px;
	height: 7px;
}

.shadowLeft
{
	background: url(../images/shadow_left_to_white.png) repeat-y;
	vertical-align: top;
}

.shadowRight
{
	background: url(../images/shadow_right_to_white.png) repeat-y;
	vertical-align: top;
}

.categoryBar
{
	background: url(../images/category_bar.png) repeat-x;
	vertical-align: top;
	width: 1101px;
	height: 23px;
}

.categoryCustomerButton
{	
	background-image: url(../images/button_customer.png);
	vertical-align: middle;
	text-align: center;
	font: normal bold 16px Arial;
	color: white;
}

.categoryCustomerButton:hover
{
font: normal bold 16px Arial;
	
	color: white;	
}

.categoryReviewButton
{	
	background-image: url(../images/button_review.png);
	vertical-align: middle;
	text-align: center;
	font: normal bold 16px Arial;
	color: white;
}

.categoryReviewButton:hover
{
font: normal bold 16px Arial;
	
	color: white;	
}

.categorySupervisorButton
{	
	background-image: url(../images/button_supervisor.png);
	vertical-align: middle;
	text-align: center;
	font: normal bold 16px Arial;
	color: white;
}

.categorySupervisorButton:hover
{
font: normal bold 16px Arial;
	
	color: white;	
}

a.LinkFont
{
	font: normal bold 16px Arial;
	color: white;
}

a.LinkFont:hover
{
	font: normal bold 16px Arial;
	color: white;
}

a.LinkFont:visited
{
	font: normal bold 16px Arial;
	color: white;
}
.header
{
	background: url(../images/header.png) repeat-x;
	vertical-align: top;
	width: 410px;
	height: 91px;
}

.headerRight
{
	background: url(../images/header_right.png) no-repeat;
	vertical-align: top;
	text-align: left;
	width: 383px;
	height: 89px;
	font: normal bold 11px Arial;
	color: white;
	padding-top: 2px;
	padding-right: 4px;
}

.headerRight table
{
	margin: 0px 0px 0px 0px;
}

.headerRight td
{
	color: black;
	text-decoration: none;
	font: normal normal 9px Arial;
}

.headerRight a
{
	color: white;
	text-decoration: none;
	font: normal bold 13px Arial;
}

.headerRight a:hover
{
	color: orange;
	text-decoration: none;
	font: normal bold 13px Arial;
}

.headerRight a:visited
{
	color: white;
	text-decoration: none;
	font: normal bold 13px Arial;
}

.belowFooter
{
	background: url(../images/spacer.gif) no-repeat;
	vertical-align: top;
	width: 1px;
	height: 18px;
}

.navigation
{
	background: url(../images/fade_navigation_background.png) repeat-y;
	vertical-align: top;
	background-color: white;
}

.selectedOption
{
	background: url(../images/selected_option.png) no-repeat;
	text-align: right;
	width: 234px;
	height: 38px;
	padding-right: 10px;
	font: normal bold 12px Arial;
	color: #004000;
}

td.option
{
	background: url(../images/fade_navigation.png) repeat-y;
	text-align: right;
	width: 234px;
	height: 38px;
	padding-right: 10px;
}

.option a
{
	text-align: right;
	font: normal normal 12px Arial;
	color: #707070;
	text-decoration: none;
}

.option a:visited
{
	text-align: right;
	font: normal normal 12px Arial;
	color: #707070;
	text-decoration: none;
}

.option a:hover
{
	text-align: right;
	font: normal normal 12px Arial;
	color: orange;
	text-decoration: none;
}

td.disabledOption
{
	background: url(../images/fade_navigation.png) repeat-y;
	text-align: right;
	width: 234px;
	height: 38px;
	padding-right: 10px;
}

.disabledOption a
{
	text-align: right;
	font: normal normal 12px Arial;
	color: #DDDDDD;
	text-decoration: none;
}

.disabledOption a:visited
{
	text-align: right;
	font: normal normal 12px Arial;
	color: #DDDDDD;
	text-decoration: none;
}

.disabledOption a:hover
{
	text-align: right;
	font: normal normal 12px Arial;
	color: #DDDDDD;
	text-decoration: none;
}


.categoryTitle
{
	text-align: left;
	width: 234px;
	height: 38px;
	padding-left: 15px;
	font: normal bold 18px Arial;
	color: black;
}

.categoryDescription
{
	text-align: left;
	width: 234px;
	padding-left: 15px;
	padding-right: 30px;
	font: normal normal 11px Arial;
	color: black;
}