/* CSS Document */

/* -- undo HTML -- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}


/* -- basic HTML elements -- */
a:link {color:#333333; text-decoration:underline;}
a:hover, a:focus {
color:#040f6f;
text-decoration:underline;
}
a:visited {
color:#333333;
}

abbr {text-transform: uppercase; color: #333333; font-size: 0.9em; font-style: normal;}







/* common */

td.fs15_pad15_bld{
font-size:15px;
padding-left:15px;
font-weight:bold;
}

td.fs17_pad15_bld{
font-size:17px;
padding-left:15px;
font-weight:bold;
}
td.pad200{
padding-left:120px;
}

td.fs12_pad15_lh140{
font-size:12px;
padding-left:15px;
padding-right:15px;
line-height:140%;
}

td.fs12{
font-size:12px;
}



.red{
color:#FF0000;
}

.wine{
color:#990000;
}

.blue{
color:#0066CC;
}
