@charset "utf-8";
html, body{
	background-color: #101922;
	margin:0;
	height:100%;
}
.headerBG {
	background-attachment: scroll;
	background-image: url(../images/BGmain.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainTXT {
	font-size: 11px;
	color: #898e92;
	font-family: Arial, sans-serif;
	line-height: 17px;
}
.mainTXT a{
	font-size: 11px;
	color: #b1b4b6;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.mainTXT a:hover {
	font-size: 11px;
	color: #b1b4b6;
	font-family: Arial, sans-serif;
	text-decoration: underline;
}

.postTXT {
	font-size: 12px;
	color: #898e92;
	font-family: Arial, sans-serif;
}
	
.maintitleTXT {
	font-size: 13px;
	color: #b1b4b6;
	font-family: "Franklin Gothic Demi Cond", Arial, sans-serif;
}
img {
	border:0;
}
.tableBorder {
	border: 1px solid #2b343d;
	background-color: #031019;
}
.padding1 {
	padding-top: 8px;
}
.padding2 {
	padding-top: 3px;
}
.right_PaneTable {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.libraryTXT_gray{
	font-size: 16px;
	color: #82878b;
	text-decoration: none;
	font-family: "Franklin Gothic Medium Cond", "Arial Narrow", Arial, sans-serif;
	/*font-weight: bold;*/
}
.libraryTXT_green{
	color: #385020;
	font-size: 16px;
	text-decoration: none;
	font-family: "Franklin Gothic Medium Cond", "Arial Narrow", Arial, sans-serif;
	/*font-weight: bold;*/
}
.headerTXT_color1 {
	font-family: "Franklin Gothic Medium Cond", arial, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25pt;
	margin: 0px;
	font-weight: bold;
}
.headerTXT_color2 {
	font-family: "Franklin Gothic Medium Cond", arial, sans-serif;
	font-size: 17.9pt;
	color: #689127;
}
.headerTXT_color3 {
	font-size: 8pt;
	color: #FFFFFF;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
}

.titleTXT_head {
	font-family: "Franklin Gothic Demi Cond", Arial, sans-serif;
	font-size: 12.55pt;
	font-weight: bold;
}
.titleTXT_kitchen {
	font-family: "Franklin Gothic Demi Cond", "Arial Narrow", Arial, sans-serif;
	font-size: 14px;
	/*font-weight: 700;*/
}
.titleTXT_white2 {
	font-family: "Franklin Gothic Demi Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #FFFFFF;
	text-decoration: none;
}
.titleTXT_green2 {
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #689127;
	text-decoration: none;
}
.titleTXT_green3 {
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #689127;
	text-decoration: none;
}

.titleTXT_white {
	font-family: "Franklin Gothic Demi Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #FFFFFF;
	text-decoration: none;
}
.titleTXT_green {
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #689127;
	text-decoration: none;
}
.titleTXT_green a {
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #689127;
	text-decoration: none;
}
.titleTXT_green a:hover{
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #8FC635;
	text-decoration: underline;
}
.footerTXT_color1 {
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.footerTXT_color2 a, .footerTXT_color2 a:link{
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12px;
	color: #689127;
	text-decoration: none;
}
.footerTXT_color2 a:hover {
	font-family: "Franklin Gothic Medium Cond", Arial, sans-serif;
	font-size: 12px;
	color: #8FC635;
	text-decoration: underline;
}
.dottedLine {
	background-attachment: scroll;
	background-image: url(../images/dottedLINEsmall.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.headerTable_color {
	padding:4px;
	background-color: #031019;
	border: 1px solid #2b343d;
	text-indent: 5px;
}
.tableBG_color1 {
	background-color: #031019;
}
.tableBG_color2 {
	background-color: #101e29;
	margin-bottom:7px;
}
.tableBG_color3 {
	background-color: #101e29;
	margin-bottom:3px;
}
.border_L {
	background-color: #101922;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #2d363f;
}
.border_R {
	background-color: #101922;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #2d363f;
}
.hidden {
	display : none;
}
.contactTXT_color1{
	font-size: 11.7pt;
	color: #82878b;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	text-decoration: none;
}
.contactTable{
	margin:12px;
}
input,select,textarea{
	font-family:Arial;
	font-size:12pt;
	color:#FFFFFF;
	background-color:#101e29;
	border: 0px;
}
#rounded{
	padding-left:4px; 
	padding-right:4px; 
	-moz-border-radius: 6px; 
	background-color: #ebf2fa; 
	border: 1px solid #ebf2fa;
	text-decoration:none;
	color:#224466;
	font-family:"Franklin Gothic Book", Arial, sans-serif;
	font-size:12pt;
	text-align:center;
}
#rounded:hover{
	padding-left:4px; 
	padding-right:4px;
	-moz-border-radius: 6px; 
	background-color: #e5e5e5; 
	border: 1px solid #49888f;
	text-decoration:none;
	color:#a55359;
	font-family:"Franklin Gothic Book", Arial, sans-serif;
	font-size:12pt;
	text-align:center;
}
#roundedSubmitSmall{
	-moz-border-radius: 4px; 
	background-color: #e5e5e5; 
	font-size:12pt;
	border: 1px solid #94b1c3;
	text-decoration:none;
	color:#1e3a50;
	cursor:pointer;
}
#roundedSubmitSmall:hover{
	-moz-border-radius: 4px; 
	background-color: #e5e5e5; 
	font-size:12pt;
	border: 1px solid #49888f;
	text-decoration:none;
	color:#a55359;
	cursor:pointer;
}
a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
}
a.page-options:hover, a.page-options:focus {
	background: #101e29;
}
.links a{
	font-size: 8.55pt;
	color: #FFFFFF;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	text-decoration: none;
}
.links a:hover{
	font-size: 8.55pt;
	color: #FFFFFF;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	text-decoration: underline;
}
a.archives {
	display: block;
	text-align: left;
	font-family: "Franklin Gothic Demi Cond", Arial, sans-serif;
	font-size: 12.55pt;
	color: #CCCED0;
	text-decoration: none;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:1px;
	padding-top:12px;
}
a.archives:hover, a.archives:focus {
	background: #2b343d;
}
