/* CSS Document */

body
{
margin:18px 0px 0px 0px;
background:url(images/bg.jpg) repeat-x #ECECED;
}

.bold
{
font-weight:bold;
}

.light-yelloh1
{
	font:normal 18px "Times New Roman", Times, serif;
	color:#D4B68D;
	line-height:22px;
}

.light-yelloh2
{
	font:normal 18px "Times New Roman", Times, serif;
	color:#D4B68D;
	line-height:22px;
	text-transform:uppercase;
}

.orangeh1
{
	color:#F79B1E;
	line-height:22px;
	text-transform:uppercase;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.brownh1
{
	font:normal 24px "Times New Roman", Times, serif;
	color:#430A06;
	line-height:22px;
	text-transform:uppercase;
}

.brownh2
{
	font:bold 14px "Times New Roman", Times, serif;
	color:#430A06;
	line-height:18px;
}

.blackh1
{
	font:normal 24px "Times New Roman", Times, serif;
	color:#0B0B0B;
	line-height:22px;
}

.blacktext
{
	font:normal 12px Verdana, Arial;
	color:#0B0B0B;
	line-height:22px;
}

.blacktextsmall
{
	color:#0B0B0B;
	line-height:22px;
	font-family: Verdana, Arial;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}

.genralText
{
	font:normal 14px "Times New Roman", Times, serif;
	color:#0B0B0B;
	line-height:18px;
}


.orangelink:link,.orangelink:active,.orangelink:visited
{
	font:normal 18px "Times New Roman", Times, serif;
	color:#F79B1E;
	text-decoration:none;
	line-height:22px;
}
.orangelink:hover
{
	text-decoration:underline;
	line-height:22px;
}

.brownlink:link,.brownlink:active,.brownlink:visited
{
	color:#430A06;
	text-decoration:none;
	line-height:25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.brownlink:hover
{
	text-decoration:underline;
	line-height:25px;
	font-weight: bold;
}

.inputf
{
border:1px solid #BC9E8E;
background-color:#E9DDD2;
font:normal 11px Verdana;
padding:2px 2px;
width:138px;
}

.textarea
{
border:1px solid #BC9E8E;
background-color:#F4EEE7;
font:normal 11px Verdana;
padding:2px 2px;
width:200px;
height:100px;
}
