BODY
{
	BACKGROUND-POSITION: left top;
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica, Arial;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	color: white;
}
A
{
	COLOR: #C6C17D;
}
A.FB_Link, SPAN.FBConnectButton_Text_Simple /* Facebook URL override. */
{
	COLOR: #C6C17D !important;
	text-decoration: underline !important;
}
A:visited
{
	COLOR: #C6C17D;
}
A.headerlink
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
A.undecoratedlink
{
	text-decoration: none;
}
BLOCKQUOTE.journal
{
	border : 1px solid #C6C17D;
	padding: 10px;
}
H1
{
	FONT-SIZE: 20px;
	font-weight: bold;
	FONT-FAMILY: Sans-Serif, Verdana, Helvetica, Arial;
}
H2
{
	FONT-SIZE: 17px;
	FONT-FAMILY: Sans-Serif, Verdana, Helvetica, Arial;
}
H3
{
	FONT-SIZE: 14px;
	FONT-FAMILY: Sans-Serif, Verdana, Helvetica, Arial;
}
INPUT, SELECT, TEXTAREA
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, Helvetica, Arial;
}
TD, TH
{
	FONT-SIZE: 13px;
	FONT-FAMILY: Verdana, Helvetica, Arial;
	BACKGROUND-COLOR: transparent;
}
HR
{
	border: 0;
	HEIGHT: 1px;
	background-COLOR: white;
}
TABLE
{
	border-collapse: collapse;
}
.headercell
{
	background-color: black;
	color: white;
	text-align: center;
	font-weight: bold;
}

/* This code is for the journal calendar. */
TABLE.journalcalendar
{
}
.journalcalendar TD
{
	vertical-align: top;
	FONT-SIZE: 9px;
	font-weight: normal;
}
.journalcalendar A
{
	text-decoration: none;
	/* One is for IE, the other is for the others. */
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}
.journalcalendar HR
{
	margin-top: 3px;
	margin-bottom: 3px;
	width: 90%;
}
.journalcalendar .january
{
	background-color: #021BD4;
	color: White;
}
.journalcalendar .january A { color: White; }
.journalcalendar .february
{
	background-color: #0C7F9C;
}
.journalcalendar .february A { color: White; }
.journalcalendar .march
{
	background-color: #06D2A0;
}
.journalcalendar .march A { color: White; }
.journalcalendar .april
{
	background-color: #49D206;
}
.journalcalendar .april A { color: White; }
.journalcalendar .may
{
	background-color: #A5D206;
}
.journalcalendar .may A { color: White; }
.journalcalendar .june
{
	background-color: #D2B306;
}
.journalcalendar .june A { color: White; }
.journalcalendar .july
{
	background-color: #9C460C;
}
.journalcalendar .july A { color: White; }
.journalcalendar .august
{
	background-color: #D20610;
}
.journalcalendar .august A { color: White; }
.journalcalendar .september
{
	background-color: #D2068D;
}
.journalcalendar .september A { color: White; }
.journalcalendar .october
{
	background-color: #9606D2;
}
.journalcalendar .october A { color: White; }
.journalcalendar .november
{
	background-color: #06A9D2;
}
.journalcalendar .november A { color: White; }
.journalcalendar .december
{
	background-color: #0623D2;
}
.journalcalendar .december A { color: White; }

/* This code is for CSharpFormat.dll */
.csharpcode, .csharpcode pre
{
	
	font-size: small;
	color: Yellow;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: Navy; /*#ffffff;*/
	font-weight: bold;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: Aqua; } /* remarks/comments */
.csharpcode .kwrd { color: White; } /* keywords */
.csharpcode .str { color: Fuchsia; } /* strings */
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: Lime; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }

