body {
	font-family: Arial, Sans-Serif;
	font-size: 11pt;
	
	color: black;
	
	background-color: white;
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

.no_border {
	border-width: 0px;
}

.clickable {
	cursor: pointer;
}

.repeat_x {
	background-repeat: repeat-x;
}

.repeat_y {
	background-repeat: repeat-y;
}

.no_repeat {
	background-repeat: no-repeat;
}

td {
	vertical-align: top;
}

sup {
	font-size: small;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	
	color: rgb(255,151,3);
	
	text-decoration: none;
}

a:hover {
	color: rgb(255,151,3);
	
	text-decoration: underline;
}

/* Page Headings */

h1 {
	font-size: 15pt;
	font-weight: bold;
	
	text-align: left;
	color: white;
	
	text-indent: 3px;
	
	border-style: solid;
	border-color: white;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	
	padding-top: 15px;
	padding-bottom: 5px;
	
	margin-bottom: 5px;
}
