* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #878b86;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
}

p {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

li {
	margin: 0px 1.5em;
}

hr {
	border: 0px;
	border-top: 1px solid grey;
	margin: 5px;
}

table {
	border-collapse: collapse;
}

pre {
	font-size: 10pt;
}

.even {
	background-color: #eeeeee;
}

#Body {
	background-image: url(design/background.png);
	background-repeat: repeat-y;
	width: 808px;
	margin: 0px auto;
}

#Header {
	background-image: url(design/header.png);
	background-repeat: no-repeat;
	width: 808px;
	height: 140px;
}

#Banner {
	position: relative;
	top: -25px;
	left: 321px;
	width: 468px;
	height: 60px;
}

#Navi {
	font: 17px "Myriad Pro", Arial, Helvetica, sans-serif;
	position: relative;
	left: 75px;
	top: 85px;
}

#Navi a {
	margin-left: 35px;
	color: white;
	text-decoration: none;
}

#Navi a:hover {
	text-decoration: underline;
}

#SubNavi {
	font: 15px "Myriad Pro", Arial, Helvetica, sans-serif;
	position: relative;
	left: 12px;
	top: 92px;
}

#SubNavi a {
	margin-right: 15px;
	color: black;
	text-decoration: none;
}

#SubNavi a:hover {
	text-decoration: underline;
}

#Content {
	margin: 6px;
}

#Content .MainBody img {
	padding: 8px;
}

#Content a:link,#Content a:active,#Content a:visited {
	color:  #37527B;
	text-decoration: none;
}
#Content a:hover {
	color: #000000;
	text-decoration: underline;
}

#Footer {
	background-image: url(design/border_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 10px;
	padding-bottom: 6px;
	padding-top: 15px;
	text-align: center;
}

div.BoxGreen div.Header, div.BoxRed div.Header, div.BoxBlue div.Header, div.BoxGrey div.Header {
	padding-top: 7px;
}
div.BoxGreen div.Body, div.BoxRed div.Body, div.BoxBlue div.Body, div.BoxGrey div.Body {
	margin: 0;
	padding: 0px 8px;
	color: white;
}
div.BoxGreen div.Footer div.FooterRight, div.BoxRed div.Footer div.FooterRight, div.BoxBlue div.Footer div.FooterRight, div.BoxGrey div.Footer div.FooterRight {
	padding-top: 8px;
}
#Content div.BoxGreen div.Body a:link, #Content div.BoxGreen div.Body a:active, #Content div.BoxGreen div.Body a:visited,
#Content div.BoxRed div.Body a:link, #Content div.BoxRed div.Body a:active, #Content div.BoxRed div.Body a:visited,
#Content div.BoxBlue div.Body a:link, #Content div.BoxBlue div.Body a:active, #Content div.BoxBlue div.Body a:visited {
	color: #efefef;
}

div.BoxGreen {
	background: url(design/box_green_top_left.png) top left no-repeat;
}
div.BoxGreen div.Header {
	background: url(design/box_green_top_right.png) top right no-repeat;
}
div.BoxGreen div.Body {
	background: url(design/box_green_right.png) top right repeat-y;
}
div.BoxGreen div.Footer {
	background: url(design/box_green_bottom_left.png) bottom left no-repeat;
}
div.BoxGreen div.Footer div.FooterRight {
	background: url(design/box_green_bottom_right.png) bottom right no-repeat;
}
div.BoxRed {
	background: url(design/box_red_top_left.png) top left no-repeat;
}
div.BoxRed div.Header {
	background: url(design/box_red_top_right.png) top right no-repeat;
}
div.BoxRed div.Body {
	background: url(design/box_red_right.png) top right repeat-y;
}
div.BoxRed div.Footer {
	background: url(design/box_red_bottom_left.png) bottom left no-repeat;
}
div.BoxRed div.Footer div.FooterRight {
	background: url(design/box_red_bottom_right.png) bottom right no-repeat;
}

div.BoxBlue {
	background: url(design/box_blue_top_left.png) top left no-repeat;
}
div.BoxBlue div.Header {
	background: url(design/box_blue_top_right.png) top right no-repeat;
}
div.BoxBlue div.Body {
	background: url(design/box_blue_right.png) top right repeat-y;
}
div.BoxBlue div.Footer {
	background: url(design/box_blue_bottom_left.png) bottom left no-repeat;
}
div.BoxBlue div.Footer div.FooterRight {
	background: url(design/box_blue_bottom_right.png) bottom right no-repeat;
}

div.BoxGrey {
	background: url(design/box_grey_top_left.png) top left no-repeat;
}
div.BoxGrey div.Header {
	background: url(design/box_grey_top_right.png) top right no-repeat;
}
div.BoxGrey div.Body {
	background: url(design/box_grey_right.png) top right repeat-y;
	color: black;
}
div.BoxGrey div.Footer {
	background: url(design/box_grey_bottom_left.png) bottom left no-repeat;
}
div.BoxGrey div.Footer div.FooterRight {
	background: url(design/box_grey_bottom_right.png) bottom right no-repeat;
}