﻿html, body {
	color: #222222;
	background-color: #dddddd;
	font-size:10pt;
	font-family: Georgia, Candara, "Times New Roman", Times, serif;
}

.container {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow:3px 3px 3px rgba(0, 0, 0, 0.5);

	background-color: #FFFFFF;
	width:780px;
	margin:auto;
	padding: 10px;
}

h1 {
	margin-top:-10px;
}

h1, h2, h3 {
	text-align:center;
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;
}


a, a:visited {
	text-decoration:none;
	color:#3300FF;
}

a:hover, a:active {
	text-decoration:underline;
}


img {
	border: 0px none;
}

table {
	text-align:center;
	margin:auto;		
}
#digestzen_ad {
	margin:auto;
	width:75%;
}

#digestzen_ad img{
	float:left;
	padding-right:20px;
	height:150px;
	border: 0 none;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

.center {
	text-align:center;
}

thead {
	font-weight: bold;
	background-color: #C3D9FF;
}

td {
	padding:3px;
}

.logo_small {
	height: 20px;
}
.rowodd {
	background-color: #E8EEF7;
}
.roweven {
	background-color: #FFFFFF;
}

.clear {
	clear:both;
}

.small {
	font-size: 80%;
}

#footer {
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
	font-size: 80%;
	padding:5px;
	margin-top:10px;
	background-color: #FFFFCC;
}

#copyright {
	float:right;
	text-align:right;
}

#credits {
	float:left;
}


