/*
 * Copyright 2001 QSS Ltd., All rights reserved.
 * $Id: default.css, v. 0.1 2001/10/05 2:16:05 PM aselimovic Exp $
 */


/* Davor */
.align-center{
 text-align:center;

}


BODY {
	background: #FFF;
	color: #000;
	margin: 0 /* all margins set to 0 whatever */
}

:link, :visited { color: #000 }
:hover {
	color: #000;
	text-decoration: none
}

/*
 * This is for Netscape Communicator 4.04 (and higher)
*/

B { font-weight: bold }

/*
 * Main menu
*/

#main-menu { }

#srch-box { margin: 10px }

/*
 * Frame
 */

.frame { margin: 20px 0 }

.frame-data {
	/* color: #000; */
	background: #FFF
}

/*
 * Content frame
*/

#content-frame A {
	color: #333;
	font: bold 63% Arial, Helvetica, sans-serif;
	text-decoration: none
}

#content-frame A:hover { text-decoration: underline }

.foo { position: relative }

/*
 * News frame
*/

.news-text {
	color: #666;
	font: 63% Arial, Helvetica, sans-serif
}

.news-title {
	color: #039;
	font: bold 7.5pt Verdana, Helvetica, sans-serif
}
.news-title:visited { color: #09F }
.news-title:hover {
	color: #09F;
	text-decoration: none
}

/*
 * Document area
*/

#title, .subtitle {
	color: #009;
	font: bold 13pt Verdana, Helvetica, sans-serif;
	margin: 30px 0
}

#creatim {
	color: #000;
	background: #EEE;
	font: bold 63% Arial, Helvetica, sans-serif
}

.tbl-view TD { font: 63% Arial, Helvetica, sans-serif }

/*
 * TOC
*/

.toc TD {
	color: #000;
	font: 10pt Verdana, Helvetica, sans-serif
}

.ftn { font: small "Times New Roman", serif }

H4, H5, H6 {
	color: #039;
	font-family: Verdana, Helvetica, sans-serif
}

H4 { font-size: 0.90em }