.white_size_24 {
	font-size: 24px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

.white_size_36 {
	font-size: 48px;
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
}

.fontcolor_white {
	color: #FFF;
	font-weight: bold;
	background-color: #be854e;
	font-size: 12px;
}

.fontcolor_red {
	color: #FE0707;
	font-weight: bold;
}
.fontcolor_purple {
	color: #663399;
	font-weight: bold;
}

ul li {
	background:#fff;
	list-style: none;
	height: 30px;
	float:left;
	padding:0px;
}
ul li a {
	width: 135px;
	height: 30px;
	line-height: 30px;
	padding:0px;
	color: #000;
	font-size:14px;
	font-weight:lighter;
	text-align:center;
	text-decoration: none;
	display: block;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	float: none;
}

li:nth-child(1) a:hover {
	border-bottom: 30px solid #be854e;
	color:#FFF;
	height: 0px;
}

li:nth-child(2) a:hover {
	border-bottom: 30px solid #be854e;
	color:#FFF;
	height: 0px;
}

li:nth-child(3) a:hover {
	border-bottom: 30px solid #be854e;
	color:#FFF;
	height: 0px;
}

li:nth-child(4) a:hover {
	border-bottom: 30px solid #be854e;
	color:#FFF;
	height: 0px;
}

li:nth-child(5) a:hover {
	border-bottom: 30px solid #be854e;
	color:#FFF;
	height: 0px;
}

li:nth-child(6) a:hover {
	border-bottom: 30px solid #be854e;
	color:#FFF;
	height: 0px;
}

li:nth-child(7) a:hover {
border-bottom: 30px solid #be854e;
color:#FFF;
height: 0px;
}
li:nth-child(8) a:hover {
border-bottom: 30px solid #be854e;
color:#FFF;
height: 0px;
}
li:nth-child(9) a:hover {
border-bottom: 30px solid #be854e;
color:#FFF;
height: 0px;
}
li:nth-child(10) a:hover {
border-bottom: 30px solid #be854e;
color:#FFF;
height: 0px;
}

ul {
	border-collapse:collapse;
}

#nav {
	border-collapse:collapse;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#nav2 {
	border-collapse:collapse;
	position: relative;
	padding: 0px;
	margin: 0px;
}

a.lnkcolor:link {
	color: white;
	text-decoration:none;
}

a.lnkcolor:visited {
	color: white;
	text-decoration:none;
}

a.lnkcolor:hover {
	color: #663399;
	text-decoration:none;
}

a.lnkcolor2:link {
	color: blue;
	text-decoration:underline;
}

a.lnkcolor2:visited {
	color: #663399;
	text-decoration:underline;
}

a.lnkcolor2:hover {
	color: red;
	text-decoration:underline;
}

a.lnkcolor3: {
	color: blue;
	text-decoration:none;
}

.fontsize24 {
	font-size: 24px;
}

.fontsize18 {
	font-size: 18px;
}

.fontsize14 {
	font-size: 14px;
}

ul.b {
    list-style-type: disc;
}
.bold_and_underline {
	font-weight: bold;
	text-decoration: underline;
	font-size: 24px;
}
.underline_size14 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
