body {
	color: #000000;
	background-color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	margin: .5cm;
}

#mainTable {
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}

#mainTable th, #mainTable td {
	padding: 5px;
}

#articleAlert {
	display: none;
	position: absolute;
	background-color: #ffffcc;
	border: #000000 solid 3px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	width: 200px;
	left: 200px;
	top: 280px;
}

.borderedTable {
	border: #000000 solid 1px;
	border-collapse: collapse;
}

.borderedTable th, .borderedTable td {
	border: #000000 solid 1px;
	padding: 5px;
}

.mainnav {
	width: 150px;
	vertical-align: top;
	background-color: #eeeeee;
	color: #0000ff;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

#articleTeaserText {
	font-size: 80%;
	width: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#articleTeaserHeading {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
}

#articleTitle {
	font-size: 120%;
	font-weight: bold;
}

span.feathead {
	color: #330066;
	background-color: transparent;
	font-weight: bold;
}

/*
 * Calendar
*/

.calendar {
        font-family: sans-serif;
        font-size: 70%;
}

.calendar-month {
        font-size: 120%;
        font-weight: bold;
}

.textAlignRight {
        text-align: right;
}

.today {
        background-color: #ffffcc;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        /* color: #ffffff; */
        font-weight: bold;
        text-align: right;
}

/*
 * Stock ticker
*/

#dataDiv {
	font-size: 80%;
}

#dataTable {
	border: 1px solid #000;
	border-spacing: 0;
	border-collapse: collapse;
}

#dataTable tr td, #dataTable tr th {
	border: 1px solid #000;
	padding: 2px;
}

.stockTickerUp {
	background-color: #cec;
}

.stockTickerDn {
	background-color: #ecc;
}

.numberAlign {
	text-align: right;
}

a:link {
	color: #330066;
	background-color: transparent;
}

a:visited {
	color: #330066;
	background-color: transparent;
}

a:active {
	color: #FF8C00;
	background-color: transparent;
}

a:hover {
	color: #FF8C00;
	background-color: transparent;
}
