

body
{
  font-family: Trebuchet, Tahoma, Verdana, Arial, helvetica, sans-serif;
  font-size: .9em;
/*
  color:#716F6F;
  background-image: url(../images/page_bg.gif);
  background-repeat: repeat-x;
  height: 100%;
*/
  padding:0;
  margin:0px auto;
}

.linkStyleCell
{
	color:#3030B0;
	border-bottom:solid 1px black;
	text-align:right;
}

a.linkAnchor:link, a.linkAnchor:visited
{
	color: #FFFFFF;
	font-size: .8em;
	text-decoration: none;
	text-transform: uppercase;
}

a.linkAnchor:hover
{
	color:skyblue;
	text-decoration: underline;
}

.linkPrivEtc
{
	color:#454545;
	font-size:0.9em;
}

a.linkPrivEtc:link, a.linkPrivEtc:visited
{
	color:#454545;
	text-decoration: none;
}

a.linkPrivEtc:hover
{
	color:skyblue;
	text-decoration: underline;
}

.cellAlpha
{
  background-color:#0008AE;
}

.cellBeta
{
  background-color:#454545;
}

.cellDelta
{
	color:White;
	background-color:#7F7A7A;
}

.cellGamma
{
	color:White;
	font-family:Sans-Serif;
	font-size:24pt;
	font-weight:900;
	background-color:#252DD3;
	text-align:center;
}

.cellPic
{
	background-image:url(images/mountain-banner.jpg);
}

.cellEpsilon
{
	background-color:#EBE9E9;
}

.cellEpsilon2
{
	/* background-color:#F0F0F0; */
}

.title
{
    color:White;
    font-family:Arial Black, Arial;
    font-size:26pt;
}
 
.sectionHeader
{
	background-color:#3030B0;
	color:White;
	font-weight:bold;
	padding:2px;
	margin-bottom:2px;
}

.warningMsg
{
	padding:3;
	background-color:yellow;
	font-weight:bold;
}

.textChanged
{
	background-color:lightblue;
}

.textError
{
	background-color:yellow;
}

.loginBackground
{
	background-color: #E5E5E5;
	margin: 5px;
	padding:10px;
}
