@charset "windows-1250";
/* CSS Document */

BODY	{
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	}
	

table#tableSmall	{
	width: 100%;
	}

table#tableSmall td {
	text-align: center;
	vertical-align: top;
	width: 33%;
}

td#TdLeftTop	{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	}
	
	
.tittle {
	font-family: "Times CE", "Times New Roman", Times, serif;
	font-size: 20px;
	color: #777;
	font-weight: bold;
}
.subtitle {
	font-family: "Times CE", "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	}

.textSmall	{
		font-family: arial;
		font-size: 10px;
		color: #999;
		line-height: 11px;
	}

	
a:link	{
	color: #CC3333;
	text-decoration: none;
	border-bottom: 1px solid;
	}
a:visited	{
	color: #CC3333;
	text-decoration: none;
	border-bottom: 1px solid;
	}

a:hover	{
	color: #999999;
	text-decoration: none;
	padding-bottom: none;
	}
	
td.borderLine	{
	border-top: 3px solid #efefef ;
	background-color: #ddd;
	height:3px;
	padding:0
	}
	
a img {border:none}
	
.pictureSpaced	{
		padding: 30px;
		}

h1	{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFCC00;
	background: #888;
	padding: 5px 5px 5px 20px;
	border-bottom:1px solid #666;
	border-right:15em solid white
	
	}
h1#red	{
	color: #CC3300;
	text-align: center;
	background-color:#FFFEF0;
	border:1px solid #bbb;
	margin:2em 100px
}