@charset "utf-8";
.USynH {
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
	color: #D70E76;
	font-style: normal;
} 
a:link { color:#5D2878;}

/* visited link */
a:visited {
    color: #5D2878;
}

/* mouse over link */
a:hover {
    color: #5D2878;
}

/* selected link */
a:active {
    color: #5D2878;
}

.USynP {
	font-family: sans-serif;
	font-size: normal;
	font-weight: bold;
	color: #5D2878;
	
} 
a:link { color:#5D2878;}

/* visited link */
a:visited {
    color: #5D2878;
}

/* mouse over link */
a:hover {
    color: #5D2878;
}

/* selected link */
a:active {
    color: #5D2878;
}
.USynb {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #222222;
} 
a:link { color:#5D2878;}

/* visited link */
a:visited {
    color: #5D2878;
}

/* mouse over link */
a:hover {
    color: #5D2878;
}

/* selected link */
a:active {
    color: #5D2878;
}
.USynW {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #FFFFFF;
}

ul.listp{ 
  list-style-image: none;
  list-style: none;
  list-style-type: none;
} 
.PinkInput {
 color: #D70E76;
 background-color: white;
}
.BlackInput {
	font-family: sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #222222;
	}