.fltrt  {
	float: right;
	margin-left: 8px;
}
.fltlft  {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	font-size: large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2 {
	color: #666;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
h3 {
	color: #666;
	font-size: small;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
h4 {
	color: #000000;
	font-size: small;
	font-weight: bold;
	font-family: Arial, sans-serif;
}
a {
	color: #DE5C51;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}


a:hover {
	color: #666666;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
li {
	list-style-image: url(images/templateimages/bullet.gif);
}
.fontredmed {
	color: #e83926;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.fontgreymed {
	color: #333;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

.fontredlarge {
	color: #e83926;
	font-size: medium;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.fontwhite {
	color: #fff;
	font-size: small;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.small {
	color: #000000;
	font-size: xx-small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.indent {
	margin-left: .5in;
}

.italic {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.italicsmall {
	color: #000000;
	font-size: x-small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
li {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
ol {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.tabletext {
	color: #000000;
	font-size: small;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.noborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.alignright {
	text-align: right;
}

.alignright-big { /* new demo style */
	text-align: right;
	font-size:14px;
}
