body {
	background-color: #eef3ff;
	margin: 0px;
}
.mainbdr {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.toplink {
	background-image: url(images/top-link.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.boder_gr {
	border: 2px solid #999999;
}

.midbg {
	background-image: url(images/midbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
td {
	font-family: arial;
	font-size: 11px;
	color: #424242;
	text-decoration: none;
}
.header {
	font-family: arial;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
a {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}

h3 {
	display: inline;
}

a.linkblue {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: none;
}
a.linkblue:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #0000ff;
	text-decoration: underline;
}
a.linkre {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
a.linkre:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}
h2 {
	display: inline;
}
.wholebdr {
	border: 1px solid #cacaca;
}
.blackbdr {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
input {
	background-color: #f7f9fb;
	border: 1px solid #6e5d53;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	
}
.noborder {
	border: 0px solid #000000;
}
a.linkgrey {
	color: #606060;
	font-size: 11px;
	text-decoration: none;
}
a.linkgrey:hover {
	color: #606060;
	font-size: 11px;
	text-decoration: underline;
}
.bottombdr {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e3e3e3;
	border-right-color: #e3e3e3;
	border-bottom-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.bottombg {
	font-family: arial;
	font-size: 11px;
	color: #818181;
	text-decoration: none;
	background-image: url(images/bottombg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
a:hover {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.arial12red {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}
.arial12red:hover {
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	color: red;
	text-decoration: none;
}
/* Photo Zoom CSS */

#zoom a { float: right; 
margin: 0 0 10px 10px; border: 1px solid #000; 
text-indent: -1000em; /* hide the link text */ 
overflow: hidden; display: block; 
width: 125px; /* show only thumbnail */ 
height: 94px; 
background: url(zoom.jpg) no-repeat top left; }

#zoom a:hover { width: 300px; /* adjust size to zoomed photo */ 
height: 225px; 
background-position: 0 -104px; } 
/* move the image so only the big one shows */

/* End Photo Zoom CSS */