﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color: #000; 
	scrollbar-shadow-color: #00A33D; 
	scrollbar-highlight-color: #00A33D; 
	scrollbar-3dlight-color: #000; 
	scrollbar-darkshadow-color: #000; 
	scrollbar-track-color: #000; 
	scrollbar-arrow-color: #00A33D;
}

/* Links */
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #00A33D;
}
a:active {
	text-decoration: none;
	color: #00A33D;
}

a.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-right: 21px;
}
a:link.Menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.Menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.Menu {
	text-decoration: none;
	color: #00A33D;
}
a:active.Menu {
	text-decoration: none;
	color: #00A33D;
}

a.TableLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link.TableLink {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.TableLink {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.TableLink {
	text-decoration: none;
	color: #FFFFFF;
}
a:active.TableLink {
	text-decoration: none;
	color: #FFFFFF;
}

/* Text */
h1 {
	font-size: 16px;
	color: #00A33D;
}

h2 {
	font-size: 14px;
	color: #00A33D;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img.Logo {
	float: right;
	padding-right: 83px;
}

.txtEmphasis {
	color: #00A33D;
}

.tableCell {
	border: solid 1px #00A33D;
	background-color: transparent;
}

/* Layers */
#DivMaster {
	width: 800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#DivHeaderLogo {
  width: 800px;
	height: 57px;
	margin-top: 34px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
}
#DivHeader1 {
  width: 800px;
	height: 23px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_header_1.jpg);
	background-repeat: no-repeat;
}
#DivHeader2 {
  width: 800px;
	height: 20px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background_header_2.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 7px;
}
#DivHeader3 {
  width: 800px;
	height: 94px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 21px;
	background-image: url(images/background_header_3.jpg);
	background-repeat: no-repeat;
}
#DivContent {
  width: 750px;
	height: 378px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	background-image: url(images/background_content.jpg);
	background-repeat: no-repeat;
}
#DivContentText {
  width: 700px;
	height: 358px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	overflow: auto;
}
#DivFooter {
  width: 785px;
	margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 15px;
}
