body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
ul {
	list-style-type: disc;
	list-style-image: url(images/bullet.gif);
}
#topping {
	background-image:  url(images/topping.png);
}
#bottoming {
	background-image: url(images/bottoming.png); background-repeat:repeat-x;
}
#lefty {
	background-image: url(images/cfo_02.png); background-repeat: no-repeat;
}
#righty {
	background-image: url(images/cfo_06.png); background-repeat: no-repeat;
}
#headery {
	background-image: url(images/cfo_05.png); background-repeat: no-repeat;
}
#navdrop1 {
	background-image: url(images/cfo_08.png) ; background-repeat: no-repeat;
}
#navdrop2 {
	background-image: url(images/cfo_09.png) ; background-repeat: no-repeat;
}
#newsbox {
	background-image: url(images/redbox.png) ; background-repeat: no-repeat;
	color:#FFFFFF;
}
#contentbacking {
	background-image: url(images/cfo_14.png); background-repeat: no-repeat;
}
#footerbacking {
	background-image: url(images/cfo_20.png); background-repeat: no-repeat;
}
#catheader {
	background-image: url(images/bucket_bg.jpg); background-repeat: no-repeat;
}

img { border:0;}

a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
	color: #990000;
}
.style2 {
	font-size: 12px;
}
.style12 {
	font-size: 10px;
	color: #006600;
}
.style13 {
	color: #FFFFFF;
	font-size: 9pt;
}
.style15 {color: #FFFFFF; font-size: 8pt; }
.style17 {font-size: 14pt}
.style18 {color: #4A7D54}
.style19 {font-size: 14pt; color: #4A7D54; padding-left: 10px;}
.style22 {font-size: 10px}
.style25 {font-size: 9px}

select {font-family: arial; font-size: 13px; background-color:#FFFFFF; color:#000000; border:1px solid #6c6c6c; width:100%;}
/*Text inputs*/
.textinput, .textinputHovered {
	width:284px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}

/*Text areas*/
.textarea, .textareaHovered {
	width:284px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}

/*Selects*/
.selectArea {
	width:200px;
	height:21px;
	background:url(images/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:8px;
	height:21px;
	float:left;
	background:url(images/select_left.gif) no-repeat left top;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(images/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:21px;
	height:21px;
}
.selectArea .right i {
	display:none;
}
.selectArea .center {
	width:160px;
	margin-left:5px;
	margin-right:20px;
	color:#FFF;
	padding-top:3px;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	margin-top:-1px;
	margin-left:3px;
	width:172px;
	background:#6f7074;
	padding:2px;
	font-size:11px;
	z-index:20;
}
.optionsDivInvisible {
	display:none;
}
.optionsDivVisible {
	display:block;
}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#F2F2F2;
	text-decoration:none;
	display:block;
	padding:1px 4px;
	border:1px solid #6f7074;
}
.optionsDivVisible a:hover {
	color:#FFF;
	background:#5F6062;
	border-color:#cfd0d6;
}

/*Button*/
.buttonSubmit, .buttonSubmitHovered {
	width:92px;
	height:26px;
	color:#FFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9pt;	
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
