/*/nav bar/*/

body {
	margin: 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg_lines.gif);
}

#input{
width:200px;
font-size:11px;
font-family : Arial, sans-serif;
color: #959e90;
border: 1px solid #B0B0B0;
display: block;
}

.input{
width:200px;
font-size:11px;
font-family : Arial, sans-serif;
color: #959e90;
border: 1px solid #B0B0B0;
display: block;
}

#button{
	width:200px;
	font-size:12px;
	font-family : Arial, sans-serif;
	border: 1px solid #B0B0B0;
	display: block;
	background-color:#aac146;
	color: #FFFFFF;
}

img {
	border: 0px;
}

.li{
	list-style-position: inside;
	list-style-type: circle;
	list-style-image: url(images/circle.gif);
}

.bold{
	font-weight: bold;
	color: 5f6c36;
}

.bottom-box{
	padding-top: 4px;
	padding-right: 1px;
	padding-bottom: 4px;
	padding-left: 7px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-align: right;
}
.bottom-link{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3191C3;
	text-decoration: none;
}

a.bottom-link:hover{
	text-decoration: underline;
}

/*/ index /*/

.border{
	padding-bottom: 15px;
	border-right: 1px solid #e9ccca;
	border-bottom: 1px solid #e9ccca;
	border-left: 1px solid #e9ccca;
}

.link {
	font-size : 12px;
	font-family : Arial, sans-serif;
	color : #f67200;
	line-height: 14px;
	text-decoration: none;
}

a.link:hover {
	text-decoration: underline;
}

.link2 {
	font-size : 11px;
	font-family : Arial, sans-serif;
	color : #72796f;
	line-height: 16px;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: underline;
}

.linkarrow {
	font-size : 11px;
	font-family : Arial, sans-serif;
	color : #f67200;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 8px;
	line-height: 12px;
	background-position: 36px 4px;
	text-align:right;
	left: 20px;
	text-decoration: none;
}
a.linkarrow:hover {
	text-decoration: underline;
}

.bottom-links{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #acc1ae;
	padding-top: 32px;
	padding-left: 340px;
}

.link-small{
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #acc1ae;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

a.link-small:hover{
	text-decoration: underline;
}

.title{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #3191C3;
	line-height:18px;
	font-weight: bold;
}

.page-title{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #f52c3e;
	line-height:40px;
	text-transform: none;
}

.link-title{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3e423c;
	line-height:12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

a.link-title:hover{
	text-decoration: underline;
}

.text{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #72796f;
	line-height:13px;
}

.text2{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #72796f;
	line-height:15px;
}

.title{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3e423c;
	line-height:26px;
	font-style: italic;
	font-weight: bold;
}

.title-big{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #91b34b;
	font-style: italic;
    line-height:35px;
}

.title-big2{
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #91b34b;
	line-height:25px;
	font-weight: bold;
}

.title-latest{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #72674b;
	font-weight: bold;
	font-style: italic;
	padding-top: 8px;
	padding-left: 20px;
	padding-bottom: 7px;
}

.left-box{
	vertical-align: top;
	background-color: #efe9d8;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.right-box{
	vertical-align: top;
	background-color: #fcfcfc;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.top-padding{
	padding-top: 26px;
}

.top-padding2{
	padding-top: 8px;
}

.info-box{
	padding-left: 26px;
}

.bottom-border{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6e0d8;
}

