/* @group color */
.orangeText
{
    color:#ff6600;
}
.purpleText
{
    color:#800080;
}
/* @end */

/* @group sizes */
.small
{
    font-size:80%;
}
/* @end */

/* @group misc */
.index_main_left,
.index_main_right
{
    width:470px;
    margin-bottom:10px;
    background-color:#ffffff;
}
.index_main_left
{
    clear:left;
}
.index_main_right
{
    float:right;
    clear:right;
}
.index_main_left table tr td,
.index_main_right table tr td
{
    width:50%;
}
.index_main_left img,
.index_main_right img
{
    display:block;
    margin:10px 20px 80px 10px;
    width:210px;
    height:210px;
}
.index_main_left table tr td.right,
.index_main_right table tr td.right
{
    padding:10px 20px 20px 0;
}
/* @end */
