/********************************************************
* Global Rules
********************************************************/

img { border: 0; }

body {
    background-color: #a0a0a0;
	background-image: url(images/bg_main.gif);
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0; 
	margin: 0;
    font: normal 11px Helvetica Neue, arial, verdana, sans-serif;
}

hr, .nodisp { display: none; }
ul { list-style: none; }
table { font-family: Arial; font-size: 11px; }
strong { font-weight: bold; }

a, a:link, a:visited {
    color: #39B4D8;
    text-decoration: underline;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

.ver_11{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4em;
	text-align: left;
	padding: 1px 20px 3px 20px;
	
}

