/* COLORS
light green (logo) #9FC513 rgb(159 197 19)
light blue (menu) #EDF3FC rgb(237 243 252)
blue (menu borders) #C8D7F5
dark blue (borders) #B5C1D7 rgb(181 193 215)
grey (text) #999999
*/

html {
}
body {
	background-color:#FFFFFF;
/*	overflow:scroll-y;
*/	color:#828282;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	width:100%;
	height:100%;
	overflow-y:scroll;
}
table {
	margin:10px 0 10px 15px;
}
td {
	padding:3px 5px;
	font-size:14px;
}
td:first-child {
	width:110px;
}
fieldset, img {
	display:block;
}
li {
}
caption, th {
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
	font-size:36px;
	line-height:34px;
}
h3 {
	font-size:16px;
}
abbr, acronym {
}
input, textarea, select {
	color:#666;
}
înput {
	display:block;
}
a {
	text-decoration:none;
}
a:hover {
}
.clearer {
	height:0;
	line-height:0;
	clear:both;
}
