/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	background-color: #ffc6ff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr {
	color: #EB008B;
}

/******* font styles *******/

.bodytext {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #362511;
}

.boldtext {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #362511;
}

.boldtextPink {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #B7026A;
}

.medText {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #362511;
}

.medTextBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	color: #362511;
}

.medPink {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #B7026A;
}

.ltPinkText {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffc6ff;
}


.smtext {
	font-family: Tahoma;
	font-size: 10px;
	color: #362511;
}

.smwhite {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}

.medWhite {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.headline1 {
	font-family: Tahoma;
	font-size: 15px;
	font-weight:bold;
	color: #362511;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}