html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

body, th, td, input, p {
  font-family: verdana, sans-serif;
  font-family: "Trebuchet MS", verdana, sans-serif;
  font-size: 10pt;
  color: 1A2A39;
}
.blanco {
    text-align: left; 
    font-family: Arial; 
    font-size: 11px;
    font-weight: normal;            /* options are normal, bold, bolder, lighter */
    font-style: normal;            /* options are normal or italic */
    color: #ffffff; 
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	letter-spacing: 0px;
               
    }
.texto {
    text-align: left; 
    font-family: Arial; 
    font-size: 11px;
    font-weight: normal;            /* options are normal, bold, bolder, lighter */
    font-style: normal;            /* options are normal or italic */
    color: #1A2A39; 
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	letter-spacing: 0px;
               
    }
.textot {
    text-align: left; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: normal;            /* options are normal, bold, bolder, lighter */
    font-style: normal;            /* options are normal or italic */
    color: #1582C0; 
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	letter-spacing: 0px;
               
    }
.link {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;      /* options are normal, bold, bolder, lighter */
	font-size: 11px;
    padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	letter-spacing: 0px;
    text-align: left;          
    font-style: normal;            /* options are normal or italic */
    color: #00457C;                
    }
a.link:link { color: #00457C; }
a.link:visited { color: #00457C; }
a.link:hover { color: #1394CE; }
.linktop {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;      /* options are normal, bold, bolder, lighter */
	font-size: 11px;
    padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 1px;
	letter-spacing: 0px;
    text-align: left;          
    font-style: normal;            /* options are normal or italic */
    color: #1394CE;                
    }
a.linktop:link { color: #1394CE; }
a.linktop:visited { color: #1394CE; }
a.linktop:hover { color: #ffffff; }
.linkw {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: bold;      /* options are normal, bold, bolder, lighter */
	font-size: 11px;
    padding: 0px 20px;
    text-align: left;          
    font-style: normal;            /* options are normal or italic */
    color: #1394CE;                
    }
a.linkw:link { color: #1394CE; }
a.linkw:visited { color: #1394CE; }
a.linkw:hover { color: #000000; }
.linkgray {
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-weight: normal;      /* options are normal, bold, bolder, lighter */
	font-size: 11px;
    padding: 0px 5px;
    text-align: left;          
    font-style: normal;            /* options are normal or italic */
    color: #A0CCEF;                
    }
a.linkgray:link { color: #A0CCEF; }
a.linkgray:visited { color: #A0CCEF; }
a.linkgray:hover { color: #ffffff; }

.numbers {
    border-style: ridge;            /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    border-width: 0px;
    border-color: #666666;    /* change the border color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 0px 0px;
    width: 22px;
    text-align: center; 
    font-family: Arial; 
    font-size: 14px;
    font-weight: bold;            /* options are normal, bold, bolder, lighter */
    font-style: normal;            /* options are normal or italic */
    color: #FFFFFF;                /* change color using the hexadecimal color codes for HTML */
    }
	.numbers1 {
 
    border-width: 0px;
    border-color: #666666;    /* change the border color using the hexadecimal color codes for HTML */
    background: transparent;    /* change the background color using the hexadecimal color codes for HTML */
    padding: 0px 0px;
    width: 50px;
    text-align: left; 
    font-family: Arial; 
    font-size: 12px;
    font-weight: bold;            /* options are normal, bold, bolder, lighter */
    font-style: normal;            /* options are normal or italic */
    color: #FFFFFF;                /* change color using the hexadecimal color codes for HTML */
    }
.title {                    /* the styles below will affect the title under the numbers, i.e., “Days”, “Hours”, etc. */
    border: none;    
    padding: 0px;
    width: 19px;
    text-align: center; 
    font-family: Arial; 
    font-size: 9px; 
    font-weight: normal;            /* options are normal, bold, bolder, lighter */
    color: #FDB813;                /* change color using the hexadecimal color codes for HTML */
    background: transparent;  /* change the background color using the hexadecimal color codes for HTML */
    }
#form {
    width: 200px;
    border: none;            /* options are none, dotted, dashed, solid, double, groove, ridge, inset, outset */
    }
input { 
font-family: Verdana, Verdana, Arial; 
font-size: 11px; color: #003082; 
background-color: #ffffff; 
border: #ffffff; 
border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px
}
 #ticker-container {
        position:relative;
        overflow:hidden;
        width: 190px;
        height: 250px;
        background-color: ffffff;
        background-repeat: repeat;
        padding: 2px;
        border: Defaultpx solid #ff9933;
        }
	
	#ticker {
		position:relative;
		width:150px;
	}
	
	#ticker ul {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	#ticker ul li {
            display:list-item;
            margin-top: 1px;
            margin-bottom: 1px;
            padding-top: 1px;
            padding-bottom: 1px;
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: #0000ff;
            padding-left: 2px;
	}
	
	#ticker ul li a {
            font-family: arial;
            font-size: xx-small;
            font-weight: normal;
            color: #000099;
            text-decoration: none;
            padding-left: 2px;
	}

        #ticker ul li a:hover {
            font-family: arial;
            font-size: xx-small;
            color: #0000ff;
            text-decoration: none;
            padding-left: 2px;
        }
FONT, TD, BODY, P, DIV { font-family: Arial, sans-serif; font-size: 12px }
body {    scrollbar-base-color: #CFCDC8;
          scrollbar-arrow-color: #FFFFFF;
		  scrollbar-track-color: #F9F8F4;
	      scrollbar-darkshadow-color: #CFCDC8;
		  scrollbar-shadow-color: #CFCDC8;
     }

INPUT, SELECT, TEXTAREA, FORM { font-family: Arial, sans-serif; font-size: 11px }

a { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:active { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:visited { font-family: Arial, sans-serif; color: #336699; text-decoration: none }
a:hover { font-family: Arial; color: #3399FF; text-decoration: none }

.error 		 {COLOR: #FF0000; FONT-SIZE: 11px; FONT-WEIGHT: bold; FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; TEXT-DECORATION: none}
.title { font-family: Arial, sans-serif; background: none; color: #000000; font-size: 16px; font-weight: bold; text-decoration: none }
.footer  {COLOR: #808080; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif; TEXT-DECORATION: none}

.div {color: #FFFFFF; font-family: Tahoma; font-size: 10pt; font-weight: bold; 
               border: 1px dotted #ffffff; margin-left: 10; margin-right: 10; 
               background-color: #0072A8; line-height:250%}
