﻿body
{
    font-family: Arial;
    font-size: small;
}

body a:link {
	color: #0087C0;
	text-decoration: none;
}
body a:visited {
	text-decoration: none;
	color: #0087C0;
}
body a:hover {
	text-decoration: underline;
	color: #474A77;
}
body a:active {
	text-decoration: none;
	color: #0087C0;
}

.orderFormBorder
{
    border: solid 1px #000000;
    width: 300px;
}

.orderFormContents
{
    background-color: #E8E8E8;
    border: solid 4px #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    width: 300px;
}

.orderFormPublicationList
{
    background-color: #E8E8E8;
}

.thankYouMessageBorder
{
    border: solid 1px #0087C0;
    width: 520px;
}

.thankYouMessageContents
{
    background-color: #E8E8E8;
    border: solid 4px #FFFFFF;
    font-size: large;
    padding: 4px;
    text-align: center;
    width: 520px;
}

.orderForm_uxbtnSubmit
{
    background-color: #00CC33;
    border: solid 1px #000000;
    color: #FFFFFF;
    font-weight: bold;
}

.smallFontRed
{
    color: #FF0000;
}

/* Hawaiian Telecom */
.HTLargeFont
{
    color: #0087C0;
    font-size: xx-large;
}