body
{
	font-family: arial, sans-serif;
}

a
{
    color: #8c340e;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}

p.error
{
	border: solid red 1px;
	padding: 5px;
}

p.notice
{
	border: solid #03904c 1px;
	padding: 5px;
}

p.priceInfo
{
    background-color: #f2c4ff;
    padding: 5px;
    border: dotted #8c340e 1px;
    margin: 10px 3px;
}

p.priceInfo span
{
    color: #8c340e;
    font-weight: bold;
}

table 
{
    border-collapse: collapse;
    width: 70%;
    margin: 0px auto;
    font-size: smaller;
}

table td
{
    border: dotted black 1px;
    padding: 2px 5px;
}

th
{
    background-color: #a9ced0;
    padding: 5px;
    border: dotted black 1px;
}

tr.even
{
    background-color: #cff5f7;
}

table.specialDests tbody
{
    border: dotted black 2px;
}

.center
{
    text-align: center;
}
