/******************************************************************************
 *
 *	File:			common.css
 *
 *	Function:		Media-independent styles
 *
 *	Copyright:		Copyright (c) 2004, Erik Abele
 *					All Rights Reserved.
 *
 *	Notes:			
 *
 *****************************************************************************/

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

img {
	border: 0px solid #233f83;
}

img.dewrap {
	vertical-align: middle;
}

.menu td {
	font-weight: bold;
	color: #ffffff;
	background-color: #0078ff;
}

.menu a:link,
.menu a:visited,
.menu a:active {
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
}

.menu a.active:link,
.menu a.active:visited,
.menu a.active:active {
	color: #0033ff;
	background-color: inherit;
	text-decoration: none;
}

.menu a:hover, .menu a.active:hover {
	color: #0033ff;
	background-color: inherit;
	text-decoration: none;
}

.content .picturebox {
	vertical-align: top;
}

.content .messagebox {
	vertical-align: middle;
}

.content .messagebox p {
	padding-right: 25px;
}

.content .addressbox {
	vertical-align: middle;
}

.content .addressbox p {
	font-weight: bold;
	padding: 15px;
}

.content .infobox {
	vertical-align: top;
}

.content .infobox p {
	font-weight: bold;
}

.content a:link, .content a.active:link,
.content a:visited, .content a.active:visited,
.content a:active, .content a.active:active,
.content a.active:hover {
	color: #0033ff;
	background-color: inherit;
	text-decoration: underline;
}

.content a:hover {
	color: #0078ff;
	background-color: inherit;
	text-decoration: underline;
}
