.new {
	font-size: 9px;
	color: #CC0000;
	vertical-align: super;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FCFCFC;
}

.subheadings {
	font-size: 18px;
	font-style: italic;
	display: inline;
	cursor: default;
}

.mini {
	font-size: 12px;
}

.topheading {
	font-size: 48px;
	font-weight: bold;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	cursor: default;
	text-align: center;
}

.main {
	background-color: #FFFFFF;
	width: 60%;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.icon {
	vertical-align: middle;
	margin-left: 4px;
	margin-right: 4px; 
}

a {
	text-decoration: none;
	color: #000099;
}

a:visited {
	color: #000099;
}

a:hover {
	text-decoration: underline;
	color: #CC0000;
}

select {
	border: 1px solid #000066;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.bigbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
}

.textbox {
	color: #000099;
}

.top {
	vertical-align: top;
	margin-left: 5px;
}

.pre {
	font-family: "Courier New", Courier, monospace;
	background-color: #FCFCFC;
	border: #999999 1px solid;
	padding: 5px 5px 5px 5px;
}

abbr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	cursor: help;
}
h2 {
font-weight: bold;
font-size: 1.3em;
}

h3 {
	display: inline;
}

.code {
	font-family: "Courier New", Courier, monospace;
	font-size: .9em;
	background-color: #E9E9E9;
	padding: 0px 2px;
}

.strike p {
	text-decoration: line-through;
}
.strike a {
	text-decoration: line-through;
}

del {
	text-decoration: line-through;
}
del p {
	text-decoration: line-through;
}
del a {
	text-decoration: line-through;
}