﻿.textStyle
{
    font-family: Tahoma;
    font-size: medium;
    color: #610000;
    text-align: left;
	background-color: #F2F1D2;
}
.textEmailStyle
{
    font-family: Tahoma;
    font-size: medium;
    color: #000000;
    text-align: left;
	background-color: #FFFFFF;
}
.textOrbitzStyle
{
    font-family: Tahoma;
    font-size: xx-small;
    color: #610000;
    text-align: right;
	background-color: #F2F1D2;
}
.textTinyStyle
{
    font-family: Tahoma;
    font-size: xx-small;
    color: #610000;
    text-align: center;
	background-color: #F2F1D2;
	text-decoration: none;
}
.textBoldStyle
{
    font-family: Tahoma;
    font-size: medium;
    color: #610000;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
	background-color: #F2F1D2;
}
.textErrorStyle
{
    font-family: Tahoma;
    font-size: x-large;
    color: Red;
    text-align: left;
    font-weight: bold;
    padding-top: 10px;
	background-color: #F2F1D2;
}
.orbitzSoftwareStyle
{
	cursor: pointer;
}
