/* Default CSS Stylesheet for a new Web Application project */

html
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY:   Verdana, Helvetica, sans-serif;
    FONT-SIZE: .72em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
	color: gray
}

table
{    FONT-SIZE: 1em;
}


.small
{    FONT-SIZE: .9em;
}

.minorheading
{    FONT-SIZE: 1em;
	font-weight: bold;
}


.majorheading
{    FONT-SIZE: 1.2em;
		font-weight: bold;
		color: Navy;
}




A:link
{  Color: #151B88;
	FONT-SIZE: 1em;
	text-decoration: underline;
}

A:visited
{  Color: #151B88;
	FONT-SIZE: 1em;
	text-decoration: underline;
}
A:hover
{  Color: #C70000;
	FONT-SIZE: 1em;
	text-decoration: none;
}


.greylink:link
{  Color: #828282;
	FONT-SIZE: 1em;
	text-decoration: underline;
}

.greylink:visited
{  Color: #828282;
	FONT-SIZE: 1em;
	text-decoration: underline;
}
.greylink:hover
{  Color: #C70000;
	FONT-SIZE: 1em;
	text-decoration: none;
}



.Menu:link
{   Color: #151B88;
	FONT-SIZE: 1em;
		font-weight: bold;
	text-decoration: none;
}

.Menu:visited
{  Color: #151B88;
	FONT-SIZE: 1em;
		font-weight: bold;
	text-decoration: none;
}
.Menu:hover
{  Color: #C70000;
	FONT-SIZE: 1em;
	text-decoration: underline;
}