﻿/*this is the css for the title tag*/
.mediumtitle
{
	font-size: 16px;
	text-align: left;
	 color:#3e5b30;
}
.largetitle
{
	font-size: 22px;
	font-weight: bold;
	color: #3e5b30;
}
.smalltitle
{
	font-size: 14px;
	font-weight: bold;
	color: #3e5b30;
}

.bulletdecoration
{
	list-style-image: url( '../images/bullet.gif' );
	line-height: 20px;
}
.divstyle
{
	background-color: #f4ffd5;
	border: solid 1px #83a264;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height:20px;
}

.smarttxt
{ width:400px;
  border:solid 1px #83a264;
	}
.smarttxt180
{ width:100%;
  border:solid 1px #83a264;
	}	
.redText
{ color:Red;
	}
h2
{color: #3e5b30;
	}

/* this is a css for the column two bba image*/
.floatrightimage
{ float:right;
   margin-right:10px;
    margin-top:5px;
	}
