/* Style sheet for all pages on UNST website */
Body {
	color: #333333;
	background-repeat: no-repeat;
	text-align: justify;
	list-style-image: none;
	list-style-type: circle;
	background-image: none;
	list-style-position: inside;
	background-attachment: scroll;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	color: #333333;
	font-size:120%;
	height: auto;
	width: auto;
	background-color: #E2DEF3;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #573c4f;
	font-size:80%;
	height: auto;
	width: auto;
	padding: 16px 4px 10px;
	font-weight: bold;


}

a:visited {
	color: #666699;

}
a:active {
	color: #990033;
}

a:hover {
	color: #990000;
}

p {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	vertical-align:text-bottom;
	text-align: justify;
	font-style: normal;
	color: #333333;
	letter-spacing: normal;
	padding: 4px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 5px;

}



p.caption{
	font-family:  "Verdana", sans-serif;
	font-size:80%;
	vertical-align:text-top;
	text-align: justify;
	font-style: normal;
	color: #000000;
	letter-spacing: normal;
	font-weight: normal;


}
img {
	border: 1px solid #666666;
	margin: 5px;
}

table {
	margin-left: 10px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 520px;
}

