body {
	margin: 0;
	padding: 0;
	background-color: #adbeb0;
	color: #000000;
	font-family: "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
}

a:link {text-decoration:underline; color:#600000;}
a:visited {text-decoration:underline; color:#600000;}
a:active {text-decoration:underline; color:#804040;}
a:hover {text-decoration:underline; color:#004080;}

.content {
	font-size: .8em;
}

.category {
	font-weight:bold;
	color: #263866; 
}

.intro {
	font-size: 1.1em;
	color: #00247E; 
}

.smallcontent {
	font-size: .7em;
}

.content td {
	font-size: .8em;
}

.justify td {
	text-align:justify;
}

h1   
{ 
	font-size:1.4em;
	color: #D20000; 
	font-weight:bold;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

h2   
{ 
	font-size:1.2em;
	color: #006000;  
	font-weight:bold; 
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

h3   
{ 
	font-size:1.2em;
	color: #263866;  
	font-weight:bold; 
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

.footer
{
	color: #464105;
	font-weight: normal;
	font-size: .7em;
	line-height: normal;
}
 
.projectLink {
	font: bold 10px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
	color:#990000;	
	text-decoration:none;
	background-color:#FFFFFF;
}

.projectLink:hover {
	font: bold 10px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
	color:#990000;	
	text-decoration:underline;
	background-color:#FFFFFF;
}

form {
  margin: 0px;
}

input, select, textarea {
  /*width: 100px;*/
  margin-bottom: 2px;
  font: 11px "Verdana", "Geneva", "Arial", sans-serif, "Helvetica", "Trebuchet MS", "Tahoma";
  color: #464105;
  border: 1px solid #464105;
  background-color: #FFFEE1;
}

fieldset {
  width: 330px;
  padding: 1em;
  border: 1px solid #433D00;
}

legend {
  padding: 0.2em 0.5em;
  margin-bottom: 6px;
  border: 1px solid #433D00;
  background-color: #FEF3C0;
  color: #433D00;
	font-weight: bold;
  text-align: right;
}

.hidefield {
  display: none;
}

#printonly  {
  display: none;
}

@media print {
  body {
    background-color: #FFFFFF;
    background:url("/filmometer/images/transparent.gif") repeat left top;
  }
	#topnav { display: none; }
	.wrapper { display: none; }
  #leftsidebg, #middlebg, #rightsidebg, #footerbg {
    background-color: #FFFFFF;
    background:url("/filmometer/images/transparent.gif") repeat left top;
  }
	#sidebar { display: none; }
  #printonly { display: block; }
	#description { display: none; }
}

img {border:0}
a:link img {border:0}
a:visited img {border:0}
a:active img {border:0}
