/* $Id: netams.css,v 1.1 2008-11-04 19:53:46 anton Exp $ */

.text {
	font-family:   "Verdana", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11pt;
}

.topbar {
	font-family: Verdana, sans-serif;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
	font-size: 10pt;
	color: #ffffff;
}

.topbar:hover {
	text-decoration: underline;
	color: #ffff20;
}

.topbar_td {
	padding-bottom : 5;
}

.latest {
	font-family: serif;
	text-align: justify;
	font-weight: bold;
	text-decoration: none;
	font-size: 24px;
	color: #1F203F;
}

h1 {
	font :  "Lucida Console", Verdana, sans-serif;
	margin-bottom : 5px;
	margin-top : 5px;
	color: #be1e2d;
	font-size: 16pt;

}

h2 {
	font :  "Lucida Console", Verdana, sans-serif;
	margin-bottom : 5px;
	margin-top : 5px;
	color: #be1e2d;
	font-size: 12pt;

}

h3 {
	font :  "Lucida Console", Verdana, sans-serif;
	margin-bottom : 5px;
	margin-top : 5px;
	color: #be1e2d;
	font-size: 10pt;

}

.doc_left {
	font-size: 10pt;
	background: #FFFFF0;
}

.doc_right {
	font-size: 10pt;
}


UL.doc_left {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 10%;
}

PRE.doc_right {
	font-family: monospace;
	font-weight: normal;
	font-size: 9pt;
	/*margin-top: 0; */
}

.doc_code {
	font-family: monospace;
	font-weight: normal;
	font-size: 9pt;
	/*margin-top: 0; */
}

