body 
{
	color: #134b65;
    font-family: Arial, Verdana, Tahoma, 'Arial Narrow';
    font-weight: normal;
    font-size: 12px;
}
a:link
{
    FONT-WEIGHT: 500;
    COLOR: #840c0c;
}
a:active
{
    FONT-WEIGHT: 500;
    COLOR: #840c0c;
}
a:hover
{
    FONT-WEIGHT: 500;
    COLOR: #840c0c;
    TEXT-DECORATION: none
}
a:visited
{
    FONT-WEIGHT: 500;
    COLOR: #840c0c;
}
H1
{
    FONT-WEIGHT: bold;
    FONT-STYLE: italic;
    FONT-FAMILY: Cambria,'Times New Roman', Times, Verdana
}
H2
{
    FONT-SIZE: large;
    BORDER-BOTTOM: 1px solid;
    FONT-STYLE: italic;
    FONT-FAMILY: Cambria,'Times New Roman', Times, Verdana;
    BACKGROUND-COLOR: transparent
}
TH
{
    FONT-WEIGHT: bold;
}
H4
{
    FONT-WEIGHT: bold;
    FONT-SIZE: x-small;
    FONT-FAMILY: Verdana
}
H3
{
    FONT-WEIGHT: bold;
    FONT-SIZE: medium;
    FONT-STYLE: italic;
    FONT-FAMILY: Cambria,'Times New Roman', Times, Tahoma;
    BACKGROUND-COLOR: transparent
}
input
{
    border: outset 1px #ffffff;
    FONT-SIZE: 7pt;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #c7dae1;
}
input[type='checkbox']
{
    cursor: pointer;
    background-color: #ffffff;
    border: none;
    
}
input[type='radio']
{
    cursor: pointer;
    background-color: #ffffff;
    border: none;
}
select
{
    FONT-SIZE: 7pt;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #c7dae1;
}

img
{
	border:none;
}
caption
{
    font-weight: bold;
    font-family:Tahoma
}