/* 
 * $Id: default.css,v 1.4 2002/09/14 12:21:24 uid3004 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%;
}
h1 {
	font-size:14px;
/*	text-transform: uppercase; */
}
.main {
	background-color: white;
	text-align: left;
	border: solid black 1px;
}
.menu {
	text-decoration: none;
	background-color: #eee;
	border-right: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding-left: 2px;
	width: 80pt;
	float: left;
}
.main_inside {
	margin-top: 50px;
	background-color: white;
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
.footer {
	background-color: #dcdff4;
	font-size: 10px;
	border-top: solid black 1px;
	border-right: solid black 1px;
	border-left: solid black 1px;
	padding-left: 5px;
	width: 500px;
	margin-left: 20px;
}
.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;
}
.code {
	background: #dcdff4;
	border: solid black 1px;
	margin-left: 3%;
	margin-right: 3%;
	padding-left: 2px;
	padding-right: 2px;
}
a:link,a:visited,a:active {
	text-decoration:none;
	color:blue;
}
a:hover {
	text-decoration:underline;
	color:blue;
}
img {
	border:0px;
}
div.mailheader {
	background-color: #e9e9e0;
	border: solid 1px #afafaa;
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 20px;
}
div.mailbody {
	margin-bottom: 40px;
	padding-left: 10px;
	padding-right: 20px;
	margin-top: 20px;

}
div.nameheader {
	float: left;
	text-align: right;
	width: 100px;
	font-weight:bold;
}
div.contentheader {
	margin-left: 110px;
}