body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#header {
	color: #000099;
	background-image: url(images/header_bkgr.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
	height: 35px;
	margin-top: 25px;
	padding-top: 25px;
}

#header a {
	color: #000099;
	text-decoration: none;
}
#header a:hover {
	color: #333333;
	text-decoration: underline;
}
.warning a{
	font-size: x-small;
	color: #CC0000;
}
.warning{
	font-size: x-small;
	color: #000000;
	text-transform: uppercase;
}
.capital {
	font-variant: small-caps;
}
.blue {
	color: #FFFFFF;
	background-color: #000099;
	font-size: 16px;
	margin-top: 2px;
	padding-top: 2px;
	text-indent: 5%;
	font-weight: bold;
	font-variant: small-caps;
	text-align: center;
}

#content {
	min-height: 400px;
	margin-top: 2px;
	padding-top: 2px;
}
h1 {
	color: #000099;
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	vertical-align: middle;
}
#plan h2{
	color: #000099;
	font-size: 16px;
	margin-top: 2px;
	padding-top: 2px;
	text-indent: 5%;
}
#plan h3{
	margin-bottom: 1px;
	padding-bottom: 1px;
}
table {
	width: 100%;
	border: 1px solid #333333;
	cellpadding: 5;
	cellspacing: 1;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	border: 1px solid #333333;
	vertical-align: middle;
	margin: 5px;
	padding: 5px;
}

td .small {
	width: 300px;
}
td .half{
	width: 50%;
}

a { 
	color: #000099;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
}
#box {
	margin:50px 0px; padding:0px;
	text-align:center;
}
#insidebox {
	width:236px;
	margin:0px auto;
	text-align:center;
	padding:15px;
}