/*
////////////////////////
// WEBSITE INTERFASE //
///////////////////////
*/
body {
	margin: 0cm 0cm 0cm 0cm;
	background-color: #FFFFFF;
	background-image: url(images/brushed-metal-002929-medium-gray.jpg);
	/*background-repeat:no-repeat;
	background-position: top center;*/
	background-attachment:fixed;
}
table{
	color:#3F3F3F;
	font-family: Tahoma;
	font-size: 12px;
}
h1{
	font-family: Tahoma;
	color:#5B3A6B;
	font-size:17px;
	margin-bottom:0px;
	margin-top:0px;
}
h1 a:link, h1 a:visited {
	color: #5B3A6B;
	text-decoration: none;
}
h1 a:hover, h1 a:active {
	color: #EA9800;
	text-decoration: underline;
}

form{margin:0;}
h2{
	font-family:Tahoma;
	color:#AA6F00;
	font-size:12px;
	margin-bottom:0px;
	margin-top:0px;
}
h2 a:link, h2 a:visited {
	color: #AA6F00;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #EA9800;
	text-decoration: underline;
}

h3 {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
}
h4 {
	color: #FFFF00;
	font-size: 18px;
	margin-bottom:0px;
	margin-top:0px;
}
.small{
	color:#3F3F3F;
	font-family: Tahoma;
	font-size: 10px;
}
.menu{
padding:11px 0px 0px 0px;
}
/*ligas*/	
a.lig:link, a.lig:visited {
	color: #5B3A6B;
	font-weight:bold;
	background-color: #FFFFFF;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #5B3A6B;
	padding: 0px 4px 0px 4px;
}
a.lig:hover, a.lig:active {
	color: #FFFFFF;
	background-color: #6D4581;
	border-width: 2px;
	border-color: #996CAE;
}
a.lig0:link, a.lig0:visited {
	color: #FFFFFF;
	font-weight:bold;
	background-color: #6D4581;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #5B3A6B;
	padding: 0px 4px 0px 4px;
}
a.lig0:hover, a.lig0:active {
	border-width: 2px;
	border-color: #996CAE;
}

a.lig1:link, a.lig1:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding:2px;
	display: block;
	width:auto;
}
a.lig1:hover, a.lig1:active {
	color:#FFAA0D;
	background:#6E4681;
	text-decoration: none;
}


a.lig2:link, a.lig2:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	padding:2px;
	display: block;
	width:auto;
}
a.lig2:hover, a.lig2:active {
	color:#FFFFFF;
	text-decoration: none;
	background:#BB7900;
}

a.lig3:link, a.lig3:visited {
	color: #5B3A6B;
	font-weight:bold;
	text-decoration: none;
}
a.lig3:hover, a.lig3:active {
	color: #7A4E8F;
	text-decoration: underline;
}
a.lig4:link, a.lig4:visited {
	color: #AA6F00;
	font-weight:bold;
	text-decoration: none;
}
a.lig4:hover, a.lig4:active {
	color: #EA9800;
	text-decoration: underline;
}


a.ligx:link img, a.ligx:visited img
{
	margin-bottom:0px;
	border-color: #5B3A6B;
	border-style: solid;
	border-width: 2px;
}
a.ligx:hover img, a.ligx:active img
{
	border-color: #D78B00;
	border-style: solid;
	border-width: 2px;
}

div.content {padding:5px 5px 5px 5px;}
div.content img {border: 0px solid #005EBB;}
div.content p
	{
		text-align:justify;
		margin-bottom:0px;
		margin-top:0px;
	}
.floatright
{
float: right;
padding: 3px;
margin: 0px 0px 0px 0px;
/*background-color: #ddd;
border: 1px solid #66666;*/
}
.floatleft
{
float: left;
padding: 3px 3px 0px 3px;
margin: 0px 0px 0px 0px;
}
p { margin-top: 0; }

.bold {
	font-weight: bold;
	}
 
.italics {
	font-style: italic;
	}
 
.underline {
	text-decoration: underline;
	}
 
.strikethrough {
	text-decoration: line-through;
	}
 
.overline {
	text-decoration: overline;
	}
.quotecodeheader {
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
 
.codebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #006600;
	border: 1px solid #BFBFBF;
	}
 
.quotebody {
	background-color: #FFFFFF;
	font-family: Courier new, courier, mono;
	font-size: 12px;
	color: #660002;
	border: 1px solid #BFBFBF;
	}
 
.listbullet {
	list-style-type: disc;
	list-style-position: inside;
	}
 
.listdecimal {
	list-style-type: decimal;
	list-style-position: inside;
	}
 
.listlowerroman {
	list-style-type: lower-roman;
	list-style-position: inside;
	}
 
.listupperroman {
	list-style-type: upper-roman;
	list-style-position: inside;
	}
 
.listloweralpha {
	list-style-type: lower-alpha;
	list-style-position: inside;
	}
 
.listupperalpha {
	list-style-type: upper-alpha;
	list-style-position: inside;
	}
hr
	{
		margin: 4px 0px 0px 0px;
		/*margin-top: 1px dashed gray;*/
	}

/*MOUSE SELECTION CODE*/
::-moz-selection{
	background:#8D59A5;
	color:#fff;
}

::selection {
	background: #8D59A5;
	color:#fff;
}

.inputbox {
	background-color: #FFFFFF;
	color: #5B3A6B;
	/*background-image : url(bajamix/txtbox-bg.gif);*/
	border-style:solid;
	border-color:#C6AED2;
	border-width: 2px;
	font-size: 12px;
}
.inputbox:focus {
	background-color:#4FA800;
	border-color: #D78B00;
	color: #FFFFFF;
}
.inputbtn {
	color: #F7A300;
	background-color: #5B3A6B;
	border-color: #C6AED2;
	border-width: 2px;
	border-style: solid;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
}
.inputbtn:hover {
	background-image:none;
	background-color:#D78B00;
	color: #FFFFFF;
	border-color: #C48000;
}
