/* CSS Document */

body { 	
		font-family: helvetica, arial, sans-serif;
		color: #000000;
	 }
.title {
		text-align:center;
		font-size: small; 
		background-color:#024B7E;
		border-top: 2px solid #FEC806;
		border-bottom: 2px solid #FEC806;
		border-left:2px solid #FEC806;
		border-right:2px solid #FEC806;
		color:#FFFFFF;
		font-weight:bold;
	}
.spacingbox {padding:2px;}

.ftr {font-size:11px;
		margin-top: 5px;
		border-top: solid 1px #888;
	}
.error {
		color:#FF0000;
		font-weight:bold;
		}

.small { font-size: small; }
.alert{
		
		font-size: small; 
		background-color:#99CCFF;
		border-top:#006699 solid 2px;
		border-bottom:#006699 solid 2px;
		border-right:#006699 solid 2px;
		border-left:#006699 solid 2px;
		
	   }
.center{text-align:center;}
img{ text-align:center;}
.style1 {color: #000099;
		font-size: small;}
.style2{font-size: x-small}
.style6 {
			color: #7b7973;
			font-size: x-small;
		}
.siteaddr{font-size:11px;
	text-align:center;}
.homelink{font-size:12px; font-weight:bold;}
.tdl{
		text-align:left;
		font-size:small;
	} 
.tdr{
		text-align:right;
		font-size:small;
	}
	
	
