/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Century Gothic, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:0pt 0pt 0pt 0pt;
}

.DESCRIPTION
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:.8em;
	color:Black;
}

.BODYLINK
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:.8em;
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.BODYLINK:HOVER
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:.8em;
	color:red;
	font-weight:bold;
	text-decoration:none;
}

.SECTION
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.5em;
	color:Red;
	font-weight:Bold;
	text-transform:uppercase;
}

.SECTIONBLACK
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.5em;
	color:Black;
	font-weight:Bold;
	text-transform:uppercase;
}

.SUBSECTION
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.0em;
	color:Red;
	font-weight:Bold;
	text-transform:uppercase;
}

.SUBSECTIONBLACK
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.0em;
	color:Black;
	font-weight:Bold;
	text-transform:uppercase;
}

.ANNOUNCEMENT
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.0em;
	color:Green;
	font-weight:Bold;
	text-transform:uppercase;
}

.NOTE
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:.8em;
	color:Red;
	font-weight:Bold;
	font-style:italic;
}

.None
{
	display:none;
}

.SUBNOTE
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:.8em;
	color:Red;
	font-weight:normal;
	font-style:italic;
}

.Item
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:.8em;
	color:Green;
	font-weight:Bold;
	text-transform:uppercase;
}



.MENUBG
{
	background-image:url(images/menu_offblank.gif);
	height:29;
}

.MENUBGOVER
{
	background-image:url(images/menu_onblank.gif);
	height:29;
}

.SUBMENUBG
{
	background-image:url(images/submenu_offblank.gif);
	height:29;
}

.SUBMENUBGOVER
{
	background-color:Green;
	height:29;
}

.MENULINK
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.1em;
	color:Black;
	font-weight:Bold;
	text-transform:uppercase;
	cursor:hand;
	text-decoration:none;
	padding-left:12;
}

.MENULINK:HOVER
{
	font-family: Century Gothic, Helvetica, Sans-Serif;
	font-size:1.1em;
	color:#000000;
	font-weight:Bold;
	text-transform:uppercase;
	cursor:hand;
	text-decoration:none;
	padding-left:12;
}
	
.MENUIMAGE
{
	padding-right:5px;
	padding-bottom:5px;
}
		