@import url(layout.css);
@import url(navigation.css);
@import url(modules.css);

* {
   margin: 0px;
   padding: 0px;
   text-decoration: none;
} 

body {
	margin: 0;
	background: #CFCFCF url('images/hg.gif') repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;	
	font-size: 18px;
}

h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
}

h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

a {
	color: #FF6600;
}

a:hover {
	color: #fff;
	background: #008177;
}

a:active {

}

#shadowbox_body {
	background: #fff ! important;
	margin: 10px;
}

#shadowbox_content {
	background: #fff;
	
}

#form1 {
	width: 134px;
}