﻿/*User Selectable Styles*/
.HeaderArea, H1 {
	color: #000080;
	font-size: large;
	font-family: Trebuchet MS;
	font-weight: normal;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}

.Heading1, H1 {
	color: #000080;
	font-size: large;
	font-family: Trebuchet MS;
	font-weight: normal;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.Heading2, H2 {
	color: #000000;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 1em;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0.7em;
	font-weight: bold;
	background-image: url(../../../images/greybg.gif);
}
.LeftColumnH2 {
	color: #000000;
	font-family: verdana,arial,helvetica,sans serif;
	font-size: 1em;
	padding-left: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0.7em;
	font-weight: bold;
	background-image: url(../../../images/greybg.gif);
}
.Heading3, H3 {
	color: #000080;
	font-size: small;
	font-weight: bold;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.Heading4, H4 {
	color: #000000;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.Heading5, H5 {
	color: #A9A9A9;
	font-size: small;
	font-weight: normal;
	margin-bottom: 0.5em;
}
.Normal {
	font-family: verdana,arial,helvetica,sans serif;
	color: #000000;
	margin: 0.001pt;
}
#palette {
	white: #ffffff;
	color2: #005C00;
	color3: #406ac3;
	color4: #9eacdb;
	color5: #9cb8ea;
	color6: #6c8dd2;
	color7: #505cC0;
	color8: #B72D2B;
	color9: #000066;
	color10: #000048;
	black: #000000;
}
/* Table Styles */
/* Overall table style */
table.TS_General {
	padding: 0px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
/* Cell padding and spacing styles */
table.TS_General th, table.ImmTS_General td {
	padding: 2px;
	margin: 2px;
}
/* Table border style */
table.TS_General, table.ImmTS_General th, table.ImmTS_General td {
	border: solid 2px #ffffff;
}
/* Apply style to header cells */
table.TS_General th {
	background-color: #C0C0C0;
	color: #000000;
	padding: 4px;
	text-align: left;
}
/* Apply style to data cells */
table.TS_General td {
	background-color: #f3f3f3;
	vertical-align: top;
}
