body {
	font-size: 14px;
  font-family: Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
  background-color: #FFFFFF;
}



.text A:link  {
	color: #488FBD;
	text-decoration: underline;
}

.text A:hover {
	color: #488FBD;
	text-decoration: none;
}
.text A:visited {
	color: #488FBD;
	text-decoration: underline;
}
.text A:active {
	color: #488FBD;
	text-decoration: none;
}



h1 {
	font-size: 24px;
	font-weight: bold;
	color: #488FBD;
}

.imagelink A:link  {
	color: #CCCCCC;

}

.imagelink A:hover {
	color: #CCCCCC;

}
.imagelink A:visited {
	color: #CCCCCC;

}
.imagelink A:active {
	color: #CCCCCC;
}

h1 A:link  {
	color: #488FBD;
	text-decoration: underline;
}

h1 A:hover {
	color: #488FBD;
	text-decoration: none;
}
h1 A:visited {
	color: #488FBD;
	text-decoration: underline;
}
h1 A:active {
	color: #488FBD;
	text-decoration: none;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #488FBD;
	margin-bottom: 5px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.addpage {
	font-size: 12px;
	color: #666666;
	width:500px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, helvetica, sans-serif;
}
.labels {
	font-size: 14px;
	font-weight: bold;
	color: #488FBD;
}

.rowtop
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9E3F5;
}
.leftborder
{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9E3F5;
}


.tile {
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
}
p {
	color: #666666;
	font-size: 14px;
}
.footer {
	font-size: 12px;
	color:#999999;
}
.info {
	font-size: 12px;
	color:#999999;
}

p A:link {
	color: #666666;
	text-decoration: underline;
}
p A:hover {
	color: #666666;
	text-decoration: none;
}
p A:visited {
	color: #666666;
	text-decoration: underline;
}
input {
	border: 1px solid #999999;
}
.text {
	color: #666666;
	font-size: 14px;
}


.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/btnright.jpg') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, "Trebuchet MS";
    height: 50px;
    margin-right: 5px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/btnleft.jpg') no-repeat;
    display: block;
    line-height: 40px;
    padding: 5px 0 5px 18px;
}




a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.bottomnav {
	color: #488FBD;
	text-decoration: underline;
	font-size: 12px;
}