/* Copyright (C)    */

body {
	background: #0080ff url(images/background.jpg) no-repeat top;
	font: 12px arial,sans-serif;
	color: #5E5E5E;
	line-height: 150%;
	MARGIN-LEFT: 0px;
	MARGIN-RIGHT: 0px;
	MARGIN-TOP: 10px;
	MARGIN-BOTTOM: 10px;
}

h1 {
	color: #454545;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}

h2 {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: capitalize;
}

.footer {
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: none;
	text-align: center;
}
.footer a {
	font-size: 10px;
	color: #5E5E5E;
	text-decoration: underline;
	text-align: center;
}
.footer a:hover {
	font-size: 10px;
	color: #0000FF;
	text-decoration: underline;
	text-align: center;
}

.MainText {
	font: 14px arial,sans-serif;
	color: #5E5E5E;
	line-height: 150%;
}
.MainText a {
	font: 14px arial,sans-serif;
	color: #5E5E5E;
	line-height: 150%;
	text-decoration: none;
}
.MainText a:hover {
	font: 14px arial,sans-serif;
	color: #0000FF;
	line-height: 150%;
	text-decoration: underline;
}


/*  Navigation Bar  */
.NaviBarMain {
	width: 150px;
}

.NaviBarButtons a {
	color: #000000;
	border: 1px solid;
	background-color: #B0B0B0;
	padding: 2px;
	padding-left: 8px;
	font: 18px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #BDBDBD #737373 #737373 #BDBDBD;
	display: block;
	margin: 0px;
	width: 100%;
	text-align: left;
	-moz-box-sizing: border-box; 
}

.NaviBarButtons a:hover {
	border: 1px solid;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-right: 1px;
	background-color: #949494;
	border-color: #737373 #BDBDBD #BDBDBD #737373;
	color: #000000;
	text-decoration: none;
}


