body, p, td {
	font-family: arial, helvetica, sans serif;
	font-size: 12px;
	line-height: 15px;
	color: #555555;
}

p {
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 1px;
}

a {
	color: #025296;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

form {
	display: inline;
}

P.header {
	caption: Header;
	color: #cc6633;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.subHeader {
	caption: Sub Header;
	font-weight: bold;
}

.gradientTable {
	visible: false;
	width: 488px;
}
.gradientTableCell {
	visible: false;
	background: url("images/table-gradient-bg.jpg");
	background-repeat: repeat-x;
	background-color: #b0d4fd;
	height: 158px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;

	font-size: 12px;
	line-height: 15px;
	color: #025296;
}
.gradientTableDivider {
	visible: false;
	width: 10px;
}
.gradientTableCell .header {
	visible: false;
	color: #025296;
	font-size: 12px;
}
.gradientTableCell .subHeader {
	visible: false;
	color: #555555;
	font-weight: bold;
}
.gradientTableCell .header a {
	visible: false;
	color: #cc6633;
	text-decoration: none;
}
.gradientTableCell p {
	visible: false;
	font-size: 12px;
	line-height: 15px;
	color: #025296;
	margin: 0px;
}
.gradientTableCell .horizontalRule {
	visible: false;
	background: url("images/hr-blue.gif");
}

.horizontalRule {
	visible: false;
	display: block;
	margin-top: 7px;
	margin-bottom: 5px;
	background: url("images/hr-gray.gif");
}

.introCopy {
	caption: Introductory Copy;
	font-size: 12px;
	line-height: 15px;
}

ul {
	list-style-image: url("images/bullet.gif");
	padding-left: 10px;
	margin-left: 9px;
}

li {
	padding-bottom: 5px;
}

img.contentImageLeft {
	caption: Content Image (Left);
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
img.contentImageRight {
	caption: Content Image (Right);
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

table.contentTable {
	caption: Table: Content Table;
	padding: 3px;
}

td.tableHeader {
	caption: Table: Cell: Header Cell;
	background-color: #d4e7fe;
	color: #025296;
	font-weight: bold;
	padding: 4px;
}
td.dividerCell .horizontalRule {
	visible: false;
	margin: 0px;
}

.boxLightContainer {
	visible: false;
	background-color: #d4e7fe;
}
.boxLightContent {
	visible: false;
	padding-left: 10px;
	padding-right: 10px;
	color: #025296;
}
.boxLightTop {
	visible: false;
	background: url("images/box-corners/light-blue-UL.gif");
	background-repeat: no-repeat;
	text-align: right;
}
.boxLightBottom {
	visible: false;
	background: url("images/box-corners/light-blue-LL.gif");
	background-repeat: no-repeat;
	text-align: right;
}

P.fancyHeader {
	caption: Fancy Header;
	font-size: 13px;
	text-transform: uppercase;
	color: #91b7e5;
	font-weight: bold;
	margin-bottom: 5px;
}

table.captionTableRight {
	caption: Table: Caption - Right;
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 120px;
}

table.captionTableLeft {
	caption: Table: Caption - Left;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 120px;
}

table.captionTableRight .boxLightContent,
table.captionTableLeft .boxLightContent {
	visible: false;
	font-size: 11px;
}

a.headerLink {
	caption: Home Page Header Link;
	visible: true;
	color: #cc6633;
	text-decoration: none;
	font-weight: bold;
}