/* Default CSS Stylesheet for a new Web Application project */
P
{
    margin: 5,5,5,0;
}
BODY
{
    background-color: #4b483f;
    font-family: Arial;
}
.content
{
    font-family: Arial;
    font-size: 8pt;
    background-color: #f5f5f5;
}
.content a
{
	font-size:9pt;
}
.content a:hover
{
	text-decoration:underline;
}
table.content , td.content {background-color: #f5f5f5;}


.content p
{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.content2
{
    font-family: Arial;
    font-size: 8pt;
    }

table
{
    background-color: White;
}
TD
{
    font-family: Arial;    
    font-size: 8pt;
}

A:link
{
    text-decoration: none;
    color: #003498;
}

A:visited
{
    text-decoration: none;
    color: #003498;
}

A:active
{
    text-decoration: none;
    color: #003498;
}

A:hover
{
    text-decoration: none;
    color: #003498;
}

.small
{
    text-decoration: none;
    color: #837f76;
    font-size: 8px;
    font-family: Verdana;
}
.title
{
    color: #003498;
    font-weight: bolder;
    font-family: Arial;
}
title:link
{
    text-decoration: none;
    color: #003498;
}

title:visited
{
    text-decoration: none;
    color: #003498;
}

title:active
{
    text-decoration: none;
    color: #003498;
}

title:hover
{
    text-decoration: none;
    color: #003498;
}
.header
{
    font-size: 12pt;
    color: #837f76;
    font-weight: bolder;
    font-family: Arial;
}
hr
{
    color: White;
}
.header2
{
    font-size: 15px;
    color: white;
    font-weight: bolder;
    font-family: Arial;
}

.floatLeft1
{
    float: left;
    width: auto;
    height: auto;
    margin: 0 0 0 0;
    text-align: center;
}
.floatRight1
{
    float: right;
    padding: 0 0 3px 3px;    
    display:inline;
}


.DropDownList
{
    width: 81%;
    color: #8B898A;
    font-size: 8pt;
    margin-top: 5px;
    border: 1 #8B898A;
    background-image: url(sysimages/nav/nav_BackGround.jpg);
    border-style:solid;
}
.DropDownList option
{
   color:Black;
}


.NavLeft
{
    background-image: url(sysimages/nav/nav_BackGround.jpg);
    background-repeat: no-repeat;
    text-align: left;
    padding: 2px 21px 0 16px;
    color: #8B898A;
    font-weight: bold;
    font-size: 7pt;
    text-transform: uppercase;
    height: 15px;
}
td.NavLeft a, td.NavLeft a:link, td.NavLeft a:visited
{
    color: #8B898A;
    text-transform: uppercase;
}

td.NavLeft a:hover, td.NavLeft a:active
{
    color: #8B898A;
    text-transform: uppercase;
    text-decoration: underline;
}

/* Google Style */
a.search
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0000FF;
    text-decoration: underline;
}

.summary
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
}

.summaryURL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #008000;
}

.searchSize
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7px;
    color: #C0C0C0;
}
/* -Google Style */

