body {
	background-image: url(../images/gradientbg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 75%;
}
h1 {
	font-size: 1.5em;
	color:#DC241F;
	font-weight:bold;
}.info {
	font-size: 1em;
	color: #999999;
}
.error {
	font-size: 1em;
	color: #DC241F;
}
.fontSizeLink {
	color:#000000;
	text-decoration:none;
}
a.fontSizeLink:visited {
	color:#000000;
	text-decoration:none;
}
a.fontSizeLink:hover {
	color:#DC241F;
}
.tip {
	color:#999999;
	text-decoration:none;
	font-size:10px;
}
a {
	color: #990000;
	text-decoration:none;
}

/* Web Creator Font Styles */
.heading1 {font-weight:bold;}
.heading2 {font-weight:bold;color:#666666;}
.heading3 {font-weight:bold;color:#999999;}
.boldRedText {font-weight:bold;color:#DC241F;}
.boldPurpleText {font-weight:bold;color:#660066;}
.boldPinkText {font-weight:bold;color:#FF00FF;}
.quoteText {font-style:italic;color:#999999;}
.normalText {font-style:normal;color:#000000;font-weight:normal;}

/* Web Creator Table Styles */
.tableHeadRed {background-color:#DC241F;color:#FFFFFF;font-weight:bold;}
.tableHeadPurple {background-color:#660066;color:#FFFFFF;font-weight:bold;}
.tableHeadPink {background-color:#FF0099;color:#FFFFFF;font-weight:bold;}
.tableSubHead {background-color:#CCCCCC;font-weight:bold;}

/* Web Creator font sizes */
.x-small {font-size:.8em;}
.small {font-size:1em;}
.medium {font-size:1.2em;}
.large{font-size:1.4em;}
.x-large {font-size:1.6em;}
.xx-large {font-size:1.8em;}
.xxx-large {font-size:2em;}

h1 {font-size:1.8em;}
h2 {font-size:1.5em;}
h3 {font-size:1.2em;}
ul {font-style:normal;color:#000000;font-weight:normal;}
ol {font-style:normal;color:#000000;font-weight:normal;}
li {font-style:normal;color:#000000;font-weight:normal;}
li li {font-style:normal;color:#000000;font-weight:normal;}
p  {font-size:1em;}

.TabNotSelected {
	background-color:#F3F3F3;
	border:0px solid #CCCCCC;
	border-width: 0px 1px 1px 1px;
	padding: 5px;
	cursor: pointer;
}
.TabSelected {
	background-color:#FFFFFF;
	border:0px solid #999999;
	border-width: 1px 1px 0px 1px;
	padding: 5px;
	cursor: pointer;
}
.sortable-list {
    list-style-type: none;
	list-style-position:outside;
    margin: 0;
}
.sortable-list li {
    cursor: n-resize;
    margin: 0px 0px 0px 0px;
    padding: 5px;
	border-bottom:solid 1px #F2F2F2;
}
.non-sortable-list {
    list-style-type: none;
	list-style-position:outside;
    margin: 0;
}
.non-sortable-list li {
    margin: 0px 0px 0px 0px;
    padding: 5px;
	border-bottom:solid 1px #F2F2F2;
}
