BODY 		{
		BACKGROUND: #ffffff;
		font-family: helvetica, arial, verdana,"trebuchet ms", sans-serif;
		COLOR: #000000;
		}

INPUT           {COLOR: #000000;}
		
TEXTAREA        {COLOR: #000000;}
		
HR {
        BACKGROUND-COLOR: transparent;
        CLEAR: both;
        COLOR: #8cacbb;
        HEIGHT: 1px;
}
	
A:link {
        COLOR: #000055;
}

A:active {
        background-color: white;
}

A:visited {
        COLOR: #000066;
}

A:hover {
        background-COLOR: #0000FF;
        color: #ffffff;
}

A {
        TEXT-DECORATION: none;

}

.criticaltext { color: yellow;}
.moderatetext {color: green;}
.mildtext {color: orange;}
.darkercell {background-color: #aaaaaa; /*text-align: center; margin-left: auto; margin-right: auto;*/}
.lightercell {background-color: #cccccc; /*text-align: center; margin-left: auto; margin-right: auto;*/}

.win            {
                        background-color : #D0D0D0;
                        border-top: 1px solid #D0D0D0;
                        border-left: 1px solid #D0D0D0;
                        border-bottom: 1px solid #b0b0b0;
                        border-right: 1px solid #b0b0b0;
                        border-collapse: collapse;
                        width: 100%;
                        margin-bottom: 1em;
                }

.win_hdr        {
                background-color : #D0D0D0;
                #font-size:100%;
		font-weight: bold;
                FONT-FAMILY: sans-serif, Helvetica, Arial;
                background-image: url('blue_grad.gif');
                background-repeat: repeat-x;
		color: #ffffff;
                }

.win_ftr        {
                background-color : #D0D0D0;
                #font-size:90%;
                FONT-FAMILY: sans-serif, Helvetica, Arial;
                }

.win_body       {
                background-color : #E0E0E0;
                FONT-FAMILY: sans-serif, Helvetica, Arial;
                #font-size:88%;
                padding: .25em;
                }

.panel          {
                        background-color : #D0D0D0;
                }

.panel_title    {
                background-color : #D0D0D0;
                #font-size:85%;
                font-weight: bold;
                FONT-FAMILY: sans-serif, Helvetica, Arial;
                background-image: url('blue_grad.gif');
                background-repeat: repeat-x;
                }

.panel_body     {
                background-color : #E0E0E0;
                FONT-FAMILY: sans-serif, Helvetica, Arial;
                #font-size:88%;
                }

.border { border: 1px solid black; }

.admin_edit	{
		text-align: right;
		background: red;
		#font-size: 50%;
		} 

.bullet         {
                width: 16px;
                height: 16px;
                }


