body
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}

.nadpis
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold
}

.blue
{
	color: rgb(107, 96, 96);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold
}

.text
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}

.zvyrazneny
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color : Navy;
}

td
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10pt;
}
    
.vzkaz 	{
       	border:0px;
       	background-color:rgb(250,250,255);
    }	
.title	{
       	background-color:rgb(220,220,255);
    }

    
.re	{
       	padding-left:50;
    }
.reply
    {
       	background-color:rgb(230,230,250);
    }
    
FORM	{
       	background-color:rgb(250,250,255);
    }
    
INPUT,TEXTAREA   {
       	border-width:1px;
       	border-style:solid;
    }
       	
.center
{
	text-align: center;
}

.left
{
	text-align: left;
}
	
.right
{
	text-align: right;
}

.justify
{
	text-align: justify;
}

a
{
	text-decoration : none;
	color : Navy;
}

a:hover
{
	text-decoration: underline;
	color: Navy;
}

<% If session("browser") = "IE" Then %>
.formular
{
	background-color: #f2f2f2;
	border-style: solid;
	border-width: 1;
	border-color: black;
}
<% End If %>