/* General styles */
p {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
}
.normal {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #CCCCCC;
}
.h1 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.h2 {
	font-family: "Trebuchet MS";
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}
.h3_orange {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #d58f5e;
}
.h4_table_headings {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.formfieldtext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.bignormal {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #CCCCCC;
}
.footertext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #a5a5a5;
}
.pagetitle {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}
.pageBg { background-color:#313131;}

.panelBg { background-color:#383838;}

/* Links */
a:link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #d58f5e;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #d58f5e;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #f5bf99;
	text-decoration: none;
}
/* Table Styles */
.table_heading_row {
	background-color: #696969;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.table_heading_row_leftalign {
	background-color: #000000;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}
.table_subheading_row {
	background-color: #212121;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
}
.table_subheading_row_leftalign {
	background-color: #212121;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	text-align: left;
}
.table_content_row {
	background-color: #262626;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;
	text-align: left;
}
.table_footer_row {
	background-color: #696969;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #CCCCCC;	
}