/* Default CSS Stylesheet for a new Web Application project */
#content
{
	padding: 0;
	margin: 0;
	text-align: left;
	left: 0px;	
	top: 0px;
	height: AUTO;
	width: 100%;
}


BODY
{
	font-size: x-small;
	font-family: Verdana;
	background-color: #8de2ff;
}

TABLE
{
	font-size: small;
	font-family: Verdana;
}

.ReleaseGrid
{
	font-size: xx-small;
}

A
{
	color: blue;
	text-decoration: underline;
}
A:active
{
		color: blue;
	text-decoration: underline;
}
A:hover
{
	color: blue;
	text-decoration: none;
}

A:visited
{
	color: blue;
	text-decoration: underline;
}


A.MenuLink
{
	color: black;
	text-decoration: none;
}
A.MenuLink:active
{
	color: blue;
	text-decoration: none;
}

A.MenuLink:visited
{
	color: black;
	text-decoration: none;
}
A.MenuLink:hover
{
	color: red;
	text-decoration: none;
}
