

/* -------------------------- Print Style Sheet -----------------*/

body {
background-color: #FFFFFF;
font-family: "Times New Roman", Times, serif;
text-align: center;
}

#pagecontainer {
position: relative;
margin: 0 auto;
width: 800px;
text-align: left;
}

#masthead {
display: none;
}

#printmasthead {
height: 50px;
}


#detail {
position: absolute;
top: 50px;
left: 0;
width: 800px;
min-height: 580px; 
}

#imagearea {
display: none;
}
	
	
	
	#textarea {
	position: relative;
	float: left;
	width: 800px;
	}
		
	#textareatext {
	position: relative;
	float: left;
	width: 800px;
	min-height: 580px; 
	}
	
	#textarea-bottom {
	display: none
	}

	#menu {
	display: none;
	}


	
#footer {
	display: none;
}



/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: none; color: #00483a;}
a:visited {text-decoration: none; color: #00483a;}
a:active {text-decoration: none; color: #00483a;}
a:hover {text-decoration: none; color: #7c1e2c;}

#footer a:link {text-decoration: none; color: #666666;}
#footer a:visited {text-decoration: none; color: #666666;}
#footer a:active {text-decoration: none; color: #666666;}
#footer a:hover {text-decoration: none; color: #7c1e2c;}

p {
font-size: 11pt;
line-height: 12pt;
color: #666666;
margin-top: 0;
margin-bottom: 10px;
}

#textareatext ul {
margin-top: 0px;
margin-bottom: 8px;
}

#textareatext li {
margin-top: 0px;
font-size: 11pt;
margin-bottom: 0px;
color: #666666;
line-height: 12pt;
}

h1 {
font-size: 12pt;
color: #00483a;
font-weight: bold;
margin-top: 0;
margin-bottom: 9px;
text-transform:capitalize;

}

h2 {
font-size: 11pt;
color: #00483a;
font-weight: bold;
margin-top: 0;
margin-bottom: 9px;
}

h3 {
font-size: 10pt;
color: #7c1e2c;
font-weight: normal;
margin-top: 0;
margin-bottom: 0px;
}

textarea, input, select, submit {
font-size: 10pt;
color: #666666;
font-family: "Times New Roman", Times, serif;
}


table {
border-collapse: collapse;
background-color: #edf1e2;
border: 1px solid #d1cfcf;
}

td {
font-size: 10pt;
color: #666666;
padding: 5px;
border: 1px solid #cccccc;
}

.noborder td, .noborder th {
border: none;
}

th {
font-size: 10pt;
color: #00483a;
text-align: left;
vertical-align: center;
font-weight: bold;
padding: 5px;
border: 1px solid #cccccc;
}



#footer p {
font-size: 9pt;
margin-top: 5px;
margin-left: 10px;
padding-top: 7px;
}
