/* basic CSS styles for all browsers */
body, html
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
	font-family: "DejaVu Sans", Verdana, Arial, Helvetica, sans-serif;
	font-size: small !important;
}

/* font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif  !important; */
/* font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif !important; */
form {
	border:  0px none;
	margin:  0px;
	padding: 0px;
}

p, img, table, tr, th, td, h1, h2, h3, h4, h5
{
	border:  0px none;
	margin:  0px;
	padding: 0px;
}

#bodywrap
{
	width: 730px;
	border: 0px;
	margin-left: 10px;
	text-align: center;
}

#bodyhead
{
	width: 730px;
	height: 40px;
	background-image: url("../styles/wi-fi.gif");
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 200px;
	border-bottom: 3px double gray;
}

#bodyhead a {
	text-decoration: none;
}

#bodycont {
 background-image: url(../img/back-yellow.jpg);
}

#pagecont
{
	width: 730px;
	text-align: justify;
	padding-top: 40px;
	padding-bottom: 40px;
}


table.left_side{
  border: 0px;
  width: 130px;
}

table.right_side{
  border: 0px;
  width: 240px;
}


