/* 
 * $Id: default.css,v 1.1 2002/11/05 20:55:53 Caf Exp $
 */

body {
	font-size:12px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color: #cac8c0;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 1%;
	margin-bottom: 1%;
}
div.main {
	background-color: white;
	text-align: left;
	border: solid black 1px;
}
div.menu {
	text-decoration: none;
	background-color: #eee;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 110pt;
	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:18px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #990033; 
}
div.main-inside h1 {
	font-size:15px;
	margin-top: 50px;
	/*text-transform: uppercase;*/
	font-weight: bold;
	color: #990033; 
}

div.footer {
	background-color: #dcdff4;
	font-size: 10px;
	border-top: solid black 1px;
	padding-left: 2px;
}
div.tablehuge {
	background: #dcdff4;
	border: solid black 1px;
	margin-left: 130pt;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	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,a:visited,a:active {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:underline;
	color:blue;
}
img {
	border:0px;
}
