body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: 212121; /*#F6F6F6;*/
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, li, ul, ol, a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff6600;
	text-decoration: none;
	/*font-size: 11px;*/
}
			
a:visited {	
	text-decoration: none;
	/*font-size: 11px;*/
}
			
a:hover {
	text-decoration: underline;
	/*font-size: 11px;*/
}
			
a:active {	
	text-decoration: underline;
	/*font-size: 11px;*/			
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	/*font-size: 11px;*/
	font-weight: bold;
}

table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
	border: 0;
	border-collapse: collapse;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	padding: 0px;
}

img {
	border: 0;
}

ul {
	padding-left: 5px;
}

hr {
	width: 100%;
	height: 1px;
	background-color: #eeeeee;
	color: #eeeeee;
	clear: both;
	border: 0;
}


/* ########## Columns ########## */
td.ambientCol {
	/*background-color: #BDE859;*/
	/*background-color: #111150;*/
}

td.contentCol {
	background-color: #ffffff;
	width: 800px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: #ffffff;
	border-right-color: #ffffff;
}


/* ########## Rows ########## */
tr.headerRow {
	background-color: #ffffff;
}


/* ########## Menubar ########## */
td.menubar {
	width: 800px;
	height: 20px;
	background-color: #4DAB27;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

a.menubar {
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
			
a.menubar:visited {	
	text-decoration: none;
	font-size: 10px;
}
			
a.menubar:hover {
	text-decoration: underline;
	font-size: 10px;
}
			
a.menubar:active {	
	text-decoration: underline;
	font-size: 10px;			
}


/* ########## Footerbar ########## */
td.footerbar {
	width: 800px;
	height: 20px;
	background-color: #4DAB27;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}



td.headerbar {
	height: 20px;
	background-color: #ff7900;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}


/* ########## Contents ########## */
td.startContent {
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

td.content {
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.content {
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-bottom: 10px;
}

td.contentTitle {
	vertical-align: top;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	padding-left: 10px;
	padding-top: 10px;
	/*border-bottom: 1;
	border-bottom-size: 1px;
	border-bottom-color: #666666;
	border-bottom-style: solid;*/
}


/* ########## Links ########## */
/* white */
a.white {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
			
a.white:visited {	
	text-decoration: none;
	font-size: 10px;
}
			
a.white:hover {
	text-decoration: underline;
	font-size: 10px;
}
			
a.white:active {	
	text-decoration: underline;
	font-size: 10px;			
}

/* orange */
a.orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #ff7900;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
			
a.orange:visited {	
	text-decoration: none;
	font-size: 11px;
}
			
a.orange:hover {
	text-decoration: underline;
	font-size: 11px;
}
			
a.orange:active {	
	text-decoration: underline;
	font-size: 11px;			
}
