
.colorOne { background-color: #CFD3BA; }
	
.zoomControl
{
	font-family: Verdana;
	font-size: 11;
	color: gray;
	font-weight: bold;
}

.zoomControlActive
{
	font-family: Verdana;
	font-size: 11;
	color: red;
	font-weight: bold;
	cursor: hand;
}

.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;
	font-family: Veranda;
	font-size: 16;
	padding-top: 5px;
	padding-bottom: 5px;
}

tr.rowTwo
{
	background-color: #CFD3BA;
	font-family: Veranda;
	font-size: 16;
	padding-top: 5px;
	padding-bottom: 5px;
}

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: 200px;
      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 15px 15px 15px;
    }