
a 		{text-decoration: underline;
		font-size: 12pt;
		line-height: 16pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		outline:none;
		color:#da8b2b;
		}

a:hover 	{color: #FFB153;
		text-decoration: none;
		}

a.nav 		{
		text-decoration: underline;
		font-size: 12pt;
		line-height: 16pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		outline:none;
		color:#da8b2b;
		}

a.nav:hover 	{
		color: #FFFFFF;
		text-decoration: none;
		}

a.nav2 		{
		text-decoration: underline;
		font-size: 12pt;
		line-height: 16pt;
		font-family: arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		outline:none;
		color:#333333;
		}

a.nav2:hover 	{
		color: #333333;
		text-decoration: none;
		}

font.body 	{
		color:#FFFFFF;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.hbody 	{
		color:#FFA83E;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.dbody 	{
		color:#965C2E;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.xbody 	{
		color:#222222;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		}

font.title 	{
		color:#FFFFFF;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: bold;
		font-variant: normal;
		font-style: normal;
		}

.formtext 	{
		color: #C2814B;
		background-color: #2C1607;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}

.formtextb 	{
		color: #C2814B;
		background-color: #44220D;
		font-size: 12pt;
		line-height: 16pt;
		font-family: tahoma,arial,verdana,helvetica;
		font-weight: normal;
		font-variant: normal;
		font-style: normal;
		text-transform: none;
		text-decoration: none;
		}

/* Normal Animated Button ---- */

.example_a {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #da8b2b;
padding: 16px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
outline:none;
}

.example_a:hover {
background: #666;
text-decoration: none;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
