body {
	margin:2px;
	padding:4px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#header {
	background-image: url(../images/clear.gif);
}

#global-header {
	display:none;
}

#mobile {
	background-color:#FFFFFF;
}


.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #003399;
}

.small-headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #004080;
}

.serif-headline {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#feed-box {
	height: 30em;
	border-left: thin solid #3366FF;
	overflow: scroll;
	background-color: #FFFFFF;
}

#feed-box h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.highlight-text-box {
	background-color: #99CCFF;
	margin: 2px;
	padding: 2px;
}

.inverse-text {
	color: #FFFFFF;
	background-color: #00007E;
	margin: 2px;
	padding: 2px;
	font-size: x-large;
	font-weight: bold;
}

.outline {
	margin: 2px;
	padding: 2px;
	border: thin solid #6699CC;
}

.fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
	color: #003399;
}

