a {
	color:#4B92E2;
}
a:hover {
	color:#4B92E2;
}
td.greyTableColumn {
	background-color:#f3f3f7;
}
table.contentTable {
	border:none;
}
table.contentTable td {
	padding:6px 10px;
}
table.contentTable th {
	background-color:#e8e8ed;
	color:#666666;
	font-weight:normal;
}
table.contentTable th.gutter {
	background:#ededed url('/grafx/gridGutterRowBG.jpg') repeat-x;
	height:27px;
	padding:3px 10px 1px 10px;
	border:none;
}
table.contentTable th.sortHead {
	background:url(/grafx/gridSortHead-up.gif) repeat-x;
	color:#b2cff2;
	height:21px;
	padding:0px 5px;
	font-size:10px;
}
ul {
	list-style-image: url(/grafx/list-itemOnWhite.gif);
	list-style-position: outside;
	line-height: 170%;
}
ul ul, ul.dash {
	list-style-image: url(/grafx/list-itemArrowOnWhite.gif);
	list-style-position: outside;
	line-height: 120%;
}
gridHeadSortHover {
	background:red;
}
ul li {
	padding-left: 10px;
}
.notePadding {
	padding:25px 20px;
}
.bigBoldText {
	font-weight:bold;
	font-size:14px;
	color:#003a66;
}
div.spsTitle {
	padding-bottom:10px;
    font-weight:bold;
	font-size:16px;
    color:#003a66;
    border-bottom:1px dotted #ccc;
    margin:20px 25px 10px 25px;
    text-transform:capitalize;
}
.spsInput {
    width:95%;
    font-size:95%;
    color:#666;
    padding:4px;
    height:16px;
}

