/*
	BG: #CFEDC9
	BG(darker): #B4E0AB
	BG(lightshadow): #9BCF90
	BG(halfshadow): #82BE75
	Shadow: #4F9C40
	Copyright Text: #8FAC80
	BlackText: #102010
	LinkText: #102040
*/

body {
	background-color:#CFEDC9;
	padding:0px;
	margin:0px;
	
	border-style:none;
	border-width:0px;

	font-family:Georgia,'sans serif';
	font-size:14px;
	color:#102010;
	/* color:#000020; */
}

a {
	white-space:nowrap;
}

img {
	border-style:none;
	border-width:0px;
}

img.LinkIcon {
	vertical-align:middle;
	margin-bottom:1px;
}

ul {
	padding:0px;
	margin:0px;
	padding-left:0px;
	margin-left:16px;
}

li {
	list-style-image:url("../img/bullet.gif");
	list-style-position:outside;
	padding:0px;
	margin:0px;
	padding-left:0px;
	margin-left:8px;
}

td {
	padding:0px;
	margin:0px;
	border-width:0px;
	border-style:none;
	border-spacing:0px;
}

table.PageStructure {
	table-layout:fixed;
	padding:0px;
	margin:0px;
	width:100%;
	height:auto;
	
	border-width:0px;
	border-style:none;
	border-spacing:0px;
}

tr.TopRow {
	height:150px;	
}

tr.BottomRow {
	height:114px;	
}

tr.ContentRow {
	height:auto;
}

.SmallerText {
	font-family:Arial,'sans serif';
	font-size:10px;
}

