/* Default CSS Stylesheet */

/*
===================================================================
Page
===================================================================
*/
body
{
	background: #b6b7bc;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
}

table
{
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	word-spacing: normal;
	text-transform: none;
	letter-spacing: normal;
	padding: 0px;
	margin: 0px;
}

/*
===================================================================
Links
===================================================================
*/
A:link
{
	color: blue;
	font-family: Arial;
	background-color: transparent;
	text-decoration: underline;
}
A:visited
{
	color: blue;
	font-family: Arial;
	background-color: transparent;
}
A:hover
{
	color: white;
	font-family: Arial;
	background-color: blue;
	text-decoration: none;
}
A:active
{
	color: blue;
	font-family: Arial;
	background-color: transparent;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
	width: 100%;
	background-color: #fff;
	margin: 0px;
	border: none;
}

.header
{
	position: relative;
	margin: 0px;
	padding: 0px;
	background: black;
	width: 100%;
}

.main
{
	padding: 0px;
	margin: 0px;
	min-height: 420px;
}

.footer
{
	color: #4e5766;
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: normal;
}
/* TAB MENU   
----------------------------------------------------------*/

div.navigationmenu
{
	background-color: Black;
	width: 100%;
	font-size: 12pt;
}

