html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}



p, li {
	line-height: 180%;
}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: Times New Roman;
	font-weight: bold;
	color: #48296B;
	font-style: italic;
}

h2 {
	font-family: Times New Roman;
	font-size: 160%;
	font-weight : bold;
	color:#c974c9;
	font-style: normal;
}

h3 {
	font-family: Times New Roman;
	font-size: 130%;
	font-weight : bold;
	color:#c974c9;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {
	color : #3e1d62;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #3e1d62;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}

input, select, textarea {
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color:#8e21b2;
}

a:visited {color:#4e0a64;}

a:hover {
	text-decoration: none;
}

.location {
	color: #000;
}


.embed_image {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 8px 0 10px !important;
  margin: 10px 0 0 5px;
}

.embed_image img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
  img.apply_border {
	padding:3px;
	margin: 6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}


img.apply_border:hover {
	padding:3px;
	margin: 6px;
	background-color: #ffffff;
	border: 1px solid #1c4577;
}

