/********** General **********/

body { 
	background: #D58D83; 
	margin: 10px; 
}

p { margin: 10px 0; }

b { color: #4D6E40; }

i { color: #484B4D; }



/********** Linkage **********/

a:link, a:visited { 
	text-decoration: underline; 
	color: #C25F73; 
}

a:hover, a:active { 
	text-decoration: none; 
	background: #F1CECC; 
	color: #9B4D44; 
}

#nav a:link, #nav a:visited { 
	text-decoration: none; 
	color: #FCE7E6; 
}

#nav a:hover, #nav a:active { 
	text-decoration: none; 
	display: block; 
	background: #FCE7E6; 
	color: #9B4D44; 
	height: 14px; 
}



/********** Table Properties **********/

td#top_04 { 
	background: url(top_04.jpg) top left no-repeat; 
	height: 95px; 
	margin: 0; 
	padding: 45px 0 0 75px; 
}

td#nav { 
	background: #C77067; 
	height: 14px; 
	width: 80px; 
	vertical-align: center; 
	font: 9px verdana; 
	text-align: center; 
	text-transform: uppercase; 
}

td#bg { 
	background: url(bg.jpg); 
	margin: 0; 
	padding: 0 37px 0 20px; 
}

td#content { 
	width: 444px; 
	margin: 0; 
	padding: 0; 
	font: 10px verdana; 
	text-align: justify; 
	color: #9B4D44; 
}



/********** Divider Properties **********/

div#box {
	font: 10px verdana; 
	text-align: center; 
	background: #F1CECC; 
	font-style: italic; 
	color: #B96259; 
	border: 1px #D58D83 solid; 
	padding: 5px; 
	margin: 5px 40px; 
}



/********** Headers **********/

h1 {
	font: bold 9px verdana; 
	text-align: right; 
	letter-spacing: 5px; 
	text-transform: uppercase; 
	color: #9B4D44; 
	border-bottom: 1px #9B4D44 solid; 
	padding: 2px; 
	margin: 5px 0; 
}

h2 {
	font: bold 9px verdana; 
	text-align: center; 
	letter-spacing: 5px; 
	text-transform: uppercase; 
	color: #9B4D44; 
	margin: 5px 0; 
}

h3 {
	font: bold 9px verdana; 
	text-align: left; 
	letter-spacing: 2px; 
	color: #4D6E40; 
	margin: 13px 0 2px 0; 
}



/********** Miscellaneous **********/

li { 
	list-style-type: disc; 
	margin: 10px 20px 10px 0; 
}

.outline {
	background: #E6B7B3; 
	border: 5px #E6B7B3 solid; 
	margin: 4px; 
}

input, textarea, select { 
	margin: 0; 
	padding: 0; 
	font: 10px verdana; 
	background: #F1CECC; 
	color: #B96259; 
	border: 1px #D58D83 solid; 
}