/* --General-- */
BODY
{
    background-color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

A, A:link, A:visited
{
    color: #0000ff;
}

TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
}

.Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:White;
}

.GridItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.Error
{
	color: #ff0000;
}

/* --Side Menu-- */
div.menu ul.mi
{
	list-style: none;
	background-color: #D6FFB5;
}

div.menu li:hover
{
	display: inline;
}

div.menu a.mi:active, div.menu a.mi:visited, div.menu a.mi:link
{
	border-color: #D6FFB5;
	display: block;
	text-decoration: none;
	color: #006600;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	background-color: #D6FFB5;
	list-style-type: none;
}
div.menu a.mi:hover
{
	border-top: solid 1px #FFFF99;
	background-color: #C4F99F;
	border-bottom: solid 1px #FFFF99;
	color: black;
	border-top-color: #C4F99F;
	border-bottom-color: #C4F99F;
}
.Center
{
	text-align:center;margin-left:auto; margin-right:auto;
}

.Center
{
	text-align:-moz-center;
}

.RowRightJustify
{
	 vertical-align:middle;
	 text-align:right;
}

.RowLeftJustify
{
	 vertical-align:middle;
	 text-align:left;	
}

.DefaultPageLeft
{
	vertical-align: top;
	background-color: #D6FFB5;
	border-width: 0px;
}

