@charset "utf-8";

/* Generic */

body {
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.4em;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
p {
	padding-left: 0px;
	padding-right: 7px;
	padding-top: 0px;
	font-weight: normal;
}
hr {
	border: none 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
}

img
{
    border-style: none;
    margin: 0;
}
a {
	color: #669933;
}
a:hover {
}
h1 {
	font-size: 17px;
	font-weight: bold;
	color:#669933;
}
h2 {
	font-size: 14px;
	line-height: 1.3em;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}

/* Mainbody box style */
/* Outer Box */

table.boxTableClear {
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.boxTableClear  {
	border: 0px;
	font-size: 11px;
	line-height: 1.4em;
}
.boxTableClear th {
	background-image: url(/images/common/green_header_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
	padding-right: 2px;
}
.boxTableClear td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.boxTableClear  ul,ol {
	padding: 0px;
	margin-left: 18px;
}
.contentBoxSAint {
	clear:right;
	margin:3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-left: 3px;
	border: 0px none #000000;
}



/* Standard box style */
/* Outer Box */

table.boxTable {
	padding-bottom: 0px;
	margin-bottom: 8px;
}
.boxTable  {
	border: 0px;
	font-size: 11px;
	line-height: 1.4em;
}
.boxTable th {
	background-image: url(/images/common/green_header_bg.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 5px;
	height: 20px;
	padding-right: 2px;
}
.boxTable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.boxTable  ul,ol {
	padding: 0px;
	margin-left: 18px;
}





/* Standard box style */
/* Inner Box */

.contentTable th {
	height: 10px;
	color: #000000;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	vertical-align: text-bottom;
	padding-bottom: 0px;
	font-size: 12px;
}
.contentTable td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	font-size: 11px;
	padding-right: 0px;
	padding-top: 1px;
}

/* News Feeds */

.Date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.Category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0033;
}
.Category  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CC0033;
}
.blogtitle {
	font-size: 17px;
	font-weight: bold;
	color:#669933;
	line-height: 1.2em;
}

.news_image {
	float: left;
	margin-right: 4px;
	margin-top: 3px;
}
.line {
	clear:both;
	width:auto;
	padding:0;
	position:relative;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.breadcrumb {
	font-size: 10px;
	color: #669933;
}
.largequote {
	font-size: 16px;
	font-style: italic;
	color: #669933;
}
.largequoteCredit {
	font-size: 14px;
	font-style: italic;
	color: #669933;
	font-weight: bold;
}
.smallquote {
	font-style: italic;
	color: #669933;
}
.smallquoteCredit {
	font-style: italic;
	color: #669933;
	font-weight: bold;
}
.greyline {
	clear:both;
	width:auto;
	padding:0;
	position:relative;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
