/*
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: arial,helvetica,sans-serif;
}


/*
	Standard links
*/

a:link
{
	color: #6A8499;
	font-weight: normal;
	text-decoration:none
}

a:visited
{
	color: #6A8499;
	font-weight: normal;
	text-decoration:none
}

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


/*
	Left menu links
*/

a.leftmenu:link
{
	color: #35424D;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px
}

a.leftmenu:active
{
	color: #35424D;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px
}

a.leftmenu:visited
{
	color: #35424D;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px
}

a.leftmenu:hover
{
	color: #35424D;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px
}


/*
	"your company name here" heading
*/

.pageheading
{
	color: #82CA9C;
	font-size: 29px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 35px
}


/*
	Top menu bar style
*/

.topmenu
{
	color: #35424D;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	margin-right: 35px
}


/*
	Top menu bar links
*/

a.linktopmenu:link
{
	color: #35424D;
	text-decoration: none
}

a.linktopmenu:active
{
	color: #35424D;
	text-decoration: none
}

a.linktopmenu:visited
{
	color: #35424D;
	text-decoration: none
}

a.linktopmenu:hover
{
	color: #35424D;
	text-decoration: underline
}


/*
	Bottom grey bar (footer)
*/

.bottombar
{
	background-image: url(images/bottom_bar.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right
}


/*
	Green heading squares style
*/

.squares
{
	margin-right: 8px
}



/*
	Standard paragraph
*/

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


/*
	Headline paragraph
*/

.headline
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	text-align: justify
}


/*
	Headings
*/

h1
{
	color: #999999;
	font-size: 24px;
	font-weight: bold;
	margin-top: 32px
}

h2
{
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px
}

h3
{
	color: #999999;
	font-size: 16px;
	font-weight: bold;
	margin-top: 28px
}

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

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


