﻿body
{
	padding: 0;
	margin: 0;
}

.Background {
	background: #FFF url(images/body_bg.gif) repeat-x top center;
	padding-bottom:10px;
}

.Page {
	background: #FFF url(images/page_bg.gif) repeat-y;
	width: 772px;
	margin: 0 auto;
	height: 100%;
}

ul.ArrowMenu {
	margin: 0;
	padding: 5px 0 0 0; 
	list-style-type: none; 
}
ul.ArrowMenu li {
	margin: 0;
	padding: 0;
}
ul.ArrowMenu a {
	display: block;
	background: url(images/arrow_grey.gif) no-repeat 0 0;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 0;
}
ul.ArrowMenu a:hover {
	background: url(images/arrow_green.gif) no-repeat 0 0;
}

body,
table {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #2D0054;
}

p, 
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0px 0px 12px 0px;
}
table {
	margin: 0px;
}
a {
	color: #74B71C;
	text-decoration:none;
}
a:hover {
	color: #62407F;
}
a img {
	border: 0;
}
th, 
td {
	vertical-align:top;
}

a.next {
	padding: 0 26px 4px 0;
	margin: 0;
	color: #999;
	background:url(images/arrow_grey.gif) top right no-repeat;
}
a.back {
	padding: 0 0 4px 26px;
	margin: 0;
	color: #999;
	background:url(images/arrow_grey_back.gif) top left no-repeat;
}
a.next:hover  {
	color: #74B71C;
	background:url(images/arrow_green.gif) top right no-repeat;
}
a.back:hover  {
	color: #74B71C;
	background:url(images/arrow_green_back.gif) top left no-repeat;
}
a.next img, 
a.back img {
	position:relative;
	top: 5px;
}

