body {
	background: White;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*  text formatting */
h1, h2, h3, h4 {
	font-size: 25px;
	font-weight: lighter;
	margin: 10px 10px 0px 15px;
	color: #E07606
}
h4 {
	font-size: 15px;
	font-weight: bolder;
	margin: 10px 10px 0px 15px;
	color: #E07606
}
p {
	font-size: 15px;
	font-weight: lighter;
	margin: 10px 10px 0px 15px;
	color: Gray;
}

td {
	font-size: 10px;
}
/* 'docs' nav item off, 'doc' nav item on, 'sdoc' subnav item on, 'sdocs' subnav item off */
li.docs, li.doc, li.sdoc, li.sdocs { 
	display: inline;
	margin: 0px 10px 5px 10px;
	color: #000000;
	font-size: 14px;
	text-align: center;
	padding: 0px;
	
} 
li.docs a, li.doc a, li.sdoc a, li.sdocs a {
	display: inline;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
	border-bottom: none;
	padding: 0px;
}
li.docs a:hover, li.doc a:hover, li.sdoc a:hover, li.sdocs a:hover {
	display: inline;
	color: #cccccc;
	font-size: 14px;
	text-decoration: none;
	border-bottom: none;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}


/* misc table formatting */
table#main {
	width: 808px;
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	}
td.left {
	background: url(../../images/main/angel_ego-03.gif);
	width: 14px;
	background-repeat: repeat-y;
	}
td.right {
	background: url(../../images/main/angel_ego-05.gif);
	width: 14px;
	background-repeat: repeat-y;
}
td.body {
	background: url(../../images/main/angel_ego-04.gif);
	width: 780px;
	background-repeat: no-repeat;
}
td.navcell {
	text-align: center;
	vertical-align: middle;
	}
table.edit {
	background-color: #ffffff;
	border: none;
	margin-top: 5px;
	background: transparent;
}

img a {
	text-decoration: none;
}
a {
	color:  #E07606;
	text-decoration: none;
	border-bottom: dashed 1px;
}
a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: dashed 1px;
}