body {

	background-color : White;

	color : Black;

	margin-top : 0;

}





.auth_info {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 7pt;

}







/**

 * Link styles

 * 	n: normal link, used on page

 *	i: a link, that might contain a VERY important info

 *	c: a link that is only informational

 **/



#urln {

	text-decoration: none ;

	font-weight: bold ;

}



#urln:hover {

	font-weight: bold ;

	text-decoration: underline ;

}



#urlc {

	text-decoration: none ;

}



#urlc:hover {

	text-decoration: underline ;

}



#urli {

	font-weight: bolder ;

	font-variant : small-caps;

	text-decoration: none ;

}



#urli:hover {

	font-weight : bolder;

	font-variant : small-caps;

	text-decoration : underline;

}





/**

 * Panel styles

 *	main: main window style; where all data is displayed

 *	right_panel: quick menu is here

 *	left_panel: all-time links are here

 **/



.main {

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	width: 530px;

	text-align : justify;

	vertical-align : top;

}



.right_panel {

	padding-top: 30px;

	padding-right: 10px;

	width: 90px;

	font-size: 10pt;

	text-align: right;

}



.left_panel {

	padding-top: 30px;

	font-size: 10pt;

	text-align: left;

}



/**

 * Quick menu styles

 **/



.qmenu {

	border-bottom : thin solid Black;

	border-right : thin solid Black;

}



.qmenuactive {

	border-bottom : thick groove Black;

	border-right : medium groove Black;

	font-style : italic;

}





/**

 * Product styles

 **/



table.product {

	border-style: hidden ;

	border-collapse : collapse;

}



.product td {

	background-color : White;

	border : 1px dotted Black;

	padding : 0.25 em;

	vertical-align : middle;

}



.product li {

	list-style-image : url(images/bullet_world.gif);

	vertical-align : middle;

	text-transform : capitalize;

	padding-left : 15px;

}


.glowna {

	padding-top: 20px;

	padding-right: 10px;

	padding-bottom: 10px;

	padding-left: 10px;

	width: 530px;

	text-align : justify;

	vertical-align : top;
	
	font-size: 14px;
	
	font-family: verdana, arial, helvetica, sans-serif;

}
	

