html { cursor:url("cursor16.cur"); }
body {
  font-family:Tahoma,Arial,Verdana;
  font-size:70%;
  color:#646464;
  padding:0px;
  margin:0px;
  background-color:white;
  behavior:url("csshover.htc");
}

table,p,td,li {
	font-size:100%;
}

table {
    padding:0px;
    margin:0px;
	border:white 1px solid;
	border:none;
}
table.admin {
	width:100%;
	border:gray 1px solid;
}
table.edit {
	width:100%;
	border:gray 1px inset;
}
table.bottom {
	width:80%;
	border-left:gray 1px solid;
	border-top:gray 1px solid;
}
table.upload {
	border-left:gray 1px dotted;
	font-size:x-small;
}
table.seealso {
  width:150px;
  margin-left:10px;
  border:1px dotted gray;
  background-color:#EBEBEB;
}
table.m1 {
/*
    border-bottom:#BBBBBB 3px solid;
*/
    border-bottom:#C0C0C0 0px dotted;
}
table.m2 {
    border-bottom:gray 0px solid;
}
table.m3 {
    border-bottom:gray 0px solid;
}

table.hist {
  width:100%;
}

th.admin {
	background-color:#EBEBEB;
}

td {
	border:black 0px solid;
}
td.c {
	text-align:center;
}
td.sm {
	font-size:xx-small;
	font-size:85%;
}
td.menu {
	width:200px;
	padding:0px;
	padding-right:5px;
	padding-top:0px;
	border:white 0px solid;
/*
	border-top:#EBEBEB 3px solid;
	border-right:#EBEBEB 3px solid;
*/
	vertical-align:top;
/*
	background:url(img/pback2.png);
*/
	background-repeat:no-repeat;
	background-position:fixed;
}
td.text {
/*
	width:600px;
*/
	width:590px;
	padding:20px;
	padding-right:15px;
	padding-top:0px;
	font-family:Verdana;
	border:white 0px solid;
	border-top:white 3px solid;
	border-left:#EBEBEB 3px solid;
	vertical-align:top;
}
td.banner {
	width:160px;
	padding:5px;
	padding-right:0px;
	text-align:justify;
	border:white 0px solid;
/*
	border-top:gray 1px solid;
	border-left:gray 1px solid;
*/
	vertical-align:top;
	font-size:95%;
}
td.banner2 {
	padding:5px;
	text-align:center;
	border:gray 1px solid;
	border:#EBEBEB 1px solid;
	background-color:#FAFAFA;
}
td.left {
	width:150px;
	padding:0px;
	border:white 1px solid;
	border-top:#EBEBEB 2px solid;
	border-right:#EBEBEB 2px solid;
	text-align:right;
	vertical-align:top;
}
td.bottom {
	padding:10px;
	font-size:xx-small;
	font-size:85%;
	border-top:#EBEBEB 3px solid;
}

td.border {
  border-left:solid 1px lightgray;
  border-top:solid 1px lightgray;
  border-bottom:solid 1px lightgray;
}
td.borderr {
  border-top:solid 1px lightgray;
  border-bottom:solid 1px lightgray;
  border-left:solid 1px lightgray;
  border-right:solid 1px lightgray;
}

hr {
	width:100%;
	background-color:#EBEBEB;
	color:#EBEBEB;
}

.float   { 
  float :left;
  padding-right:40px;
}

.floatr   { 
  float :right;
  padding-left:40px;
}
.fclear   { 
  clear :both;
}

p.none {
	padding:0px;
	margin:0px;
}
p.header {
	color:#4F4F4F;
	font-weight:bold;
/*	background:url(img/pback.png); */
	background-color:#EBEBEB;
	background-repeat:no-repeat;
	border:1px solid gray;
	padding:10px;
}

p.headerphoto {
	color:#4F4F4F;
	font-weight:bold;
}

p.re {
  color:white;
}

a.re {
  color:white;
}

a {
	text-decoration:none;
	font-size:95%; 
	color:#3971BD;
}

a.bold {
	font-weight:bold;
}

a.m1 {
	font-size:x-small;
	font-weight:bold;
}
a.m2 {
	font-size:xx-small;
	font-size:90%;
	font-weight:bold;
}
a.m3 {
	font-size:xx-small;
}

a.upload {
	font-size:125%;
}

a.small {
	font-size:xx-small;
}

a:hover {
	text-decoration:underline;
	color:#4F4F4F;
	color:#CC201B;
    filter: glow(Color=#FF0000, Strength=50);
}
#a:visited {color:#4F4F4F;}
a:active {
  color:#4F4F4F;
  color:red;
}

form   { margin:0px; }
input  { font-size:xx-small; }
select { font-size:xx-small; }

.bannerimg { filter: alpha(Opacity=40, Style=0); }
.bannerimg:hover { filter: alpha(Opacity=100, Style=0); }
.bannertxt { color:#FAFAFA; }
.bannertxt:hover { color:#646464; }

image     { border:0px; }
img       {
  border:0px;
/*  filter: alpha(Opacity=80, Style=0); */
}
img.b       {
  border:1px gray solid;
}
/*img:hover { filter: alpha(Opacity=100, Style=0); }*/

.onover { }
.onnotover { }


