
/* Menu Bar */


.menubar_link
{
	font-size:10pt;
	font-family: Verdana;
	color:#555555;
	text-decoration:none;
}

.menubar_item,
.menubar_item_hover,
.menubar_item_selected
{
	padding-left:5px;
	padding-right:5px;
	border:solid 0px white;
	background-color:white;
	text-alignment: center;
}

.menubar_item_hover,
.menubar_item_selected
{
	background-color:#9AB48D;
}


/* Menu Panel */


.menu_link,
.menu_link_bold
{
	color:#555555;
	font-size:7.5pt;
	font-family: Verdana;
	text-decoration:none;
}

.menu_link_bold
{
	font-weight:bold
}

.menu_icon,
.menu_icon_hover,
.menu_icon_selected
{
    width: 14px;
    height: 20px;
    border:solid #E7E5E4 3px;
    background-image: url("images/dollar_sign_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.menu_icon_hover,
.menu_icon_selected
{
	background-image: url("images/dollar_sign_icon_white.png");
}


/* Footer */

.footer
{
	font-size:7pt;
	font-family: Verdana;
	color:#555555;
}


/* Page Content */

.page_content
{
	padding-top:5px;
	padding-bottom:15px;
	padding-right:20px;
	padding-left:20px;
}

.text_medium
{
	font-size:10pt;
	font-family: Verdana,Century Gothic,Arial;
	color:#555555;
}

.text_small_bold
{
		color:#555555;
    font-size:7.5pt;
    font-weight:bold
    font-family: Verdana,Century Gothic,Arial;
}










.II_page_text_medium
{
    font-size:10pt;
    font-family: Verdana,Century Gothic,Arial;
    color:#555555;
}

.II_page_text_small_bold
{
    font-size:7.5pt;
    font-family: Verdana,Century Gothic,Arial;
    color:#555555;
    font-weight:bold
}


A
{
    COLOR: blue;
    FONT-FAMILY: Verdana,Century Gothic,Tahoma,Arial
}



.II_menu_link
{
    font-size:10pt;
    font-family: Verdana;
    color:#555555;
    text-decoration:none;
}

.II_menu_link_small
{
    font-size:7.5pt;
    font-family: Verdana;
    color:#555555;
    text-decoration:none;
}

.II_menu_link_small_bold
{
    font-size:7.5pt;
    font-family: Verdana;
    color:#555555;
    text-decoration:none;
    font-weight:bold
}





.II_title
{
    font-size:18pt;
    font-family: Verdana,Century Gothic,Arial;
    color:#555555;
}

.II_archived_articles_cell
{
    padding-left: 5px;
    padding-right: 5px;
    font-style: italic;
}

.LCS_Dotted_Bottom_Border
{
    background-image:url(../images/dots.gif);
    background-position:center center;
    background-repeat:repeat-x;
}

.a_no_underline
{
    text-decoration: none;
}