body {
	font:71% Tahoma,Helvetica,sans-serif;
	cursor:default;
	margin:0;
	background-color:#F2F6FB;
}
html {
	height:100%;
	/* background-color:#eee; */
}
p,li{
	font-size:1em;
	letter-spacing:1px;
	line-height:1.5em;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}
table
{
	margin-top:10px;
	border-collapse: collapse;
	border-spacing: 0;
}
table, td
{
	border:none;
}
td
{
	padding: 6px 25px 6px 0;
	width:100px;
}
fieldset, img
{
	border: 0;
}
address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}
strong{
	font-weight:bold;
}
ul{
	margin:0 0 0 10px;
	padding:0;
}
li
{
	background:url(bullet.png) no-repeat 0 11px;
	padding-top:6px;
	padding-left:20px;
	list-style:none;
}
caption, th
{
	text-align: left;
}
q:before, q:after
{
	content: '';
}
abbr, acronym
{
	border: 0;
	font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup
{
	vertical-align: text-top;
}
sub
{
	vertical-align: text-bottom;
}
input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/*to enable resizing for IE*/
input, textarea, select
{ *font-size:100%;}
/*because legend doesn't inherit in IE */
legend
{
	color: #000;
}
/* --------- Elements ---------*/
p{
	padding-top:6px;
	padding-left:2px;
}
a{
	color:#5A0376;
	text-decoration:none;
   letter-spacing:1px;
}
a:link{}
a:visited{}
a:hover{
	color:#c00;
	text-decoration:underline;
}
h1
{
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1px;
	color:#5a0376;
}
h3{
	font-size:1.05em;
	font-weight:bold;
	letter-spacing:1px;
	color:#5a0376;
	margin-top:1em;
}
h4{
	font-size:1em;
	font-weight:bold;
	letter-spacing:1px;
	color:#5a0376;
	margin-top:2em;
}
h5{
	font-size:0.95em;
	font-weight:bold;
	letter-spacing:1px;
	color:#5a0376;
	margin:0.4em 0 1em 0;
}
.poweredBySitefinityLogo{
	margin-top:-10000px;
}