/*
cotoranchostyle1.css
stylesheet for cotoranchorotary.org
created by Michael D. Wagner
copyright Boundless Blue Software 2004-5
*/
.headline {
	text-indent: 5pt;
	font-weight: normal;
	font-size: 14pt;
	color: #0D4A7D; /* dark blue */
	text-align: left;
	padding-bottom: 6pt;
}
.headline2 {
	text-indent: 5pt;
	font-weight: bold;
	font-size: 10pt;
	color: #0D4A7D; /* dark blue */
	text-align: left;
	padding-bottom: 3pt;
}
.bodyText {
	color: #0D4A7D; /* dark blue */
	line-height: 15px;
	text-align: left;
}
.bodyTextNote {
	font-style: italic;
	font-size: 9px; 
	color: #0D4A7D; /* dark blue */
	line-height: 15px;
	text-align: left;
}
.bodyListHeading {
	font-weight: bold; 
	color: #0D4A7D; /* dark blue */
	line-height: 15px;
	text-align: right;
	vertical-align: text-top;
	padding-left: 5pt;
	padding-bottom: 2pt;
}
.bodyBigListHeading {
	font-weight: bold; 
	color: #0D4A7D; /* dark blue */
	line-height: 15px;
	text-align: left;
	vertical-align: text-top;
	padding-bottom: 5pt;
}
.text {
	color: #195588; 
	line-height: 15px;
}
.copyright {
	font-weight: normal; 
	font-size: 7pt; 
	color: #808080; /* grey */
	font-family: verdana, Arial, Helvetica, sans-serif
}
.pageMenu{
	color: #0D4A7D; /* dark blue */
	font-weight: normal; 
	font-size: 7pt; 
	font-family: verdana, Arial, Helvetica, sans-serif
}
A {
	color: #A52A2A; /* deep red */
	text-decoration: none;
}
A:hover {
	color: #ff0000; /* bright red */
}
A:visited {
	color: #CD5C5C; /* pink red */
}
P.bodyParagraph {
	color: #0D4A7D; /* dark blue */
	line-height: 15px;
	text-align: left;
	padding-left: 10pt;
}
/*
This should work for CSS 2.0 browsers (but doesn't)
TABLE {
	padding: 0;         /* cellpadding * /
	margin: 0;          /* cellspacing * /
	border-spacing: 0;  /* border * /
}
*/
TABLE.banner {
	border-top: #000000 1px solid; 
	border-bottom: #000000 1px solid;
    background-color: #A7B8E3;  /* blue-violet */
}
TABLE.bordered {
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-right: #000000 1px solid; 
	border-bottom: #000000 1px solid;
}
TD {
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
/*	line-height: 15px; */
	font-family: verdana, Arial, Helvetica, sans-serif
}
TD.menuTab {
   border-right: #A7ABAE 1px solid; 
	border-bottom: #A7ABAE 1px solid;
	background-color: #DEE2E5; /* grey */
	width: 14;
	height: 22;
}
TD.menuButton {
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #A7ABAE 1px solid;
	background-color: #DEE2E5; /* light grey */
	height: 22;
	text-align:left;
	vertical-align: middle;
}
TD.menuButtonHighlighted {
	border-right: #FFFFFF 1px solid; 
	border-top: #FFFFFF 1px solid; 
	border-left: #FFFFFF 1px solid; 
	border-bottom: #A7ABAE 1px solid;
	background-color: #0D4A7D; /* dark blue */
	height: 22;
	text-align:left;
	vertical-align: middle;
}
TD.header {
	background-color: #6091C2; /* medium blue */
	height: 75; 
	vertical-align: middle;
}
TD.banner {
	background-color: #A7B8E3; /* light blue */
	vertical-align: middle;
}
TD.footer {
	background-color: #F5F6F8; /* light grey */
	border-top: #C0C0C0 1px solid;
	height: 22;
}
