	body
	{
	    font-family: Arial, Helvetica;
        font-size: 8pt;
		scrollbar-face-color: #B2B2B2;
		
		scrollbar-3dlight-color: #ffffff; 
		scrollbar-highlight-color: #B2B2B2; 
		scrollbar-shadow-color: #ffffff;
		
		scrollbar-arrow-color: #ffffff;
		scrollbar-track-color: #efefef;
		
		scrollbar-darkshadow-color: #B2B2B2;
	}
	a 
	{
	    font-family: Arial, Helvetica;
        font-size: 8pt;
        font-weight: normal;
		text-decoration: underline;
	}
	a:hover {text-decoration: none;}
	a.normalcolor {color: #737272;text-decoration: none;}
	a.normalcolor:hover {text-decoration: underline;}
	a.color {color: #448ccb; font-weight: bold;}
	a.colorBlack {font-family: Impact, Arial, Helvetica; font-size: 7pt; color: #000000;}
	p 
	{
		font-family: Arial, Helvetica;
		font-size: 8pt;
		margin: 13px 0 13px 0;
	}
	h1 
	{
        font-family: Arial, Helvetica;
        font-size: 14pt;
        font-weight: bold;
	color: #ef333a;
	}
	h2
	{
        font-family: Arial, Helvetica;
        font-size: 12pt;
        font-weight: bold;
	color: #33498E;
	}
	h5
	{
        font-family: Arial, Helvetica;
        font-size: 12pt;
        font-weight: bold;
 	color: #ef333a;
	}
	tr, td 
	{
        font-family: Arial, Helvetica;
        font-size: 8pt;
	}
	tr.param, td.param
	{
		font-family: Arial, Helvetica;
		font-size: 8pt;
		font-weight: bold;
		color: #ffffff;
		background: #EF333A;
	}
	tr.lparam, td.lparam
	{
		background: #a6a6d5;
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 10pt;
		font-weight: bold;
		text-align: left;
	}
	tr.content, td.content
	{
		font-family: Arial, Helvetica;
		font-size: 8pt;
		background: #eeeeee;
	}
	tr.header, td.header
	{
		font-family: Arial, Helvetica;
		color: #ffffff;
		background: #EF333A;
		font-size: 8pt;
		font-weight: bold;
		text-align: center;
	}
	.color {color: #448ccb;}
	.textbold{
		font-family: Tahoma, Verdana, MS Sans Serif, Arial, Helvetica;
		font-size: 8pt;
	}
	.red {
		font-family: Arial, Helvetica;
		font-size: 8pt;
        color: #ef333a;
	}
	.small {
		font-family: Arial, Helvetica;
		font-size: 7pt;
	}
	.links {
		font-family: Arial, Helvetica;
		font-size: pt;
		font-weight: bold;
		color: #394295;
	}
	form {margin: 0;}
	input
	{
        font-family: Arial, Helvetica;
		font-size: expression((this.getAttribute("type")=="text") ? "8pt" : "7pt");
        font-weight: expression((this.getAttribute("type")=="text") ? "normal" : "bold");
		color: expression((this.getAttribute("type")=="submit" || this.getAttribute("type")=="reset" || this.getAttribute("type")=="button") ? "#595858" : "#737272");
		border-style: expression((this.getAttribute("type")=="image") || (this.getAttribute("type")=="radio") || (this.getAttribute("type")=="checkbox") ? "" : "solid"); border-width: 1px; border-color: #b2b2b2; cursor: hand;
		background-color: expression((this.getAttribute("type")=="submit" || this.getAttribute("type")=="reset" || this.getAttribute("type")=="button") ? "#dadada" : "");
	}
	select, textarea
	{
        font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #737272;
		border-style: solid; border-width: '1px'; border-color: #b2b2b2; cursor: hand;
	}
	ul
	{
		font-family: Arial, Helvetica;
		font-size: 8pt;
		color: #737272;
		list-style-type: square;
		list-style-image: url(/img/cube.gif);
	}
	.cube2 {
		list-style-image: url(/img/cube2.gif);
		padding-left:18px;
	}
	.cube2 li{
		margin-bottom: 7px;
	}	
	ul ul {
        	list-style-type: disc;        
	}
 
	ul ul ul {
        	list-style-type: circle;        
	}
	li.type
	{
		list-style-type: disc;
	}
	li.color
	{
		list-style-type: disc;
		color: #ffffff;
	}
	li.number
	{
		list-style-type: decimal;
	}
	repitX {background-repeat: repeat-x;}
	repitY {background-repeat: repeat-y;}
	repitNO {background-repeat: no-repeat;}

	.partnerh 
	{
		color: #ef333a;
	}
	.partnerh a 
	{
		color: #ef333a;
		font-weight: bold;
		text-decoration:none;
	}
	.partner a 
	{
		color: #737272;
		font-weight: bold;
		text-decoration:none;
	}
	.partnerul
	{
		padding-left:10px;
	}
