body {
	font-family:Tahoma, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
}

.Header-2 {
	font-size: 1.25em;
	color: #F47821;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}


.Header-Sub-1 {
	font-size: 1.1em;
	color: #395675;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}	

.Header-Sub-2 {
	font-size: 1.1em;
	color: #F47821;
	font-style: normal;
	font-weight: bold;
	font-family: Tahoma, Helvetica, sans-serif;
}

/* content */

.Content-Small {
	font-size: .8em;
}

.Content {
	font-size: 1em;
	font-weight: normal;
}

.Content-Bold {
	font-size: 1em;
	font-weight: bold;
}

.Content-Italics {
	font-style: italic;
}

.Content-Indent {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.Content-1 {
	font-weight: bold;
	color: #395675;
}
.Content-2 {
	font-weight: bold;
	color: #FDC42F;
}
	
.Content-Medium {
	font-size: 1.1em;
}

.Content-Medium-Bold {
	font-size: 1.1em;
	font-weight: bold;
}

.Content-Medium-Indent {
	font-size: 1.1em;
	margin-left: 50px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.Content-Large {
	font-size: 1.25em;
	font-weight: bold;
}

.table-header {
	padding: 0px;
	background-color: #496882;
	background-image: url(images-new/earth-angels-header.jpg);
	background-repeat: no-repeat;
}
.table-content {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.table-photo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: .8em;
	color: #000000;
	text-align: right;
	padding: 8px;
}


#shaded-box {
	width: 700px;
	padding: 4px;
	background-color: #FDB04E;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(images-new/Table-Gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2BAAE2;
	border-right-color: #2BAAE2;
	border-bottom-color: #2BAAE2;
	border-left-color: #2BAAE2;
}

/* misc */

hr {
	color: #FDC42F;
}

/* base links */

a:link {
	font-weight: bold;
	color: #FDC42F;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #FDC42F;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FDC42F;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #FDC42F;
	text-decoration: underline;
}

/* akternate links */

.globalbar {
	font-family: Tahoma, Helvetica, sans-serif;
	background-color: #FDC42F;
	background-image: url(images-new/Nav-Bar-Gradient.jpg);
	background-repeat: repeat-x;
	padding: 3px;
}

.globalbar a:link {
	color: #353529;
	text-decoration: none;
}
.globalbar a:visited {
	color: #353529;
	text-decoration: none;
}
.globalbar a:hover {
	text-decoration: underline;
	color: #353529;
}
.globalbar a:active {
	color: #353529;
	text-decoration: none;
}

/* akternate links */

.navbar {
	color: #CC00FF;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
}
.navbar a:link {
	color: #CC00FF;
	text-decoration: none;
}
.navbar a:visited {
	color: #CC00FF;
	text-decoration: underline;
}
.navbar a:hover {
	color: #CC00FF;
	text-decoration: underline;
}
.navbar a:active {
	color: #CC00FF;
	text-decoration: underline;
}
