/* Copyright 2008 Rostam Oancea */
@charset "utf-8";
html { 
	overflow: hidden; 
	margin: 0px;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
}

body { 
	overflow: auto; 
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
}

p {
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	/*letter-spacing: 1px;*/
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.text_menu {
	color: #ffcc33;
	font-family: "Verdana", sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.text_menu a:link {
	color: #ffcc33;
	text-decoration: none;
	border-bottom-width: 0px;
}
.text_menu a:visited {
	color: #ffcc33;
	text-decoration: none;
	border-bottom-width: 0px;
}
.text_menu a:hover {
	color: #ffcc33;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #66ffcc;
}

.text_header {
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 16pt;
	font-style: normal;
	/*font-weight: bold;*/
	letter-spacing: 1px;
	padding-left: 60px;
}

.text_small {
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 8.5pt;
	font-style: normal;
	padding-left: 10px;
}

.text_smaller {
	color: #000000;
	font-family: "Verdana", sans-serif;
	font-size: 7pt;
	font-style: normal;
	padding: 15px;
	
}

div.box_content { 
	padding-left: 10px;
	width: 590px;
	height: 370px;
	/*overflow: auto;*/
}

img.floatleft { 
	float: left; 
	margin: 15px; 
}