/*a:link { color: green; background-color: green; }

a:active {  color: green;  background-color: green; }

a:visited {  color: green;  background-color: green; }*/

.colorOne { background-color: #CFD3BA; }

.submit{ background-color: #CFD3BA; }
                           
.zoomControl
{
	color: gray;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}

.zoomControlActive
{ 
	color: red;
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
}
	
.majorTitle
{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

.minorTitle
{
	font-weight: bold;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

.alertTitle
{
	font-family: Veranda;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	padding-top: 100px;
	color: brown;	
}
	
table.tableOne
{
	background-color: #FFFFFF;
	font-size: 14px;
	text-align: left;
}

table.tableTwo
{
	background-color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

tr.rowOne
{
	background-color: #FFFFFF;
}

tr.rowTwo
{
	background-color: #CFD3BA;
}

tr.headerOne
{
	background-color: #35578C;
	color: white;
	font-family: Verdana;
	font-size: 22px;
	text-align: left;
	height: 35px;
}

tr.headerTwo
{
	background-color: #35578C;
	color: white;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	height: 35px;
}

tr.footerOne
{
	background-color: #35578C;
	color: white;
	font-family: Verdana;
	font-size: 14px;
	text-align: left;
	height: 35px;
}
	
	
.uedge {
    width: 100%;
    background-color: #EAEFFB;
    background-image: none;
  }
  .redge {
    background-image: url(../images/redge.gif);
    background-position: top right;
    background-repeat: repeat-y;
  }
  .bedge {
    background-image: url(../images/bedge.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
  }
  .ledge {
    background-image: none;
  }
  .ulcorner {
    background-image: url(../images/tlcorner.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .urcorner {
    background-image: url(../images/trcorner.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  .blcorner {
    background-image: url(../images/blcorner.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .brcorner {
    background-image: url(../images/brcorner.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px 30px 30px 15px;
  }
  .innercontent {
    width: 100%;
  }
  
  .uedge2 {
 	width: 370px;
    background-color: #CFD3BA;
  }
  
  .ulcorner2 {
    background-image: url(../images/tlcorner2.gif);
    background-position: top left;
    background-repeat: no-repeat;
  }
  .urcorner2 {
    background-image: url(../images/trcorner2.gif);
    background-position: top right;
    background-repeat: no-repeat;
  }
  .blcorner2 {
    background-image: url(../images/blcorner2.gif);
    background-position: bottom left;
    background-repeat: no-repeat;
  }
  .brcorner2 {
    background-image: url(../images/brcorner2.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 15px;
  }