p {
	padding: 0px 0px 0px 20px;
}
li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
a {
	color : #277CCD;
	padding: 0px 0px 0 3px;
	text-decoration: underline
}
a:hover {
	color: #000000;
	text-decoration: none
}
.pink {
	color : #ee208c;
}
.pinkLarge {
	color : #ee208c;
	font-weight: bold; 
	font-size: 11pt; 
	padding: 0px 0px 10px 0px;
}
.large {
	font-size: 13pt; 
	font-weight: bold; 
}
.footerlink
{
	text-decoration: none; 
	font-size: 9pt; 
	color: purple;
}
h1 {
	color : #ee208c;
	padding: 5px 0px 0px 20px;
	font-size : 20pt;
}
h2 {
	clear:both;
	padding: 0px 0px 0px 20px;
	font-size: 12pt; 
	font-weight: bold; 
}
.rightimage
{
	float: right;
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:2px solid #000000;
}
.rightimageno
{
	float: right;
	padding: 0px;
	display: inline;
	margin: 0px 20px 0px 30px;
    border:0px solid #ffffff;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 10px 0px 5px 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.inputstyle {
	border: 1px solid #000000;
	background: #e7a0c5;
	float: right;
	margin: 0px 100px 0px 0px;
 }
.imagenone
{
    border:0px solid #ffffff;
}




.imagecenter
{
	display: block; 
	margin:0 auto ;
}
.leftimage
{
	float: left;
	padding: 0px;
	display: inline;
	margin: 10px 30px 10px 30px;
    border:2px solid #000000;
}
.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;
}
