@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bodybg.png) no-repeat fixed;
}
.submitbutton{
		background: #CCC;
		width:80px;
		height:22px;
		border: outset;
		color: #000;
		font-weight:bold;
	}
.case {font-family:Arial, Helvetica, sans-serif; font-size:14px;}
.case a{color:#930; text-decoration:none; padding:10px 0 0 20px;}
.case a:hover {text-decoration:underline; color:#093;}

 

.meta4{
		border: thin #0C6;
		font-weight:bold;
	}
.menubg{
	background:url(../images/menubg.png);
}

.bodyupbg{
	background:url(../images/bodyupbg.jpg);
}

.bodydownbg{
	background:url(../images/bodybgdown.jpg);
}

.footerbg{
	background:url(../images/footerbg.jpg);
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.span{
	background:url(../images/welcometextbg.png) no-repeat left;
	height:28px;
	line-height:28px;
	padding-left:40px;
	font-family:"Footlight MT Light";
	font-style:italic;
	font-weight:bold;

	font-size:25px;
	color:#773d12;
}

.span2{
	
	height:28px;
	line-height:28px;
	padding-left:40px;
	font-family:"Footlight MT Light";
	font-style:italic;
	font-weight:bold;

	font-size:25px;
	color:#773d12;
}

p{
	text-align:justify;
	font-size:13px;
}

.verticalmenubg{
	background:url(../images/verticalmenubg.png) repeat-x;
}

.email{
color:#900; 
font-size:15px;
}

.inputfield{
	width:140px;
	height:18px;
	border:solid 2px #e0ac1d;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
}

.textarea{
	width:140px;
	height:30px;
	border:solid 2px #e0ac1d;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#900;
}

.submit{
	background:url(../images/submit.png) no-repeat center;
	width:75px;
	height:20px;
	border:none;
}

.links{
	color:#033;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
	font-family:"Times New Roman", Times, serif;
}

.links:hover{
	color:#060;
	font-size:20px;
	font-weight:bold;
	padding-left:10px;
}


.category{
	color:#900;
	font-size:20px;
	font-family:"Times New Roman", Times, serif;
}

.category a{
	color:#900;
	font-size:20px;
}

.category a:hover{
	color:#F90;
	font-size:20px;
}

.dropbox{
	border:solid 1px #360;
}

.titletextcolor{
	color:#030;
}


.next{
	color:#900;
}

.next a:hover{
	color:#800040;
}

.next a{
	color:#900;
}

.next a:hover{
	color:#800040;
}

.notice{
	color:#000;
	font-size:13px;
	text-align:center;
}

.notice:hover{
	color:#060;
}

.border{
	border:solid 1px #000;
}