body {
	color: #390C3D;
	background-color: #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
	text-decoration: none;
	background-image: url(../images/bg/monogram_bg_grey.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

a:link{
	color : #ec008c;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
a:visited{
	color : #ec008c;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
a:hover {
	color : #82004E;
	background-color : transparent;
	text-decoration : underline;
	font-weight: bold;
}

a.footer:link{
	color : #f499c1;
	background-color : #000000;
	text-decoration : none;
	font-weight: bold;
}
a.footer:visited{
	color : #f499c1;
	background-color : #000000;
	text-decoration : none;
	font-weight: bold;
}
a.footer:hover {
	color : #ec008c;
	background-color : #000000;
	text-decoration : none;
	font-weight: bold;
}

hr {
	color: #ec008c;
	background-color : transparent;
	size: 1px;
}
p {
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
}
.title {
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 21px;
	font-weight : normal;
}
.titlewhite {
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 21px;
	font-weight : normal;
}
.heading {
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;	
	line-height : 21px;
}
.copy {
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;	
	line-height : 20px;
}
.copy2 {
	color : #ec008c;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;	
	line-height : 20px;
}
.whitetext {
	color : #ffffff;
	background-color: transparent;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 20px;
}
.normal {
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 15px;
}
.normalpink {
	color : #ec008c;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 15px;
}
.small { 
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 15px;
}

.greytext {
	color : #888888;
	font-size : 12px;
	line-height : 19px;
}

.white {
	color : #390C3D;
	background-color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 19px;
}
.footer {
	color : #ffffff;
	background-color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	line-height : 19px;
}
.pink {
	color : #ffffff;
	background-color : #ec008c;
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	line-height : 19px;
}
td {
	color : #390C3D;
	font-family : Arial, Helvetica, sans-serif;
	font-size :12px;
	line-height : 19px;
}
ul{
	list-style : disc;
}
ol{
	list-style : decimal;
}

