@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;

	
}



/* class1 style   */

.class1 a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
.class1 a:link {
	text-decoration: none;
	color: #000000;
}
.class1 a:visited {
	text-decoration: none;
	color: #000000;
}
.class1 a:hover {
	text-decoration: underline;
	color: #000000;
}
.class1 a:active {
	text-decoration: none;
	color: #000000;
}



/*    class2 style   */


.class2 a {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.class2 a:link {
	text-decoration: none;
	color: #ffffff;
}
.class2 a:visited {
	text-decoration: none;
	color: #ffffff;
}
.class2 a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.class2 a:active {
	text-decoration: none;
	color: #ffffff;
}

.welcome {
	color: #000;
}
.contactheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	background-color: #000;
}


#hormen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	height: 25px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 5px;
}




.blk a:link{color:#000;
text-decoration:none;
}

.blk a:visited{color:#000;
text-decoration:none;
}

.blk a:hover{color:#000;
text-decoration:none;
}

.blk a:active{color:#000;
text-decoration:none;
}

.wht a:link{color:#FFF;
text-decoration:none;
}

.wht a:visited{color:#FFF;
text-decoration:none;
}

.wht a:hover{color:#FFF;
text-decoration:none;
}

.wht a:active{color:#FFF;
text-decoration:none;
}
#forms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	width: 340px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;
	-moz-border-radius: .5em .5em  .5em  .5em;
	border-radius: .5em  .5em  .5em  .5em;
	margin: 10px;
	float: left;

}
#orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	width: 340px;
	overflow: hidden;
	position: relative;
	border: 1px solid #CCC;
	-moz-border-radius: .5em .5em  .5em  .5em;
	border-radius: .5em  .5em  .5em  .5em;
	margin: 10px;
	float: left;
	background-color: #FC0;	
}
#fullwidthcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-border-radius: .5em .5em  .5em  .5em;
	border-radius: .5em  .5em  .5em  .5em;
	margin: 10px;
}

