/*Form styles*/
INPUT, TEXTAREA, SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: hand;
	background-color: #CC3333;
	border: 1px solid #000000;
	color: #FFFFFF;	
}

.txtmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 12px;
	line-height: 16px;

}

.sideNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	height: 28px;
	text-align: left;
	font-weight: bold;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000000;
	border-left: none;
	letter-spacing: 0.05em;
	padding-left: 10px;
	line-height: 2.5em;
}

.sideNav:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC3333;
	display: block;
	height: 28px;
	text-align: left;
	font-weight: bold;
	line-height: 2.5em;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #000000;
	border-left: none;
	letter-spacing: 0.05em;
}
.contentnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
}

.contentnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3333;
	line-height: 16px;
}

.copyrightnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 20px;
}

.copyrightnav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC3333;
	line-height: 20px;
}
.txtform {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 2px;
}

.txtfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 20px;

}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	list-style-type: square;
}

.box-complete {
	border: 2px solid #000000;
}

.box-right-left {
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}

.box-top-right-left {
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
}

.box-top-bottom-right {
	border-right: 2px solid #000000;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box-top-bottom-left {
	border-left: 2px solid #000000;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.box-bottom-right-left {
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box-left/right {
	border-right: 2px solid #B4B696;
	border-left: 2px solid #B4B696;
}

.box-top/bottom {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B4B696;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B4B696;
}

.box-top/left {
	border-left: 2px solid #B4B696;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #B4B696;
}

.box-top-right {
	border-right: 2px solid #000000;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}

.box-bottom-left {
	border-left: 2px solid #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box-bottom-right {
	border-right: 2px solid #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box-left {
	border-left: 2px solid #B4B696;
}

.box-right {
	border-right: 2px solid #000000;
}

.box-bottom{
	border-bottom: 2px solid #000000;
}

.box-top {
	border-top: 2px solid #000000;
}
.imgbrd {
	border: 1px solid #000000;
}
.padgoolge{
	padding: 10px;
}
