@charset "utf-8";
/* CSS by. Vara */

body { margin:0px; padding:0px; background-color:#FFFFFF;} 

.bgtop {
	background-color: #FFFFFF;
	background-image: url(../images/body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	.bgtop2 {
		background-color: #FFFFFF;
		background-image: url(../images/body2.gif);
		background-repeat: repeat-x;
		background-position: left top;
		}
	
	.link { font-family:Arial, Helvetica, sans-serif;
			font-size:9pt;
			color:#FFFFFF;
			text-decoration:none;
			}
			
		.link:hover {
			color:#ff9900;
			text-decoration:none;
			}
	
	.line { 
		font-family:Arial, Helvetica, sans-serif;
		font-size:9pt; 
		color:#cccccc;
		}
		
	.news {
		background-repeat: repeat-y;
		background-position: left top;
		background-image: url(../images/bgnews.png);		
		}
	.h5 {
		font-family: Tahoma;
		font-size: 8pt;
		line-height: 11pt;
		color:#434343;
		text-align: justify;
		}

	.h6 {
		font-family: Tahoma;
		font-size: 8pt;
		line-height: 12pt;
		color:#434343;
		text-align: justify;
		}
		
	.h6:link {
	    font-family: Tahoma;
		text-decoration:none;
		font-size: 8pt;
		line-height: 12pt;
		color:#434343;
		text-align: justify;
		}
		
	.h6:hover {
	    font-family: Tahoma;
		text-decoration:none;
		font-size: 8pt;
		line-height: 12pt;
		color:#666666;
		text-align: justify;
	}
	.linedash {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #cccccc;
		}
		
	.h1 {
		font-family:Tahoma;
		font-size:12pt;
		color:#434343; 
		}

	.menu2 { color:#434343; text-decoration:none; }
		.menu2:hover { color:#376ea0; text-decoration:none; border-bottom: dashed 1px #376ea0; }
	.menu3 { color:#434343; text-decoration:none; }
		.menu3:hover { color:#376ea0; text-decoration:none; border-bottom: dotted 1px #376ea0; }
		
/* FOOTER */
.footer { font-family: Tahoma; font-size: 8pt; line-height: 12pt; color: #FFFFFF; }
	.footlink { color:#FFFFFF; text-decoration:none; }
		.footlink:hover { color:#FFFFFF; text-decoration:none; border-bottom: 1px dotted #FFFFFF; }

