﻿body
{
    font-size:12px
}

td
{
  font-size:1em
}
hr
{
    width:100%;
    text-align:left;
    height:1px;
    margin:0
}
p
{
    font-size:100%;  
}
ul, li
{
    font-size:1em
}
input, textarea, select
{
    font-size:1em
}

img 
{
	border:0;
}

/*styles from v1 style sheet */
.title
{
	font-size: 15px;
	/*color:#2E64F8;*/
	color:#004a8d;
	font-weight:bold;
}

.titlePadded
{
	font-size: 15px;
/*	color:#2E64F8;*/
	color:#004a8d;
	font-weight:bold;
	padding:20px	
}

.subTitle {
	font-size: 13px;
	color: #333333;
	font-weight:bold
}

.subTitlePadded {
	font-size: 13px;
	color: #333333;
	font-weight:bold;
	padding: 0 10px 10px 20px;	
}
.BoldBlue
{
	color:#004a8d;
	font-weight:bold;
}

.contentTable
{
	margin-top:15px;
	background-color:#FFFFFF;
}

.tableBorder
{
	border:1px solid #6699FF;		
}

.formInput
{
border:1px solid #f78e1e;
}

.spaced
{
	line-height:1.7em;	
}

.shipTable
{
	border: #6699ff 1px solid;	
}
.shipTable td
{
	padding:3px;
	font-size:10px;
	text-align:center
}

#subNav {
background-color:#004a8d;
margin:0px;
padding:5px 0px;
text-align:center;
font-size:1em;
width:823px;
color:#FFFFFF;
}


