@charset "UTF-8";
/* CSS Document */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}

p, .p{
	font-size: 12px;
	line-height: 16px;
}

h1, .h1{
	font-size: 22px;
	font-weight:normal;
	color: #666666;

}

h2, .h2{
	font-size: 18px;
	font-weight:normal;
	color: #666666;

}

.footer{
	font-size: 11px;
	color: #999999;
}
a, a:link, a:visited {
	color: #990000;
	text-decoration:none;
}

a:hover {
		font-style: italic;
	
}

 .centered {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  margin: auto;
} 

a:link.boxed, a.boxed {
	color: #999999;
}

a:hover.boxed  {
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}

.details {
	font-size: 12px;
	color: #999999;
	line-height:26px;
}

.nav1 {
	font-size: 14px;
}

.nav2 {
	font-size: 12px;
}

a:link.indexLink, a.indexLink {
     color: #666666; 
}