    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:600px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
    }

hr {
color: #99CCFF;
background-color: #99CCFF;
height: 2px;
width:95%%;
margin: 0 auto 0 0;
}

	a {
    	color:#369;
	}
	a:hover {
		color:#fff;
		background:#369;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.10em 0 .10em 0;
        padding:0;
				    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
	}
	
	
	
	/* Header styles */
  
	#ads {
	
	float:right;
	}
	
	  #header {
        clear:both;
        float:left;
        width:100%;
		  background:url(fundo.jpg) repeat-x left #AAB6D2;   
  }
.abrir ul li
{
background-image: url(imagens/abrir.gif);
background-repeat: no-repeat;
background-position: 0.4em;
padding-left: 1.4em;
padding-bottom: 0.8em;
}
.download ul li
{
background-image:url(imagens/download.jpg);
background-repeat: no-repeat;
background-position: -1,4em;
padding-left: 3.4em;
padding-bottom: 0.8em;
}
	#header {
		border-bottom:1px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
	      padding:.4em 15px 0 15px;
        margin:0;
				color:#FFF;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#eee;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
	    background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:left;
	}
	/* column container */
	.colmask {
	    position:relative;		/* This fixes the IE7 overflow hidden bug */
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow:hidden;	/* This chops off any overhanging divs */
	}
	/* common column settings */

.colright,
	.colmid{
		float:left;
		width:100%;				/* width of page */
		position:relative;
}
	
	


	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
}

	
	
	
	
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
								only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	

	
	}
	/* 3 Column settings */
	.threecol {
		background:#eee;		/* right column background colour */
	}
	.threecol .colmid {
		right:10%;				/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:74%;				/* width of the middle column */
		background:#f4f4f4;		/* left column background colour */
	}
	.threecol .col1 {
		width:60%;				/* width of center column content (column width minus padding on either side) */
		left:102%;				/* 100% plus left padding of center column */
	}

	


	.threecol .col2 {
		width:13%;				/* Width of left column content (column width minus padding on either side) */
		left:25%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		background:#f4f4f4;
		width:25%;				/* Width of right column content (column width minus padding on either side) */
		left:89%;				/* Please make note of the brackets here:
								(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
	 color:#FFF;
			
		border-top:1px solid #000;
     background:url(fundo.jpg) repeat-x left #AAB6D2;
      
		}
    #footer p {
        padding:10px;
        margin:0;
				background:transparent;
    }
 #footer a {
        padding:10px;
        color:#FFF;
				margin:0;
    }
div.container {width:98%; margin:1%;}
  table#table1 {text-align:center; margin-left:auto; margin-right:auto; width:230px;}
  tr,td {text-align:center;}
/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-right, .ja-box-rightcol {
	float: left;
	overflow: hidden;
	padding: 0;
}

.ja-box-full div.moduletable,
.ja-box-left div.moduletable,
.ja-box-right div.moduletable,
.ja-box-rightcol div.moduletable {
	padding: 0 20px 20px 20px;
}

.ja-box-left div.moduletable h3,
.ja-box-full div.moduletable h3 {
	background: #92A3AE;
}

.ja-box-left,
.ja-box-full {
	background: #FFFFFF;
}

.ja-box-right div.moduletable h3 {
	background: #5D6B74;
}

.ja-box-right {
	background: #F4F6F7;
}

.ja-box-rightcol div.moduletable h3 {
	background: #3C4A53;
}

.ja-box-rightcol {
	background: #E3E8EB;
}

/* Bottom Spotlight */
#ja-botslwrap {
	float: left;
	clear: both;
	width: 100%;
}

#ja-botsl {
}

#ja-botsl h3 {
	color: #FFFFFF;
	margin: 0 -20px 10px;
	padding: 6px 20px;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ja-botsl div.moduletable {
	margin: 0;
}

#ja-botsl ul {
	padding: 0;
	margin: 0 !important;
}

#ja-botsl li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 10px;
}

#ja-botsl td {
	padding: 0;
}

#ja-botsl .article_seperator {
	display: none;
}

#ja-botsl table {
	border-spacing: 0;
	border-collapse: collapse;
}

/* top mods */
#ja-bots2wrap {
	float: left;
	clear: both;
	width: 100%;
}

#ja-bots2 {
}

#ja-bots2 h3 {
	color: #FFFFFF;
	margin: 0 -20px 10px;
	padding: 6px 20px;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#ja-bots2 div.moduletable {
	margin: 0;
}

#ja-bots2 ul {
	padding: 0;
	margin: 0 !important;
}

#ja-bots2 li {
	padding: 0 0 0 13px;
	margin: 0;
	background: url(../images/bullet-list.gif) no-repeat 2px 10px;
}

#ja-bots2 td {
	padding: 0;
}

#ja-bots2 .article_seperator {
	display: none;
}


#ja-bots2 table {
	border-spacing: 0;
	border-collapse: collapse;
}

ul#vmenu {
width:198px;
border:1px solid #FFF;
background:#D6190B;
margin:0;
padding:0;
list-style-type:none;
border-bottom:2px solid #FFF;
}
ul#vmenu li {
border-bottom:1px solid #EB2914;
}
ul#vmenu li a:link, ul#vmenu li a:visited {
display:block;
height:1%;
text-decoration:none;
font-family: verdana;
font-size:14px;
color:#FFFFFF;
border-left:10px solid #EB2914;
padding-left:5px;
}
ul#vmenu li 
a:hover {
background-color: #AE544E;
color:#FFFFFF;
border-left:10px solid #770F06;
font-style:italic
} 

