 /* Presentation Stylesheet */
 h3,h4 {
 	margin-left:60px;
 	padding: 5px;
 	font-family: sans-serif;
 }
 #div_links A {
	COLOR: #009900; 
	TEXT-DECORATION: none;
	font-family: sans-serif;
	font-size: smaller;
}
 #div_links A:hover {
	COLOR: white; 
	background-color: #009900;
	TEXT-DECORATION: none;
	font-family: sans-serif;
	font-size: smaller;
	width: 400px;
}
#div_links {
 	margin-left:60px;
}
 p:first-letter {
 	font-size: 110%;
 	font-weight: bold;
 	font-family: sans-serif;
 }

 P {
 	font-family: sans-serif;
 }

 .banner {
 	margin: 0 0 0 0;
 	padding: 0 0 0 0;
 	height : 80px;
 	width : 480px;
 }
 
 .form_div {
	border: thin solid Gray;
	padding : 5px 5px 5px 5px;
	margin-top : 5px;
	margin-right : 5px;
	margin-left : 5px;
	margin-bottom : 5px;
}

html {
	margin: 0;
}

body {
	margin: 20px 20px 20px 20px;
}

.photo_link:link, .photo_link:visited, .photo_link:hover, .photo_link:active {
	text-align: center;
	width: 120px;
	padding: 1px 1px;
	text-decoration: none;
	border: 2px outset;
}

.photo_link:hover, .photo_link:active {
	text-align: center;
	color: #ffccd0;
	border-color: #bfb #ff0 #bdf #fff;
	border-style: inset;
}

.formbox {
	background-image: url(http://localhost:8500/som/_img/formbox.gif);
	background-repeat: no-repeat;
}

TABLE.sortable A.sortheader {
	DISPLAY: block; FONT-WEIGHT: bold; COLOR: #666666; BACKGROUND-COLOR: #eee; TEXT-DECORATION: none
}

TABLE.sortable SPAN.sortarrow {
	COLOR: black; TEXT-DECORATION: none
}
