/* ~~~~~~~~~~~~~~~~~~ 2 February 2007 ~~~~~~~~~~~~~~~~~~~~~~~~~~~
this is the correct content styles sheet
added line height to list items
changed heading font size to 120 percent and bolder
changed H5 to bold and 105%, made new H6 for bold, 105%, Georgia
For the Article Editor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1/29/2008 FOR BETHABARA PAGES ONLY adjusted colors on style sheet
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~ html tag restyling ~~~~~~~~~~~~~~~~~ */
p, table, th, td, ul, ol, li {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}
td {
	vertical-align:top;
	font-size: small;
}
td p {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
}
ul.linone {
list-style-type: none;
}
ul.linoindent {
margin: 0px 0px 0px 3px;
}
ul {
line-height:1.4;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ Heading styles ~~~~~~~~~~~~~~~~~~~~ */
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight:bold;
	color:#339933;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px; /* feb13 does this help the heading */
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight:bold;
	color:#000000;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px; 
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-variant:small-caps;
	color:#000000;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px; 
}
h4 {
	font-family:Georgia, Times, serif;
	font-size: 100%;
	font-weight:bold;
	font-style:italic;
	color:#339933;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px; 
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight:bold;
	color:#333333;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px; 
}
h6 {
	font-family:Georgia, Times, serif;
	font-size: 105%;
	font-weight:bold;
	color:#000000;
	padding-top:1px;
	padding-bottom:1px;
	margin-top:1px;
	margin-bottom:1px; 
}
/*  ~~~~~~~~~~~~~~~~~~~ end headings ~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ formatting classes ~~~~~~~~~~~~~~~~~~~~~ */
.nopadding {
	margin:0px;
	padding:0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~ text classes ~~~~~~~~~~~~~~~~~~`` */

.smalltext {
	font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color:#333333;
}
.xsmalltext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
}
.redboldtext {
	font-size: small;
	font-weight:bold;
	color:#FF0000;
}
.highlighttextblue {
	font-size: small;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#99CCFF; 
	/* idon't remember adding this   border:1px;  */
}
.highlighttextyellow {
	font-size: small;
	font-weight:bold;
	background-color:#FFFFCC;
	/* i don't remember adding this either   border:1px; */
}
.quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style:italic;
	font-weight:500;
	color:#339933;
}
.whitetext {
	color:#FFFFFF;
	font-size: small;
}
.whitetextbold {
	color:#FFFFFF;
	font-size: small;
	font-weight:bold;
}
.headerbg{
	font-family:Verdanda, sans-serif;
	font-size: small;
	font-weight:bold;
	color:#ffffff;
	display:block;
	margin:2px 0px 2px 0px;
	background-color:#004d9a;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~ end of text classes ~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~ for links inside of small sections ~~~~~~~~~~~~~~~ */
.xsmalltext a:link {
	font-size: x-small;
	color:#333333;
	text-decoration:underline;
}

.xsmalltext a:visited {
	font-size: x-small;
	color:#666666;
	text-decoration:underline;
}

.xsmalltext a:hover {
	font-size: x-small;
	color:#000000;
	text-decoration:underline;
}

.xsmalltext a:active {
	font-size: x-small;
	color:#003399;
	text-decoration:underline;
}
/* ~~~~~~~~~~~~~~~~~~~~ end of links inside x-small sections ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~ table styling ~~~~~~~~~~~~~~~~~~~~~` */
.cellpadding3 {
	padding-right:3px;
	padding-left:3px;
}
.cellpadding4 {
	padding-right:4px;
	padding-left:4px;
}
.tdunderline {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-left-color:#cccccc;
}
.tdborderleft {	
	border-left-width:thin;
	border-left-style:solid;
	border-left-color:#cccccc;
	height:100%;
	padding-right:4px;
	padding-left:4px;
}
.tdbordernopad {	
	border-left-width:thin;
	border-left-style:solid;
	border-left-color:#cccccc;
	height:100%;
	/* padding-right:4px;
	padding-left:4px; */
}
.tdpadleft {	
	padding-left:5px;
}
.tdborderbottom {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
}
.tdbordertop {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#cccccc;
}
.TwoColLeft, TwoColLeft TD {
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
}
.TwoColRight, TwoColRight TD {
	border-left-width:thin;
	border-left-style:solid;
	border-left-color:#cccccc;
	height:100%;
	width:149px;
	padding-right:4px;
	padding-left:4px;
	border-bottom-width:thin;
	border-bottom-style:solid;
	border-bottom-color:#cccccc;
}	
/* ~~~~~~~~~~~~~~~~~~~~ regular links inline and content area ~~~~~~~~~~~~~~~~ */
a:link, td a:link, p a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: underline;
}
a:visited, td a:visited, p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-decoration: underline;
}
a:hover, td a:hover, p a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-decoration: underline;
}
a:active, td a:active, p a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	text-decoration: underline;
}
/* ~~~~~~~~~~~~~~~~~~~~~ end of regular links ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
