<!--
p
{
	font-size: 12px;
}

P.se
{
	font-size: 11px;
	color: #555;
}

P.small
{
	font-size: 11px;
}

ul.small, ol
{
	font-size: 11px;
	color: #aaa;
}

h1
{
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

h2
{
	margin-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #F22B16;
}

h3
{
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #F29716;
}

a:link, a:visited
{
	color: #F22B16;
	text-decoration: underline;
}

a:active, a:hover
{
	color: #F29716;
	text-decoration: underline;
}

p.se a:link, p.se a:visited
{
	color: #777;
	text-decoration: none;
}

p.se a:active, p.se a:hover
{
	color: #F22B16;
}

/***************************************************
GLOBAL PAGE LAYOUT ELEMENTS
***************************************************/

body
{
	text-align: center;
	background-color: #2A0056;
	color: #aaa;
	font: 12px/18px "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
    margin: 0px;
}

#TopBox
{
	background-color: #000;
}

#GradientBox
{
	background-image: url(gradient.gif);
	height: 100px;
}

div.CentreContent
{
	margin: auto;
	width: 730px;
	text-align: left;
}

#MainBox
{
	margin: 0;
	padding: 2px 0px 0px 0px;
	text-align: left;
}

/* Horinzontal rule */
#Line
{
	margin: 0px -10px 0px -10px;
	padding: 0px 0px 10px 0px;
	border-top: 2px solid #666;
}

html>body #Line { height: 0px; }

/* Inclusion & exclusion criteria */
#incexc
{
    margin: 10px 20px 30px 20px;
}

-->

