/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body,td{
  color: #000;
  font-family:"Trebuchet MS", Verdana, Arial;
  font-size: 12px;
  line-height: 14px;
  }
  
/* Commonly used to style page titles. */
h1 {font-family:Garamond, Georgia, Times New Roman; font-size:24px;color:#003366; line-height:normal;}
/* Commonly used to style section titles. */
h2 {font-family:Garamond, Georgia, Times New Roman; font-size:20px;color:#003366; line-height:normal;}
/* Commonly used to style sub section titles. */
h3 {font-family:Garamond, Georgia, Times New Roman; font-size:18px;color:#000000; line-height:normal;}
h4 {font-family:Garamond, Georgia, Times New Roman; font-size:14px;color:#003366; line-height:normal;}
/*
a:link {color:#0088d6; text-decoration:none;}
a:visited {color:#0088d6; text-decoration:none;}
a:hover {color:#0088d6; text-decoration:underline;}
a:active {color:#0088d6; text-decoration:none;}
*/
input{font-family:"Trebuchet MS", Verdana, Arial;}
textarea{font-family:"Trebuchet MS", Verdana, Arial;}

a:link {color:#003366; text-decoration:none;}
a:visited {color:#003366; text-decoration:none;}
a:hover {color:#003366; text-decoration:underline;}
a:active {color:#003366; text-decoration:none;}

#footer a:link{font-size:11px;}

.input{border:1px solid #ccc;}
.button{background-color:#ccc; border:1px solid #000; color: #000; font-weight:bold;}
.error{
	color:#ff0000;
}
.tableborder{border: 1px solid #000;}
.admintableheader{background-color:#000; color:#fff; font-weight:bold;}
.image{margin:0px; padding:1px; border:1px solid #000;}
.painting{border:10px solid #000;}
.smalltext{font-size:10px;}

#watermark_box {
	margin:0px;
	padding:10px 5px;	
position:relative;
display:block;
}
img.watermark {
	position: absolute;
	top: 10px;
	left: 5px;
	margin:0px;
	padding:px;
} 
