BODY
{
    font-size: 10pt;
    font-family: Lucida Grande, Arial, Verdana, Helvetica, Sans-serif;
    color: #FFFFFF;
    background: #031241;
}


/* Links */

A:link, A:visited
{
	font-weight: bold;
	color: #3AA3D9;
	text-decoration: none;
}
A:hover
{
    font-weight: bolder;
    color: #FDEE04;
    text-decoration: none;
}

A:active
{
    font-weight: bold;
    color: #127A2B;
    text-decoration: none;
}


/* Modified Tags */

H1,H2,H3,H4,H5,P,UL,TD
{
    font-size: 10pt;
    font-family: Lucida Grande, Arial, Verdana, Helvetica, Sans-serif;
}

H1
{
    font-size: 280%;
    font-weight: bolder;
    color: #0AA530;
    margin: 0 0 0 0;
}

H2
{
    font-size: 150%; 
    font-weight: bolder;
    color: #0AA530;
    margin: 0 0 0 0;
}

H3
{
    font-size: 100%;
    font-weight: bolder;
    color: #0AA530;
    margin: 0 0 0 0;
}

H4
{
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 0 0;
}

BLOCKQUOTE
{
    font-size: 10pt;
    font-family: Times, serif;
    text-align: justify;
}

pre
{ font-family: monospace; }


/* Classes */

.title
{
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
}

.bold
{
    font-weight: bold;
}

.border
{
    border-style: ridge;
    padding: 1em 1em 1em 1em;
}


.p7  { font-size: 7pt; }
.p8  { font-size: 8pt; }
.p9  { font-size: 9pt; }
.p10 { font-size: 10pt; }
.p11 { font-size: 11pt; }
.p12 { font-size: 12pt; }
.p14 { font-size: 14pt; }
.p16 { font-size: 16pt; }
.p18 { font-size: 18pt; }
.p20 { font-size: 20pt; }
.p22 { font-size: 22pt; }
.p24 { font-size: 24pt; }
.p32 { font-size: 32pt; }


/* ID's */

#white { color: #FFFFFF; }

#black { color: #000000; }

#blue { color: #2E319C; }

#yellow { color : #FDEE04; }

#green { color: #127A2B; }

#lt_green { color: #0AA530; }

#red { color: red; }

#wide { letter-spacing: 0.2em }

#bold { font-weight: bold }

#nomargins { margin: 0 0 0 0; }


/* Blog Styles */

.calendar {}
.calendar_month_head {
	font-size:		11pt;
	font-weight:	normal;
}
.calendar_day_head {
	font-size:		7pt;
	font-weight:		normal;
}
.calendar_day_noday {
	font-size:		9pt;
}
.calendar_day_link {
	font-size:		9pt;
    font-color: #FFFF33;
	text-align:		right;
}
.calendar_day_nolink {
	font-size:		9pt;
	text-align:		right;
}

.categories {
	font-size:		10pt;
	list-style-type:	none;
}
.categories ul {
	font-size:		10pt;
	list-style-type:	none;
	padding-left:		1ex;
	border-left:		1px dotted #cccccc;
}
