/* 
 * $Id: default.css,v 1.7 2002/09/18 13:16:16 cvspenso Exp $
 */

body {
	background: #e0e0e0 url(img/tile.gif) top center repeat-y;
	font-size:11px;
	font-family: "Bitstream Vera Sans", Verdana;
	margin-left: auto;
	margin-right: auto;
	width:764px;
	margin-top: 0px;
	margin-bottom: 0px;

}


div.main {
	background-color: tranparent;
	text-align: left;
	/*border-left: 1px solid #9d9d9d;*/
}



div.menu {
	text-decoration: none;
	background-color: #fff;
	border-right: 0px dashed #999;
	border-bottom: 0px dashed #999;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%
	float: left;
}
div.main-inside {
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
div.main-inside p {
	margin-top: 20px;

}
div.main-inside h2 {
	font-size:14px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #000000; 
margin-top: 0px;
	margin-bottom: 0px;
}
div.main-inside h1 {
	font-size:20px;
	margin-top: 50px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #000000; 
margin-top: 0px;
	margin-bottom: 0px;
}

div.footer {
	background-color: #dcdff4;
	font-size: 10px;
	border-top: 1px solid #9d9d9d;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
div.tablehuge {
	background: #FAFAFA;
	border: 1px solid #ccc;
	margin-left: 90pt;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
}

div.table {
	margin-left: 130px;
	text-align: justify;
}
div.code {
	background: #dcdff4;
	border: solid black 1px;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}


a:link {
  color: #69c;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

img {
	border:0px;
}
