/*
 *        The Access Default Stylesheet.
 */

body {
/*
	background: #110066 url("blue_active.jpg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
*/
	background:	#161e4c;
	color:		#c8c8c8;
	padding-left:	5%;
	padding-right:	5%;
	padding-top:	1%;
	padding-bottom:	1%;
	font-family:	"new century schoolbook", georgia, verdana, serif;
}

:link {
	color: #DA251D;
	background: transparent;
}

:visited {
	color: #777777;
	background: transparent;
}

.center {
	text-align: center;
}

.right  {
	text-align: right;
}

.red {
	color: #DA251D;
	background: transparent;
}

.blue {
	color: #000095;
	background: transparent;
}

.smaller {
	font-size: 80%;
}

.larger {
	font-size: 120%;
}

.local-credits {
	font-size: 80%;
	text-align: center;
}

.global-credits {
	font-size: 80%;
	text-align: center;
}

.toolbar {
	text-align: center;
}

.amrtypen {
	font-family: "AmerType Md BT", "MS Courier New", Courier, monospace;
}

.bnkgothm {
	font-family: "BankGothic Md BT", Futura, "MS Verdana", "MS Arial", sans-serif;
}

img {
	border: 0;
}
/*
 *        The Access Default Stylesheet ends
 */

table {
	margin: 0;
	text-align: left;
}

table.placing {
	width: 760px;
	margin: 0 auto;
	background: #110066;
	background-image: url("blue_active.jpg");
	color: #C8C8C8;
}

/*
td {
	border: thin inset #DA251D;
}
*/

input {
	font-family: monospace;
	font-size: 80%;
}

