/*
'========================================
'CREATED : 16-10-2006
'MODIFIED : 16-10-2008
'========================================
'PAGE HEADER INCLUDE
'========================================
*/

body { font-family: Tahoma; color: #666666; font-size:10pt; text-decoration:none; font-weight:normal; }
table { font-family: Tahoma; color: #888888; font-size:10pt; text-decoration:none; font-weight:normal; }

    .nmBlue { font-family: Tahoma; color: #0080FF; font-size: 10pt; font-weight: normal; }
    .nmDarkBlue { font-family: Tahoma; color: #504080; font-size: 10pt; font-weight: normal; }
    .nmRed { font-family: Tahoma; color: #FF0000; font-size: 10pt; font-weight: normal; }
    .nmGray { font-family: Tahoma; color: #888888; font-size: 10pt; font-weight: normal; }
    .nmBlack { font-family: Tahoma; color: #000000; font-size: 10pt; font-weight: normal; }
    .nmWhite { font-family: Tahoma; color: #FFFFFF; font-size: 10pt; font-weight: normal; }

    .smBlue { font-family: Tahoma; color: #0080FF; font-size: 8pt; font-weight: normal; }
    .smRed { font-family: Tahoma; color: #FF0000; font-size: 8pt; font-weight: normal; }
    .smGray { font-family: Tahoma; color: #888888; font-size: 8pt; font-weight: normal; }
    .smBlack { font-family: Tahoma; color: #000000; font-size: 8pt; font-weight: normal; }
    .smWhite { font-family: Tahoma; color: #FFFFFF; font-size: 8pt; font-weight: normal; }

    .lgGray { font-family: Tahoma; color: #888888; font-size: 12pt; font-weight: normal; }

a:link { font-family: Tahoma; color:#0080FF; font-size:10pt; text-decoration:none; font-weight:normal; }
a:visited { font-family: Tahoma; color:#0080FF; font-size:10pt; text-decoration:none; font-weight:normal; }
a:active { font-family: Tahoma; color:#0080FF; font-size:10pt; text-decoration:none; font-weight:normal; }
a:hover { font-family: Tahoma; color:#FF0000; font-size:10pt; text-decoration:none; font-weight:normal; cursor:hand; }

    a.smLink:link { font-family: Tahoma; color:#0080FF; font-size:8pt; text-decoration:none; font-weight:normal; }
    a.smLink:visited { font-family: Tahoma; color:#0080FF; font-size:8pt; text-decoration:none; font-weight:normal; }
    a.smLink:active { font-family: Tahoma; color:#0080FF; font-size:8pt; text-decoration:none; font-weight:normal; }
    a.smLink:hover { font-family: Tahoma; color:#FF0000; font-size:8pt; text-decoration:none; font-weight:normal; cursor:hand; }

input, select, textarea { 
    font-family: Tahoma; 
    color: #555555; 
    font-size: 12px; 
    font-weight: normal; 
    background-color: #FAFAFA; 
    border: 1px solid #5A89C0; 
    }

input.button { 
    font-family: Tahoma; 
    color: #FAFAFA; 
    font-size: 12px; 
    font-weight: bold; 
    background-color: #5A89C0; 
    border: 1px solid #5A89C0; 
    cursor: hand; 
    }

input.radio { 
    border: 0px solid #FAFAFA; 
    }