body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;	
	font-family: Arial, Verdana, Georgia, Tahoma, Geneva, serif;
	color: #505050;
	background: #fff;
}

pre {
	font-size: 1em;
	font-family: Arial, Verdana, Georgia, Tahoma, Geneva, serif;
	margin: 0.3em 0;
}
h1 { 
	margin: 0.3em 0;
	font-size: 30px;
}
address {
	font-style: normal;
	padding: 0.5em 0;
	margin: 0;
}

a {
	color: #BD2053;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
dl {
	margin:	0 0 1.3em;
	padding: 0;
}
ul, ol {
	margin:	0 0 1em 2.5em;
	padding: 0 0 1em 0;
}

table {
	border-collapse: collapse;
}
table tr td,
table tr th {
	margin: 0;
	padding: .2em .3em;
	font-size: 1em;
	text-align:	left;
}
form {
	margin: 0;
	padding: 0;
}
textarea,
select,
input.standard,
input.text,
input.password {
	font-size: 1em;
	border:	1px solid #DAD9DE;
	color: #4d4d4d;
	font-family: Arial, Verdana, Georgia, Tahoma, Geneva, serif;
}
textarea,
input.standard,
input.text {
	padding: 0.15em 0.2em 0.1em 0.2em;
	resize:none;
}
input.standard {
	height:	1.3em;
}

img{
	border:none;	
}
/* Universal styles */
img.left {
	float: left;
	margin:	0 .6em 0 0;
}
img.right {
	float: right;
	margin:	0 0 .8em .6em;
}
.no-padding	{	padding:		0		}
.clear		{	clear:			both;	}
.hide		{	display:		none	}
.bold		{	font-weight:	bold	}
.align-left	{	float:			left	}
.align-right{	float:			right	}

ul.no-list-item {
	margin-left: .7em;
	list-style:	none;
}

/* Easy access elements */
.access-facility {
	display: none;
}

/* pullquote hack */
.pullquote-center {
	border-bottom: 1px dotted #ccc;
}

.pullquote-left {
	border-bottom: 1px dotted #ccc;
} 
 
.pullquote-right {
	border-bottom: 1px dotted #ccc;
}  

/* Highlight */
.highlight-block {
	background-color: #1774BF;
	display: block;
	margin: 0 0 12px 0;
	color: #FFF;
	padding: 10px;
	clear: both
}

/* Activeobject */
span::-moz-selection, a.link-activeobject-configure::-moz-selection, a.link-activeobject-delete::-moz-selection{
	background: transparent;
}
span::selection, a.link-activeobject-configure::selection, a.link-activeobject-delete::selection {
	background: transparent;
}

/* Pixl8 Specific*/

td {
	margin: 0 0 1em 0;
	padding: 0;
/*	color: #505050;
*/}

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 130%;
}
a {
	text-decoration: none;
	color: #d73528;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 1px;
	margin: 0.1em 0 0.3em 0;
	padding: 0.1em 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
	border-top: 1px solid #CCCCCC;
}
h2 {
	font-size:26px;
    margin: 14px 0 10px;
	color:#000
	
}
h3 {
	font-size: 20px;
	margin: 14px 0;
}
.blue {
	font-size: 1em;
	color: #003c79;
	font-weight: bold;
	background-color: transparent;
}
.big {
	font-size: 1.1em;
}
.small {
	font-size: 0.8em;
}
.font-normal {
	font-weight: normal;
}
.font-bold {
	font-weight: bold;
}
.font-underline {
	text-decoration: underline;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
img.left {
	float: left;
	margin: 0 0.5em 0.3em 0;
}
img.right {
	float: right;
	margin: 0 0 0.3em 0.5em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.red {
	color: #F1373C;
}
dt {
	padding: .3em 0
}
dd {
	margin: 0 0 1.2em 0
}
.code{
	font-family: monospace,serif;
	background-color: #f8e9ea;
	border: 1px solid #c16263;
}

