body { 
	background: #000; 
	color: #ddd; 
	font-size: 10pt; 
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif
	scrollbar-face-color: #aaa;
	scrollbar-shadow-color: #999;
	scrollbar-highlight-color: #ccc;
	scrollbar-3dlight-color: #eee;
	scrollbar-darkshadow-color: #333;
	scrollbar-track-color: #667;
	scrollbar-arrow-color: #000;
	margin: 0;
}

/* COMMON ELEMENTS */

p {
	color: #ddd;
	font-size: 10pt;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif
	margin: 0 10px 10px 0;
}

hr {
	border: 1px dashed #999;
	margin: 0;
}

a:link { color: #999; font-size: 10pt; text-decoration: none; }
a:visited { color: #999; font-size: 10pt; text-decoration: none; }
a:hover { color: #eee; font-size: 10pt; text-decoration: none; }
a:active { color: #eee; font-size: 10pt; text-decoration: none; }

h1,h2,h3 {
	color: #ccc;
	font-size: 20px; 
	font-variant: small-caps;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

h2 {
	font-size: 14px; 
}

h3 {
	font-size: 12px; 
}

.scrollingbox h2 {
	color: #eee;
	margin: 5px;
	text-align: left;
}

input, textarea, select { 
	border: 1px solid #eee;
	background: #ccc;
	padding: 0 2px 2px 2px; 
	color: #000; 
	font-size: 10pt; 
	/* 
	font-weight: bold; 
	 */
	font-family: arial, verdana, helvetica, sans-serif
}

select { 
	font-size: 8pt; 
}

file { 
	background-color: #ccc; 
	outline-color: #eee;
	outline-style: solid;
	outline-width: thin
	padding: 5pt; 
	color: #000; 
	font-size: 10pt; 
	font-weight: bold; 
	font-family: arial, verdana, helvetica, sans-serif
}

.radio {
	background: transparent;
	border: none;
}

.form b {
	color: #fff;
}

/* LOCAL STYLE ELEMENTS */

.main {
	text-align: center;
}

#nav, #footer, #logotype {
	width: 100%;
	height: 40px;
	background: #666 url(/images/bg_navbar.jpg) left top repeat-x;
	vertical-align: middle;
}

#nav a, #footer a {
	font-weight: bold;
}

#nav a:hover, #footer a:hover {
	color: #eee;
}

#modelstable a:hover, #modelstable a.getbold:active {
	font-weight: bold; 
}

.content {
	width: 770px;
	text-align: center;
}

.bar {
	height: 30px;
	background: #666 url(/images/bg_navbar.jpg) left top repeat-x;
}

img.mounted {
	border: solid; 
	border-width: 2px; 
	border-color: #fff; 
}

img.article {
	margin: 0 10px 10px 0;
	border: solid; 
	border-width: 2px; 
	border-color: #000000; 
}

.button, .submit { 
	background-color: #666; 
	border: 1px solid #ccc;
	padding: 0 10px; 
	color: #eee; 
	font-size: 10pt; 
	font-weight: bold; 
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif
	font-variant: small-caps;
	margin: 10px;
}

.right { text-align: right; }

.row2 {
	background: #444;
}

#tablehead {
	background: #666;
	color: #eee; 
	font-size: 10pt; 
	font-weight: bold; 
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif
	margin: 0 0 1px 0;
	border-bottom: 1px solid #eee;
}

.debug {
	font-family: 'courier new', courier, monospace;
	color: #caf;
	font-size: 9pt; 
}

.green, .form b.green {
	color: #0a0;
}

.white, a.white:link, a.white:visited {
	color: #eee;
}

a.white:hover, a.white:active {
	color: #999;
}

.red, .form b.red {
	color: #a00;
}

.grey, .grey a, .grey a:visited, .grey a:hover, .grey a:active { 
	color: #999;
	font-size: 10px;
	font-family: arial, verdana, helvetica, sans-serif
	margin: 5px;
}

.grey a:hover, .grey a:active { 
	color: #fff;
}

.small {
	font-size: 9pt; 
}

.subhead {
	margin-left: 15px;
}