﻿
/***********************************************/
/* HTML tag styles                             */
/***********************************************/


/******* hyperlink and anchor tag styles *******/

a:link{
	color: #649d34;
	text-decoration: none;
	font-weight:bold

}

a:visited{
	color: #cccccc;
	text-decoration: underline;
	font-weight:bold
}

a:hover{
	color: #649d34;
	text-decoration: underline;
}

/************** header and paragraph tag styles **************/

h1{
	
	font-family:Verdana;
	color: #313331;
	font-size:x-large;
}

h2{
	font-family:Verdana;
		color: #313331;
	font-size:large;
	font-weight: bold;
	}

h3{
 font-family:Verdana;
	color: #313331;
	font-size: medium;
	font-weight: bold;
	line-height:normal;
}

h4{
 font-family:Verdana;
	color: #313331;
	font-size: small;
	font-weight: bold;
}


p{
	color: #313331;
	font-family:Verdana;
	font-size: small;
}

.small{
 font-family:Verdana; 
 color: #313331;
 font-size:x-small
 }
  
 .clientlogin{
	color: #ffffff;
	font-family:Verdana;
	font-size: small;
}

.smallwhite{
 font-family:Verdana; 
 color: #ffffff;
 font-size:x-small
 }




/*************** list tag styles ***************/

ul{
	color: #313331;
	font-family:Verdana;
	font-size: small;
	list-style-type:circle;
}

li{
	color: #313331;
	font-family:Verdana;
	font-size: small;
}

