/* reusable styles */
body {
	font-family: verdana, arial, tahoma;
	font-size:12px;
}
td{
	font-family: verdana, arial, tahoma;
	font-size:12px;
}
h1
{
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
}
h2
{
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	padding:2px;
}

h3
{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding:2px;
	color: #c2d7d7;
}
h3.section
{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding:2px 0 2px 0;
	border-bottom:2px solid ;
}

.strongMessageText{
	font-size:14px;
	font-weight:bold;
}

/* grey text links in footer and header */
.textLinks a {  text-decoration:none; } 
.textLinks a:hover{ text-decoration:underline;}
.textLinks p {font-size: 10px; padding: 0; margin: 0; }

/* header with a policy icon on the right side. */
h1.flyingPolicy { 
	font-size: 24px; 
	padding: 25px 0 10px 80px;
	margin: 0; 
	font-weight: bold;
	font-style: italic;
	width:542px;
}


/* form related classes */
.checkbox-label
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	xxtext-transform: uppercase;
	vertical-align: middle;
}

.formFieldLabel{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align:right;
}
.formFieldLabelStrong{
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align:right;
}
.shadedFormTable tr{
	padding:3px 0px 0px 0px;
}

/* anything you want to hide */
.hide { display: none; }

/* indented group of profile attributes */
.profileSection{padding-left:30px;}
.profileSection p {margin:3px 0 2px 0;}

/* An orange instruction, e.g. Choose your....*/
H2.instructionHeader {
	margin:0px 0px -9px 0px;
	font-size: 14px;
}
	
html>body H2.instructionHeader{
	margin:0px 0px 6px 0px;
}

h3.instructionHeader { 
	font-size: 13px; 
	padding: 0 0 7px 0px;
	margin: 0; 
	font-weight: bold;
	background: none;
}

/* Bulleted Things to KnowList */
ul.thingsToKnowList 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.thingsToKnowList li
{
	font-size: 11px;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0;
}

ul.thingsToKnowList li a
{
	background: transparent url(../images/bulletOrange.gif) no-repeat 0 5px;
	padding: 0 0 0 11px;
	display: block;
	text-decoration: none;
}

ul.thingsToKnowList li a:hover
{
	text-decoration: none;
}

/* Commonly used Left Column styles */

/* rollover navigation links */
ul.leftNavLinks{
	list-style: none;
	margin:0 0 20px 0;
	padding:0;
	width:100%;
	border-bottom: 1px solid ;
	text-align:
}
ul.leftNavLinks li {
	text-align:left;
	font-size: 12px;
	xborder-top: 1px solid;
	border-top: 1px solid ;
	margin-bottom: 0px;
}
ul.leftNavLinks li a div {
	padding-left:5px;
}
ul.leftNavLinks li a:link,ul.leftNavLinks li  a:visited{
	display: block;
	width: 201px;
	padding:8px 0px 8px 0px;
	text-decoration: none;
}
ul.leftNavLinks li  a:hover, ul.leftNavLinks li a:active, ul.leftNavLinks li  a:focus {
	text-decoration: none;
}
ul.leftNavLinks li .active{
}

#leftColumn h3
{
	text-align:center;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 5px 5px;
}
