html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	background-color:#000000;
}

A.a {color: #000000; font-weight: bold ; text-decoration: none;}

A:hover.a {color: #FF0000; font-weight: bold ; text-decoration: none;}

A.b {color: #000000; font-weight: normal ; text-decoration: none;}

A:hover.b {color: #FF0000; font-weight: bold ; text-decoration: none;}

#border_sx {
	background-image:url(../images/sx.png);
	background-repeat:repeat-y;
	width: 25px;
	border: none;
	background-position:right;
}

#border_dx {
	background-image:url(../images/dx.png);
	background-repeat:repeat-y;
	width: 25px;
	border: none;
}

#border_up {
	background-image:url(../images/up.png);
	background-repeat:repeat-x;
	height: 25px;
	border: none;
}

#border_dw {
	background-image:url(../images/dw.png);
	background-repeat:repeat-x;
	height: 25px;
	border: none;
}

#border_sx_up {
	background-image:url(../images/up-sx.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	border: none;
	background-position:right;	
}

#border_dx_up {
	background-image:url(../images/up-dx.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	border: none;
	background-position:left;	
}

#border_sx_dw {
	background-image:url(../images/dw-sx.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	border: none;
	background-position:right;	
}

#border_dx_dw {
	background-image:url(../images/dw-dx.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	border: none;
	background-position:left;	
}

#corpo {
	background-color:#FFFFFF;
}

#menu {
	background-color:#FFFFFF;
}

#bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-color:#FFFFFF;
	text-align: right;
}

#fm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00000;
	background-color:#FFFFFF;
	text-align: center;
}

#cc {
	margin: 8px 20px 20px 20px;
}

#image_home {
	margin: 30px 30px 30px 0px;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color :#000000;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}

