/* CSS Vanpat */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.mainframe
{
	background-image:url(../images/index_r1_c6.jpg);
	background-repeat:repeat-x;
}


a {	
	color: #333333;
	font-weight:bold;
}

a:link {	
	text-decoration: none;
}

a:visited {
	text-decoration: none;	
}

a:hover {
	text-decoration: none;	
	color: #FF9900;
}

a:active {
	text-decoration: none;
}


.texto {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	font-weight: normal;
}


.titulos {
	font-family: Tahoma;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}


.titulosblanco {
	font-family: Verdana;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.titulosazul {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #162B6C;
}


.cbox {
	font-family: Tahoma;
	font-size: 11px;
	border: thin none #EAF1F7;
	list-style-type: square;
}


.textbox {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.buttons {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border: thin solid #333333;
	background-color: #333333;
}

form
{
	margin:0;
	padding:0;
}

ul
{        				
		list-style-type:square;		
		margin-left:5px;
		/*margin:5px;
		padding:0;*/
}

li
{        				
		list-style-type:square;		
		/*margin:0;
		padding:0;*/
}

li a
{        				
		display: block;
		padding:4px;		
		text-decoration:none;
		color:#1E1C59;
}

li a:link, li a:visited
{	
	background-color:#FFFFFF;      	
}

li a:hover
{
	background-color:#F4F4F7;   	
}


li li{        
		
		list-style-type:square;
		color:#B5C026;
		margin-left:-20px;
}

li li a:link, li li a:visited
{
	background-color:#FFFFFF; 
	color:#9999DD;       	
}

li li a:hover
{
	background-color:#F4F4F7;  
	color:#9999DD;      	
}