/* Scrollbar properties are only supported by Internet Explorer 5.5+  */

/* SCROLLBAR */
body {
	margin-top: 0px;
	scrollbar-3dlight-color: #66CC00;
	scrollbar-arrow-color: #66CC00;
	scrollbar-base-color: #66CC00;
	scrollbar-darkshadow-color: #66CC00;
	scrollbar-face-color: #fffda5;
	scrollbar-highlight-color: #66CC00;
	scrollbar-shadow-color: #66CC00;
	scrollbar-track-color: #FFDA75;
}
/* END OF SCROLLBAR */

/* GENERAL */

body
{
	background-color: #FF9233;
	background-attachment: fixed;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

td, p
{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
}
/* END OF GENERAL */


/* MAIN */
table.head
{
	border: 0px groove #000000;
	width: 800px;
	height: 120px;
	background-color: #FFFFFF;
	margin-top: 5px;
 }

table.menu
{
	border: 0px groove #000000;
	width: 800px;
	height: 30px;
	background-color: #66CC00;
	margin-top: 5px;
}

table.main
{
	border: 0px groove #000000;
	width: 630px;
	height: 565px;
	background-color: #FFDA75;
	margin-top: 5px;
}

table.right
{
	border: 0px groove #000000;
	width: 165px;
	height: 579px;
	background-color: #fffda5;
	margin-top: 5px;	
}

table.copy
{
	border: 0px groove #000000;
	width: 800px;
	height: 30px;
	background-color: #66CC00;
	margin-top: 5px;	
}

td.copy
{
	font-size: 10px;
    	font-weight: bold;
	color: #2F4F2F;
	text-align: center;	
}

/* END OF MAIN */


/* LINKS */
.continut
{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #228B22;
	text-decoration: none;
}

.continut:active
{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #228B22;
	text-decoration: none;
}

.continut:visited
{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #228B22;
	text-decoration: none;
}

.continut:hover
{
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #228B22;
	text-decoration: underline;	
}

.poarta { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 11px; color: #228B22; font-weight: bold; text-decoration: none;}
.poarta:active {color: #228B22}
.poarta:visited {color: #228B22}
.poarta:hover {color: #228B22; text-decoration: underline;}
/* END OF LINKS */
