﻿body 
{
    width:95%;
    height:100%;
    margin: 10px;
    
    font-family: Verdana;
    font-size: 14px;
    background: #ed5340;
    
}

IMG
{
    border: 0;
}


.textColor01, .textColor01 A, .textColor01 A:Link, .textColor01 A:Visited
{color:#000000;}

.textColor02, .textColor02 A, .textColor02 A:Link, .textColor02 A:Visited
{ color:#ed5340 }


.textDecor01, .textDecor01 A, .textDecor01 A:Link, .textDecor01 A:Visited
{ text-decoration: none; }

.textDecor02, .textDecor02 A, .textDecor02 A:Link, .textDecor02 A:Visited
{ text-decoration: underline; }


.text_sm {font-size: 12px; }

.text_med{font-size: 14px; }

.text_lar{font-size: 16px; }

.text_xl{font-size: 18px; }

.text_xxl{font-size:14px; }

.textbox01
{
    font-family: Arial; 
    width: 300px;
    font-weight: bold;
}

.textbox02
{
    font-family: Arial; 
    width: 200px;
    font-weight: bold;
}

.textbox03
{
    font-family: Arial; 
    width: 100px;
    font-weight: bold;
}

.menu, .menu A, .menu A:Link, .menu A:Visited
{ text-decoration:none; color: #000000; font-weight:bold; }
    

.errorBox
{
    background-color: red;
    font-weight:900;
    padding: 10px;
    border: solid 3px white;
}


