body
{
 font-family: verdana, arial, tahoma;
 font-size: 10px;
 color: #414141;
 background-color: #ffffff;
}

h1.Standard
{
 margin-top: 0px;
 margin-bottom: 8px;
 font-size: 15px;
 color: #9F4265;
 font-weight: bold;
 text-transform: uppercase; 
}

h2.Standard
{
 margin-top: 0px;
 margin-bottom: 8px;
 font-weight: bold;
 font-size: 11px;
 color: #414141;
}

.SectionHeader
{
 font-size: 11px;
 line-height: 16px;
 color: #ffffff;
 font-weight: bold;
 padding-left: 15px;
 padding-top: 2px;
 padding-bottom: 10px;
 text-transform: uppercase;
}

.ContentHeader
{
 font-size: 11px;
 line-height: 16px;
 color: #414141;
 font-weight: bold;
 padding-left: 15px;
 padding-top: 2px;
 padding-bottom: 10px;
}

.ContentHeaderGallery
{
 font-size: 11px;
 line-height: 16px;
 color: #414141;
 font-weight: bold;
 padding-left: 15px;
 padding-top: 2px;
 padding-bottom: 5px;
}

.Standard
{
 font-size: 10px;
 line-height: 16px;
 color: #414141;
}

a
{
 font-size: 10px;
 text-decoration: none;
 color: #9F4265;
}

a:hover {text-decoration: underline;}

/* ----------------- start menu classes ----------------- */

.TopMenu
{
 font-size: 10px;
 color: #2F855F;
 font-weight: bold;
 text-decoration: none;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 1px;
 border-left: 1px solid #50AA82;
 border-top: 1px solid #50AA82;
 border-right: 1px solid #50AA82;
 background: #EBF3F0;
 cursor: pointer;
 text-transform: uppercase;
}

.TopMenuSelected
{
 font-size: 10px;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 1px;
 border-left: 1px solid #ffffff;
 border-top: 1px solid #ffffff;
 border-right: 1px solid #ffffff;
 background: #50AA82;
 cursor: pointer;
 text-transform: uppercase;
}

a.SubMenu
{
 color: #666666;
}

a.SubMenuSelected
{
 color: #666666;
 font-weight: bold;
}

/* ----------------- end menu classes ----------------- */

input
{
 font-family: verdana, arial, tahoma;
 color: #414141;
 font-size: 10px;
 background: #ffffff;
 padding-left: 2px;

}

textarea
{
 font-family: verdana, arial, tahoma;
 color: #414141;
 font-size: 10px;
 background: #ffffff;
 padding: 2px;
 border: 1px solid #cccccc;
}

select
{
 color: #414141;
 font-size: 10px;
 background: #ffffff;
 border: 1px #666666 solid;
}

.ButtonInputsMedium
{
 font-weight: bold;
 height: 20px;
 padding: 0px 10px 0px 10px;
 cursor: pointer;
 background-color: #cccccc;
}

.InputsWide
{
 width: 250px;
 height: 50px;
}

.InputsMedium
{
 width: 250px;
 border: 1px solid #cccccc;
 height: 18px;
}

ul{ padding-left: 12px; margin: 5px }

li{ list-style-image: url('/AjrGfx/SystemGfx/list_item.gif') }

