@font-face { font-family: Roboto; src: url(../_fonts/Roboto/Roboto-Regular.ttf); }
@font-face { font-family: Roboto; font-style: italic; src: url(../_fonts/Roboto/Roboto-Italic.ttf); }
@font-face { font-family: Roboto; font-weight: bold; src: url(../_fonts/Roboto/Roboto-Bold.ttf); }
@font-face { font-family: Roboto; font-weight: bold; font-style: italic; src: url(../_fonts/Roboto/Roboto-BoldItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 100; src: url(../_fonts/Roboto/Roboto-Thin.ttf); }
@font-face { font-family: Roboto; font-weight: 100; font-style: italic; src: url(../_fonts/Roboto/Roboto-ThinItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 200; src: url(../_fonts/Roboto/Roboto-Light.ttf); }
@font-face { font-family: Roboto; font-weight: 200; font-style: italic; src: url(../_fonts/Roboto/Roboto-LightItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 300; src: url(../_fonts/Roboto/Roboto-Light.ttf); }
@font-face { font-family: Roboto; font-weight: 300; font-style: italic; src: url(../_fonts/Roboto/Roboto-LightItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 400; src: url(../_fonts/Roboto/Roboto-Regular.ttf); }
@font-face { font-family: Roboto; font-weight: 400; font-style: italic; src: url(../_fonts/Roboto/Roboto-Italic.ttf); }
@font-face { font-family: Roboto; font-weight: 500; src: url(../_fonts/Roboto/Roboto-Medium.ttf); }
@font-face { font-family: Roboto; font-weight: 500; font-style: italic; src: url(../_fonts/Roboto/Roboto-MediumItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 600; src: url(../_fonts/Roboto/Roboto-Medium.ttf); }
@font-face { font-family: Roboto; font-weight: 600; font-style: italic; src: url(../_fonts/Roboto/Roboto-MediumItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 700; src: url(../_fonts/Roboto/Roboto-Bold.ttf); }
@font-face { font-family: Roboto; font-weight: 700; font-style: italic; src: url(../_fonts/Roboto/Roboto-BoldItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 800; src: url(../_fonts/Roboto/Roboto-Bold.ttf); }
@font-face { font-family: Roboto; font-weight: 800; font-style: italic; src: url(../_fonts/Roboto/Roboto-BoldItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 900; src: url(../_fonts/Roboto/Roboto-Black.ttf); }
@font-face { font-family: Roboto; font-weight: 900; font-style: italic; src: url(../_fonts/Roboto/Roboto-BlackItalic.ttf); }
@font-face { font-family: Roboto; font-weight: 950; src: url(../_fonts/Roboto/Roboto-Black.ttf); }
@font-face { font-family: Roboto; font-weight: 950; font-style: italic; src: url(../_fonts/Roboto/Roboto-BlackItalic.ttf); }

BODY
{
    font-family: Roboto;
    font-size: 16px;
}
TABLE
{
    font-family: Roboto;
    font-size: 16px;
    color: black;
}
TD {
	padding: 12px;
}
.TopArea
{
    font-family: Roboto;
    font-size: 14px;
    font-weight: bolder;
    color: white;
    white-space: nowrap;
}
.Small
{
    font-family: Roboto;
    font-size: 14px;
}
.Big
{
    font-family: Roboto;
    font-size: 18px;
}
.Bigger
{
    font-family: Roboto;
    font-size: 20px;
}
#a_external
{
    font-family: Roboto;
    font-size: 16px;
    color: black;
}
