/* Navigation styles */
.title     { color: #2F4F51; font: 10px Arial; cursor: default;}
.entry     { color: #2F4F51; font: 10px Arial; cursor: default;}
.
.weaktitle { color: #6F8F91; font: 10px Arial; cursor: default;}
.weakentry { color: #6F8F91; font: 10px Arial; cursor: default;}

/* Text Styles*/
.subhead
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: navy;
    FONT-FAMILY: Arial, Helvetica
}

TD.submenu_item
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: Arial, Helvetica
}

TD.form_field_label
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: lightgrey
}

SELECT.maindropdown
{
    WIDTH: 350px
}

SELECT.subdropdown
{
    WIDTH: 320px
}

INPUT.text250
{
    WIDTH: 350px
}

.text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	list-style-image: url(../images/bullet.gif);
}

TD.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style : italic;
	font-weight : bold;
	color: #487348;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 5px;
	text-align : left;
	/*background-image : url(/images/side_bg.gif);
	*/
	border-left-width : medium;
	border-left : medium solid #A9BE92;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000000;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #487348;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #487348;
}
 