/*
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
{
	font-weight: normal;
	text-decoration:none
}

a:visited
{
	font-weight: normal;
	text-decoration:none
}

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


/*
	Menu links
*/

a.menu:link, a.menu:visited, a.menu:active
{
	color: #000000;
	font-size: 90%;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
}

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


/*
	Menu style
*/

.menu
{
	margin-left: 17px;
}               

/*
	Menu link style
*/

.menulink
{
	margin-left: 17px;
	margin-top: 10px;

}    


/*
	Standard paragraph
*/

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



/*
	Headings
*/

h1
{
	color: #000000;
	font-size: 105%;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin-top: 20px
}

h2
{
	color: #000000;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 25px;
	margin-bottom: -10px
}

h3
{
	color: #000000;
	font-size: 75%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-top: 25px;
	margin-bottom: -10px
}


/*
	Page footer
*/

p.footer
{
	text-align: center;

}

