body, textarea, div
	{	
		scrollbar-face-color:black;
		scrollbar-highlight-color:black;
		scrollbar-3dlight-color:white;
		scrollbar-shadow-color:black;
		scrollbar-darkshadow-color:white;
		scrollbar-arrow-color:white;
		scrollbar-track-color:black;
		overflow: auto
	}

body.frame
	{
		margin: 0px; padding: 0px;
		background-color: #1B1B1B;
		background-image: url(/images/background/bg_frames.jpg);
		background-repeat: repeat-y
	}

li a
	{
		color: #000000;
		font-family: tahoma;
		font-size: 13px;
		text-decoration: none;
		background-color: #AEAEAE;
		padding: 2px
	}
li a:hover
	{
		color: #FFFFFF;
		font-family: tahoma;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		background-color: transparent
	}

.menu
	{
		font-family: tahoma;
		color: #FFFFFF;
		font-size: 10px;
		width: 100%
	}
	
.box_title
	{
		color: #E4E4E4;
		font-family: arial;
		font-size: 10px;
		margin-top: 10px;
	}
	
.text
	{
		font-family: tahoma;
		color: #FFFFFF;
		font-size: 11px;
		text-align: justify;
		text-indent: 2em
	}

ol
	{
		font-family: tahoma;
		color: #FFFFFF;
		font-size: 11px;
		text-align: justify
	}

li
	{
		font-size: 13px;
		margin-bottom: 1em
	}

.modulo
	{
		font-family: tahoma;
		color: #FFFFFF;
		font-size: 11px;
		text-align: justify;
		margin: 30px
	}

.modulo input, .modulo textarea, .modulo select, input
	{
		font-family: tahoma;
		color: #484848;
		font-size: 11px;
		border: none;
		margin: 0px
	}
	
.title
	{
		font-family: impact;
		color: #FFFFFF;
		font-size: 14px;
		letter-spacing: 1px;
	}
	
.button
	{
		font-family: impact;
		color: #FFFFFF;
		font-size: 14px;
		letter-spacing: 1px;
		text-decoration: none
	}
	
.note
	{
		font-family: tahoma;
		color: #A3A3A3;
		font-size: 10px;
	}