/* Style Reset */
* {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address { margin: 1em 0; }

fieldset { padding: .5em; }
select option{ padding: 0 5px; }

.accessControl { display: none; }

.clearBoth { 
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
}

xxxbody {
  font-family: "Cambria", "Georgia", "Times New Roman", Times, sans-serif;
  font-size: 1em;
  line-height: 1.3;
  color: #666;
}

body {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 0.94em;
  line-height: 1.3;
  color: #666;
}

a {
  color: #0084bd;
  text-decoration: none;
}

a { outline: none; }

a img { border: none; }

a:visited { color: #0084bd; }

a:hover {
  color: #6db4d3;
  text-decoration: underline;
}

/* End Style Reset */

/* Main Styles */

p.introduction {
  font-size: 0.5em;
  letter-spacing: -0.1em;
  text-align: center;
  color: #999;
}

blockquote{
  margin: 20px 0;
  padding: 15px 15px;
  color: #000;
  background: #f1f1f1;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
}

blockquote p {
  margin: 0;
  padding: 0 0 0;
  font-size: 18px;
  font-style: italic;
  color: #666;
}

blockquote cite{
  margin: 0;
  display: block;
  font-weight: bold;
  font-size: 11px;
  font-style: normal;
  text-align: right;
}

p.description {
  margin: 0 0 1em 0;
  font-size: 0.75em;
  font-style: italic;
}

strong.emphasis {
  padding: 0;
  font-weight: normal;
  color: #000;
  background: #faffa0;
}

.rule {
  margin: 0.5em 0;
  height: 0em;
  font-size: 0em;
  line-height: 0;
  border-bottom: 1px solid #ddd;
}

h1 { font-size: 1.7em; }

h2 { font-size: 1.6em; }

h3 { font-size: 1.2em; }

h5 { line-height: 0.6em; }

p { font-size: 1em; }

img { border: none; }

img.thumbnail { margin-right: 24px; }

/* end */