.title
{
	color: red;
}

div
{
	margin-bottom: 10px;
}

body
{
	margin-top: 5px;
	background-color: #f7f9fe;
}

h1,h2,h3{
	color: #44749d;
}

a{
	color: #44749d;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.blue_bold{
	color: #44749d;
	font-weight: bold;
}

.error{
	color: red;
	width: 100%;
}

.splash_image
{
	border: 2px solid #bed2d9;
}

.splash_image:hover{
	border: 2px solid #44749d;
}

.page_image{
	border: 2px solid #bed2d9;
}

ul#navlist
{
text-align: center;
}

#navlist li
{
display: inline;
list-style-type: none;
}



#navlist a:link, #navlist a:visited
{
color: #bed2d9;
text-decoration: none;
font-size: 24pt;
font-weight: bold;
}

#navlist a:hover, a:active
{
color: #44749d;
text-decoration: none;
}

/* ------------------------------------------------------
 * Forms Magic
 * ------------------------------------------------------
 *
 */
label {
    width: 7em;
    float: left;
    text-align: left;
    margin-right: 0.5em;
    display: block;
    font-weight: bold;
    font-size: 0.8em;
	color: #44749d;
} .submit input {
    margin-left: 4.5em;
} .p_form {
    margin-bottom: 10px;
	font-size: 1.1em;
} .p_confirm {
    margin-bottom: 10px;
    font-style: italic;
} .p_note {
    font-size: 0.9em;
} .p_strike {
    text-decoration: line-through;
} .td_account_confirm_title {
    font-weight: bold;
    text-align: right;
} .readonly {
    background-color: #017dc3;
}

input, textarea, select {
    border: 0px;
    background-color: #bed2d9;
    color: black;
    padding: 7px;
    font-weight: bold;
} .submit {
    border: 1px solid white;
}