body {
	scrollbar-face-color: #F1EEE0;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: Window;
	scrollbar-darkshadow-color: #F1EEE0;
	scrollbar-highlight-color: #F1EEE0;
	scrollbar-base-color: #DBDBD2;
	width:600px;
	}
body.welcome {
	scrollbar-face-color: #F1EEE0;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: Window;
	scrollbar-darkshadow-color: #F1EEE0;
	scrollbar-highlight-color: #F1EEE0;
	scrollbar-base-color: #DBDBD2;
	
}

p {
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	font-size: 90%;
}
.content {
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: Blue;
	font-size: 70%;
}
p.white {
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #ffffff;
	font-size: 90%;
}
p.alert {
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 19px;
	font-weight: bold;
	color: #DC143C;
	font-size: 90%;
}

H1 {
    font-family: "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
	color: #000;
	font-size: 90%;
}

/* Page Header */
.heading {
	font-family: "Trebuchet MS";
	font-size: 150%;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	border-bottom-color: #848484;
}
li, ul {
	font-family: "Trebuchet MS";
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	color: #333333;
	font-size: 90%;
}

/*Style for the Box holding application information on the home page*/

/*Smaller Width Box */
#appInfo {
	background: #F1EEE0;
	border: thin solid #CCCAA6;
	padding: 2px 2px 2px 2px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	width: 50%;
}
/* Larger Width Box */
#appInfo2 {
	background: #F1EEE0;
	border: thin solid #CCCAA6;
	padding: 2px 2px 2px 2px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	width: 80%;
}
/*Style for the box holding Site Update info*/
#SiteInfo {
	background: #F0F2F4;
	border: thin solid #BCC4C5;
	padding: 2px 2px 2px 2px;
	font-family: "Trebuchet MS";
	font-size: 80%;
	width:80%;
}
/*Style for SITE STATUS table and related cells*/
.StatusTable {
	border: 1px solid #BCC4C5;
	padding: 8px 8px 8px 8px;
	width: 100%;
}
td.statusItem {
	background: #F0F2F4;
	font-family: "Trebuchet MS";
	font-size: 80%;
	width: 33%;
	border: 1px solid #BCC4C5;
	padding: 3px 3px 3px 3px;
}
td.statusInfo {
	background: #F9F9F9;
	font-family: "Trebuchet MS";
	font-size: 80%;
	width: 67%;
	border: 1px solid #BCC4C5;
	color: #8B0000;
	padding: 3px 3px 3px 3px;
}
td.tutorialHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: White;
	background-color: #D26A00;
	text-align: center;
}
td.tutorialHeadSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: White;
	background-color: #D26A00;
	text-align: center;
}
td.tutorialHeadSmall_darker {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: White;
	background-color: #994D00;
	text-align: center;
}
.enterText
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10pt;
	BACKGROUND: #e6eaee;
	COLOR: #AC5600;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial;
	width: 80%;
}
.button {
	font-family: "Trebuchet MS";
	font-size: 80%;
	font-weight: normal;
	color: white;
	background: #6a839b;
	cursor: hand;
}
.buttonBLUE {
	font-family: "Trebuchet MS";
	font-size: 70%;
	color: #254963;
	font-weight: bold;
	cursor: hand;
	border-right-color: #506224;
	border-right-width: 1px;
	border-bottom-color: #506224;
	border-bottom-width: 1px;
	font-variant: small-caps;
	border-top-color: #96A9BA;
	border-top-width: 1px;
	border-left-color: #96A9BA;
	border-left-width: 1px;
	background-image: url(../images/buttons/blue_button_background.gif);
	padding: 0px 0px 0px 0px;
}

