/*IPTL master style sheet.*/

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 20px;
}

/*body margin of 0 conflicted with frame margins, so removed it.*/

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

p {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;


}

.smallertext {
	font-size: 11px;
	line-height: normal;

}

.smallesttext {
	font-size: 10px;
	line-height: normal;

}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: #950018;

}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #950018;

}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #950018;
	
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #950018;

}
.announcement {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 24px;

}
.whitetext {
	color: #FFFFFF;
	font-size: 11px;
	line-height: normal;


}
.new {
	font-weight: bold;
	color: #FF0000;
}
ul, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 4px;

}
.border {
	border: 1px solid #000000;
}
sup {
	font-size: 10px;
}
