body{
	margin: 20px;
	color: #555555;
	background-color: #fffff;	
	font-family: Verdana;
	font-size: 11px;
}

table {
	font-size: 12px;
}

.box_norma {
	padding-left: 10px;
}

.box_norm0 {
	padding-left: 10px;
}

#wrapper {
	width: 600px;
	margin: 0px auto;
}

#header {
	height: 90px;
}

#sheader{
	width: 600px;
	height: 250px;
	background: url("Images/toxybg.png");
}

#title {
	padding-top: 15px;
	padding-bottom: 30px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

#main {
	background: url("Images/gradient.png"); background-repeat:repeat-x;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-right: 10px;
}


.about {
	padding-bottom: 30px;
}

.abouttitle {
	width: 80%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px #dfdfdf solid;
	font-size: 10pt;
	font-weight: bold;
}

#footer {
	border-top: 1px #dfdfdf solid;
	padding-top: 10px;
}


/* menu */

#menu {
	padding-bottom: 30px;
}

#mbarleft {
	width: 50px;
	height: 29px;
	float: left;
	background: url("Images/mbarleft.png");
}

#mbarmid {
	width: 500px;
	height: 29px;
	padding: 8 0px;
	text-align: center;
	float: left;
	background: url("Images/mbar.png"); background-repeat:repeat-x;
	font-size: 9pt;
}

#mbarright {
	width: 50px;
	height: 29px;
	float: left;
	background: url("Images/mbarright.png");
}

#menu a {
	padding: 7 15px;
	color: #aaaaaa;
}

#menu a:hover {
	color: #cccccc;
}


/* hyperlink styles */

a{
	color: #999999;
	text-decoration: none;
}

a:link{
	color: #999999;
	text-decoration: none;
}

a:visited{
	color: #999999;
	text-decoration: none;
}

a:hover{
	color: #005FA9;
	text-decoration: none;
}