﻿body
{
    margin: 0px;
    height: 300px;
    width: 800px;
    font-family: Tahoma;
    background-color: White;
    text-align: center;
}

a img
{
    border: none;
}

.title
{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #435f6c;
    padding-bottom: 0px;
}

.minititle
{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #435f6c;
    padding-bottom: 0px;
}

.videonote
{
    font-size: 12px;
    text-align: center;
    color: #435f6c;
    text-align: justify;
    margin-left: 60px;
    margin-right: 60px;
}

.description
{
    font-size: 16px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
    text-align: justify;
    color: Gray;
}

.description b
{
    font-size: 15px;
    color: #435f6c;
}

.description_list
{
    font-size: 16px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    color: Gray;
}

.description a, .description_list a, .description a:visited, .description_list a:visited
{
    font-weight: bold;
    text-decoration: none;
    color: #435f6c;
}


.centeredImage
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

.colContainer
{
    margin: 0px;
    height: 55px;
    width: 800px;
    font-family: Tahoma;
    background-color: White;
    float: left;
    padding-bottom: 1px;
}
.col1
{
    height: 100%;
    float: left;
    width: 33%;
}
.col2
{
    height: 100%;
    float: left;
    width: 33%;
}
.col3
{
    height: 100%;
    float: left;
    width: 33%;
}

.columnItem
{
    height: 100%;
    font-size: 16px;
    color: Gray;
    text-align: center;
    padding-left:10px;
     padding-right:10px;
}

.columnItem a
{    
    font-weight: bold;
    text-decoration: none;
    color: #435f6c;
}

.video
{
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('images/daqotasystems_trulog_videogb.jpg');
    height: 385px;
    min-height: 385px;
    width: 640px;
    text-align: center;
}
