/*
This is an Elated PageKit - www.elated.com.
All artwork copyright © 1996-2003 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the usage agreement available online at www.pagekits.com/usage/

*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana,arial,helvetica,sans-serif;
}


/*
	Standard links
*/

a:link
{
	color: #888888;
	font-weight: normal;
	text-decoration:underline
}

a:visited
{
	color: #888888;
	font-weight: normal;
	text-decoration:underline
}

a:hover
{
	color: #888888;
	font-weight: normal;
	text-decoration: underline
}


/*
	Top menu bar style
*/


p.menu
{
	font-size: 11px;
	border-top: 0px;
	border-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right
	
}


/*
	Top menu bar links
*/

a.menu:link
{
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

a.menu:active
{
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

a.menu:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: normal
}

a.menu:hover
{
	color: #000000;
	text-decoration: underline
}


/*
	Footer style
*/

.footer
{
	text-align: center
}


/*
	Blobs style
*/

.blob
{
	margin-right: 8px;
	margin-top: 32px;
	margin-bottom: 0px
}


/*
	Standard paragraph
*/

p
{
	color: #000000;
	font-size: 75%;
	font-weight: normal;
	text-align: justify
}



/*
	Headings
*/

h1
{
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 0px
}

h2
{
	color: #000000;
	font-size: 100%;
	font-weight: bold;
	margin-top: 30px
}

h3
{
	color: #000000;
	font-size: 90%;
	font-weight: bold;
	margin-top: 28px
}

h4
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 26px
}

h5
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 24px
}


