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

@font-face { font-family: Calluna; src: url('../fonts/Calluna-Regular.otf'); }

body{
	color:#414142; font-size:10pt;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	background-color:#111;
}
p{
	line-height:14pt;	
}

/* Typography */

h1{
	font-family: Calluna, Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #3E1951;
	font: normal;
	font-weight:normal;
}
h2{
	font-size:1.5em;
	font-weight:lighter;
}
h3{
	font-weight:normal;
	font-size:1em;
}
h1 small{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:0.5em;
	color: #595A5C;
	font:normal;
	margin:0px;
	font-weight:normal;
	display:block;
}
h1 a:link{
	color: #3E1951;	
}
h1 a:active:{
	color: #595A5C;
}
h1 a:visited{
	color: #3E1951;
}
h1 a:hover{
	color: #595A5C;
}
a{	
	text-decoration:none;
	font-style:normal;
}
a img{
	border:0 none;
	text-decoration:none;
}
a:active{
	color: #595A5C;
}
a:link, a:visited{
	color: #939598;
}
a:hover{
	color: #3E1951;
}
small a:active{
	color: #595A5C;
}
small a:link{
	color: #939598;
}
small a:visited{
	color: #939598;
}
small a:hover{
	color: #3E1951;
}
strong{
	color:#3E1951;	
}
