* {
	font-family:Tahoma, Verdana, "Lucida Grande","Lucida Sans Unicode",Georgia, Helvetica, "Times New Roman",Times,serif;
	margin:0;
	padding:0;
	border-width:0;
}

body{
	background:url(../images/bgSite.gif) repeat-y #e0f3ff;
	background-position:center;
	background-attachment:fixed;
		
}

div{position:relative;}

a span, li span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{display:none;}

label{cursor:pointer;}

li{list-style:none;}

h1,h2,h6{}
h3,h4,h5,p{}

h1{}
h2{color:#00A651;}
h3{}
h4{}
h5{}
h6{}

p{
	text-align:justify;
	line-height:120%;
}

a{text-decoration:none;}

a:link,		
a:visited,
a:hover, 	
a:active{
	color:#0674bd;
	text-decoration:none;
} 	

a:hover{
	text-decoration:underline;
}

table, tr, td, th{
	border-collapse:collapse;
	padding:4px;
}

input, select, textarea{
	border:1px solid #d0d0d0;
	padding:3px;
}

fieldset{
	padding:10px;
	border:1px solid #a8cfe8;
}

input, select, textarea{
	padding:3px;
}

input{
	background:url(./../images/bgInput.gif) repeat-x;
}

p{
	text-align:justify;
	line-height:130%;
}

option{
	padding-left:5px;
	background-color:#FFFFFF;
}

#site{
	margin:auto;
	width:926px;
}

div.debugIe{
	width: 0px;
	height: 0px;
}

