body
{
	font-family: Verdana, Arial, Helvetica, Geneva, Sans-serif;
	font-size: 9pt;
	background-color: #9967A0;
}
h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #282A74;
	font-family: verdana, arial narrow, tahoma, arial, helvetica;
	letter-spacing: 1pt;
        padding-left: 15px;
}


#header {
	position: absolute;
	right: 0px;
	top: 210px; 
	width: 200px; 
	height: 160px;
	margin-left: auto;
	/*background-color: #282A74;*/
	background-image: url('../Images/block.gif');
	background-repeat: no-repeat;
}

img
{
	text-decoration: none;
	border: 0px;
}

img.rand{
	border: 1px solid #000000;
}

p
{
        color:#000000;
        font-weight: bold;
}



@media screen
{
	html,body
	{
                padding-top: 10px;
		/*padding-left: 40px;*/
		height: 100%;
		font-size: 10pt;
		color: #282A74;
	}
	td,tr,table
	{
		font-size: 10pt;
		color: #282A74;
	}
	body
	{
		behavior: url("CSS/csshover.htc");
		/*margin: 10px;*/
		/*left: 50px;
		right: 50px;*/
	}
	#pagina
	{
		position: absolute;
		width: 800px;
		top: 20px;
		padding-top: 210px;
		border: 2px solid #000000;
		background-color: #FFFFFF;
		/*background-image: url('../Images/bar.jpg');
		background-repeat: repeat-x;*/
	}
	#bar{
		position: absolute;
		top: 0px;
		width: 750px;
		height: 215px;
		background-image: url('../Images/interface02.jpg');
		background-repeat: no-repeat;
	}
	td.name
	{
		padding-left: 20px;
	}
	td.tbl_head
	{
		font-size: 9pt;
		font-weight: bold;
		color: #282A74;
	}	
	a:link
	{ 
		color: #282A74; 
		/*line-height: 12pt;*/
		text-decoration: none;
	}
	a:visited
	{
		color: #282A74;
		text-decoration: none;
	}
	a:hover
	{
		color: #282A74;
		text-decoration: none;
	}



	div.menu
	{
		/*background-color: #282A74;*/
		background-image: url('../Images/menu.jpg');
		background-repeat: repeat-x;
		left: 0px;
		right: 50px;
		color: #FFF;
		width: 100%;
		height: 45px;
		padding: 12px 0px 0px 0px;
		font-size: 10pt;
		font-weight: bold;
		font-family: arial narrow, tahoma, verdana, arial, helvetica;
		position: absolute;
		top: 170;
		z-index: 2;
	}
	/* menu */
	div.menu a,div.menu a:visited
	{
		color: #FFF;
	}
	div.menu a:hover
	{
		color: #C60CC6;
	}
	div.menu span
	{
		margin: 1px 10px 1px 10px;
		cursor: default;
	}
	div.menu div
	{
		position: absolute;
		display: none;
		background-color: #3F43C3;
		border: 1px solid #369;
		margin-top: 16px; /* hard-coded, but this is crucial */
		padding: 3px;
	}
	div.menu span:hover div
	{
		display: inline;
	}
}


a.copyright,a:visited.copyright,a:hover.copyright,a:link.copyright
{ 
	font-weight: bold;
	font-size: 11px;
	color: #000000; 
	text-decoration: underline;
}
p.copyright{
	font-weight: bold;
	font-size: 11px;
	color: #000000; 
	text-decoration: none;
}
a.normal
{ 
	color: #282A74; 
	text-decoration: underline;
	
}
table.content{
	padding-left: 10px;
	width: 780px;
	height: 600px;
	background-image: url('../Images/fade.jpg');
	background-repeat: no-repeat;
}
td.content{
	vertical-align: top;
}

