﻿
body {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	SCROLLBAR-FACE-COLOR: #a8b8ce; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #ffffff; 
	SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #ffffff; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

.texto
{
	font-size: 16px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}

.texto2
{
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
}

.languageLink:link    { color: #00688E; text-decoration: none; }
.languageLink:visited { color: #00688E; text-decoration: none; }
.languageLink:hover   { color: #002261; text-decoration: none; }
.languageLink:active  { color: #00688E; text-decoration: none; }
.languageFlag { display:none; position:absolute; border: 0px solid #000000; padding: 0px; width: 5px; text-align:left; }

.text
	{
		color: #3e3e3e;
		text-align:left;
	}

.field
	{				
		background-color: #FFFFFF;
		border-left: 1px solid #DFDFDF;
		border-right: 1px solid #F2F2F2;
		border-top: 1px solid #DFDFDF;
		border-bottom: 1px solid #F2F2F2;
		color: #000000;
	}

.button
	{
		font-family: Verdana, Tahoma, Arial;
		font-size: 10px;
	}

#pscroller1
	{
		width: 200px;
		height: 133px;
		border: 3px solid #8697b2;
		padding: 5px;
		background-color: white;
		font-weight: bold;
		text-align:left;
	}

#pscroller1 a
	{
		text-decoration: none;
		color: #000;
	}

.someclass
	{
		/*class to apply to your scroller(s) if desired*/
	}

.IE8Fix
	{
		z-index: 1000;
	}
