body {
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

p {
	line-height: 160%;
}

.texbox b {
	color: #996633;
}



img {
	border: none;
}

h1 {
	font-size: 220%;
	font-family: Times;
	font-weight: bold;
	color: #9a6634;
	font-style: normal;
}

h2 {
	font-family: Times;
	font-size: 160%;
	font-weight : bold;
	color:#9a6634;
	font-style: normal;
}

h3 {
	font-family: Times;
	font-size: 140%;
	font-weight : bold;
	color:#9a6634;
	font-style: normal;
}


.h3spa, .h2spa, .h1spa {
	color:#64c5e4;
}

.spablue {
	color:#80A7B8;
	font-family: Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------*/

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif; 
	font-size : 100%;
	text-decoration: none;
}

legend {
	color: #666666;
	font-weight: bold;
	background-color: #ffffff;
	border: 0px dashed #9a6634;
	padding: 5px;
}

/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #996633;
}

a:hover {
	text-decoration: none;
}


/*-----------------------------------------------------------------*/

.error {
	color: #FF0000;
	font-weight : bold;
}

hr {
	border-top: 1px solid #9a6634;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}


/*--------------------------Image Properties---------------------------------------*/


img.apply_border {
	padding:5px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}



img.apply_border:hover {
	padding:5px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px solid #BD9979;
	
}

img.apply_border_small {
	padding:2px;
	margin: 2px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}

.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;
  } 
  
.embed_image2 {
  float:left;
  background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 5px 8px 0 5px !important;
  margin: 5px 0 0 5px;
}

.embed_image2 img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 

.related_media_box {
	margin: 5px;
	padding: 5px;
	float: right;
	background-color: #dddddd;
	border: 1px solid #cccccc;
}

.related_media_box h3 {
	color: #999999;
	margin: 0px 0px 10px 0px;
}

ul.related_media  {
	padding: 0px 0px 0px 2px;
	margin: 0px;
	list-style: none;
	text-align: left;
	list-style-type: none;
}