body {
	background-color: White;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
	background-position: top;
	margin: 0px;
}
.menu {
	font-family: Georgia, Arial, Verdana;
	font-weight: bold;
	color: #c2cbd7;
	font-size: 12px;
	margin-left: 16px;
}
a.menu  {
	text-decoration: none;
}
a:hover.menu  {
	text-decoration: none;
	color: white;	
}
.footer {
	background-repeat: repeat-x;
	background-image: url(../images/index_41.jpg);
	background-position: bottom;
	margin: 0px;
}
.item {
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	margin-left: 3px;	
	color: White;
}
.orangeitem {
	font-family: Georgia, Arial, Verdana;
	font-weight: normal;
	font-size: 12px;
	margin-left: 1px;
	color: #FF8C00;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: Black;
}
a:hover {
	text-decoration: none;
	color: Gray;
}
h1 {
	font-family: Verdana, Georgia, Arial;
	font-size: 24px;
	color: Black;
	text-align: right;
}
p {
	font-family: Verdana, Georgia, Arial;
	font-size: 14px;
	color: Black;
}
.appitems {
	font-family: Verdana, Georgia, Arial;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
}
.footeritems {
	font-family: Verdana, Georgia, Arial;
	font-weight: normal;
	color: #c2cbd7;
	font-size: 10px;
	margin-left: 25px;
}
.footeritems a {
	font-family: Verdana, Georgia, Arial;
	font-weight: bold;
	color: #c2cbd7;
	font-size: 10px;
	margin-left: 0px;
}
.copyright {
	font-family: Verdana, Georgia, Arial;
	font-weight: bold;
	color: #c2cbd7;
	font-size: 14px;
	margin-left: 25px;
}